

/* elementos estandar */
a {
	color: #CC7515;
	
	text-decoration:none;
}
body {
	background: #CCC url(img/fondo.gif) repeat-y fixed bottom center;
	color: #333; 
	margin: 20px 0;
	text-align: center; 
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
.fondo_cabecera a {
	background: #ffffff url(img/fondo_definitivo_abajo.gif) no-repeat; display: block; height: 98px;
}


#cabecera {
	background: #FFF url(img/fondo_definitivo.gif) no-repeat; 	
	width: 710px;
	height: 88px;
}

/* principal */


.principal {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	width: 710px;
}
.contenedor {
	margin: 10px;
	
}

/* menu */
.menu a {
	background: #EAF3FC;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 111px; 
	height: 26px;
	text-decoration: none;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #C9DFEE url(img/fondomenu_a.gif) repeat-x;
	font-weight:bold;
	color:F2DC9E;
}
#marcado {
	background: #C9DFEE url(img/fondomenu_a.gif) repeat-x;
	font-weight:bold;
	color:F2DC9E;
	
}

#marcado_ultimo {
	background: #C9DFEE url(img/fondomenu_a.gif) repeat-x;
	font-weight:bold;
	color:F2DC9E;
	width: 150px;
	border-right: none;
	
}
.menu a#ultimo {
	width: 150px;
	border-right: none;
}

/* content */
.contenido {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
	
}

.contenido h1 {
	margin: -5px 0 7px 0px;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.3em;
}
.contenido p {
	margin: 3px 0 6px; color: #666;
	line-height: 1.3em;
	
}


li { color: #666; margin-top: 5px;}


.elemento {
	background: #FCFCFC url(img/fondoitem.gif) repeat-x;
	padding: 10px;	
}


.tesis { background-color:#efefef; }


.elemento h1 {
	margin: 5px 0 7px 0px;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.3em;
}

.elemento h2 {

	margin: 16px 0 3px 0px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
	padding-left: 23px; 
	padding-top: 5px;
	padding-bottom: 5px;
    background: #eee url(img/transparente.gif) no-repeat 3px 50%; 
	height: 15px;

}


.elemento h3 {
	margin: 12px 0 3px 0px;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
}

.elemento h4 {
	margin: 12px 0 3px 0px;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.1em;
}
.elemento p {
	margin: 3px 0 6px; 
	color: #666;
	line-height: 1.3em;
}

.elemento_secundario {
	background: #FCFCFC url(img/fondoitem.gif) repeat-x;
	padding: 10px;
	
	
	
	
}


/* footer */
.pie {
	padding: 19px;
	background: #F5F5F5 url(img/calidad.gif) right no-repeat;
	color: #666;
}

.pie .izquierda, .pie .derecha {padding: 0 12px;}

/* floats */
.izquierda {float: left;}
.right {float: right;}
.limpio {clear: both;}