/***********************************************/
/* Estilos Sara Olmos                          */
/***********************************************/
body{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/plantilla/background.png);
	background-repeat: repeat;
}

#barrita_sup{
	background-color: #D7D3C6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949BA1;
}

/************ impreso styles **************/

#impreso a:link, #impreso a:visited {
	display: block;
	background-image: url(../imagenes/plantilla/botones/impreso.png);
	padding: 0px;

	background-repeat: no-repeat;
	height: 31px;
}

#impreso a:hover{

	background-image: url(../imagenes/plantilla/botones/impreso_on.png);
	height: 31px;
}

/************ identidad styles **************/

#identidad a:link, #identidad a:visited {
	display: block;
	background-image: url(../imagenes/plantilla/botones/identidad.png);

	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#identidad a:hover{

	background-image: url(../imagenes/plantilla/botones/identidad_on.png);
	height: 31px;
}

/************ disenoweb styles **************/

#disenoweb a:link, #disenoweb a:visited {
	display: block;

	background-image: url(../imagenes/plantilla/botones/disenoweb.png);
	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#disenoweb a:hover{
	background-color: #574C55;
	background-image: url(../imagenes/plantilla/botones/disenoweb_on.png);
	height: 31px;
}

/************ fotografia styles **************/

#fotografia a:link, #fotografia a:visited {

	display: block;
	background-image: url(../imagenes/plantilla/botones/fotografia.png);
	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#fotografia a:hover{
	background-color: #7D7372;
	background-image: url(../imagenes/plantilla/botones/fotografia_on.png);
	height: 31px;
}

/************ ilustracion styles **************/

#ilustracion a:link, #ilustracion a:visited {

	display: block;
	background-image: url(../imagenes/plantilla/botones/ilustracion.png);
	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#ilustracion a:hover{
	background-color: #A1978A;
	background-image: url(../imagenes/plantilla/botones/ilustracion_on.png);
	height: 31px;
}

/************ miscelanea styles **************/

#miscelanea{

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949BA1;
}

#miscelanea a:link, #miscelanea a:visited {

	display: block;
	background-image: url(../imagenes/plantilla/botones/miscelanea.png);
	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#miscelanea a:hover{
	background-color: #B8B39E;
	background-image: url(../imagenes/plantilla/botones/miscelanea_on.png);
	height: 31px;
}


/************ personal styles **************/

#personal a:link, #personal a:visited {

	display: block;
	background-image: url(../imagenes/plantilla/botones/personal.png);
	padding: 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#personal a:hover{
	background-color: #DBD7C7;
	background-image: url(../imagenes/plantilla/botones/personal_on.png);
	height: 31px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #731B6C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #B331A8;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 18px;
}

h2{
	color: #B331A8;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 16px;
}

h3{
	color: #B331A8;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
}

h4{
	color: #B331A8;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
}

h5{
 font: 'Trebuchet MS', Arial,sans-serif;
 color: #B331A8;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: 'Trebuchet MS', Arial,sans-serif;
 color: #333333;
}
				
input{
font-family: 'Trebuchet MS', Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#total{
	position:relative;
	top: 0px;
	width:800px;
	background-color: #ffffff;
	margin: 0 auto;
   } 

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	font: Trebuchet MS, Arial,sans-serif;
}

#contenido{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B331A8;
	background-repeat: no-repeat;
	background-position: left center;
}


#pageSubName{
	margin: 0px;
	height: 90px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 0px;
	background-image: url(../imagenes/plantilla/lema.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-color: #99CC33;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/************** proyecto styles *****************/

.proyecto{
	min-height: 200px;
	height: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 100px;
}
html>body .proyecto {height: auto;}

.proyecto h3{
	font: Trebuchet MS, Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.proyecto img{
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
}


/************** proyecto2 styles *****************/

.proyecto2{
	min-height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}

.proyecto2 img{
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/************** descripcion styles *****************/
	
.descripcion{
	width:508px;
	height: 100px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	position: relative;
}



.descripcion a.encabezado{
	color: #B331A8;
	display:block;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949BA1;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #949BA1;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.descripcion_izq{
	padding-right: 12px;
	font-size: 85%;

}

.descripcion2{
	width:508px;
	height: 140px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	position: relative;
}

.descripcion2 a.encabezado{
	color: #B331A8;
	display:block;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949BA1;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #949BA1;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.descripcion2_izq{
	padding-right: 12px;
	font-size: 85%;

}

.tabla{
	width: 240px;
	font-size: 85%;
	top: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tabla2{
	position:relative;
	width: 240px;
	font-size: 85%;
	top: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/************** imagenes styles *****************/
.imagenes{
	height: 500px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes1400{
	height: 1400px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes1000{
	height: 1000px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes950{
	height: 950px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes850{
	height: 850px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes800{
	height: 800px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes710{
	height: 710px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes650{
	height: 650px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes600{
	height: 600px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes450{
	height: 450px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes400{
	height: 400px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes350{
	height: 350px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes300{
	height: 300px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes250{
	height: 250px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes200{
	height: 200px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes150{
	height: 150px;
	padding-bottom: 15px;
	width: 100%;
}

.imagenes100{
	height: 100px;
	padding-bottom: 15px;
	width: 100%;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 100px;
	font-size: 85%;
}

.story h3{
	font: Trebuchet MS, Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	color: #B331A8;
	display:block;
	padding-bottom: 5px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949BA1;
	font-size: 12px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	color: #ACA58A;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
}


/**************** advert styles *****************/

#advert{
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7px;
	color: #A4A38E;
}

#advert img{
	display: block;
}

/********************* end **********************/
