/* CSS Document */

#encabezado h1{
	margin: 10px 0 0px 20px;
	text-transform:capitalize;
	text-align:left;
	font-size: 25px;
}
.stats{
	position:relative;
	margin-right: 25px;
	top: -30px;
	float:right;
	width: 210px;
	border: 1px #cccccc  solid;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	text-align:left;
	background: url(imagenes/img07.gif) repeat-x;
}
#indice{
	margin: 60px 75px 20px 75px;
}
#enca_indice{
 color: #FFF;
 font-weight:bold;
 height: 16px;
 width:100%;
}
#enca_indice span.nrotit{
margin-left: 20px;
float:left;
}
#enca_indice span.nbretit{
margin-left: 75px;
float:left;
}
#enca_indice span.downtit{
float:right;
margin-right:10px;
}
.fondoind{
	background: url(imagenes/fndest.jpg) repeat-x;
	margin: 2px 0 0 0;
	height: 40px;
}
.ind_estudios .ind_estudiosC{
	vertical-align: middle;
	width: 520px;
	float:left;
}
.ind_estudios{
		line-height: 40px;
		text-align:left;
}
.ind_estudiosC{
		line-height: 15px;
		text-align:left;
}
.ind_estudios a{
	color:#006699;
}
.ind_estudiosC a{
	color:#006699;
}
.ind_estudios a:hover{
	color: #639B10;
}
.ind_estudiosC a:hover{
	color: #639B10;
}
.nro {
	float:left;
	padding: 4px 4px 2px 5px; 
	margin: 5px 20px 2px 15px;
	padding-right: 6px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	height: 23px;
	line-height: 20px;
	font-size: 16px;
	font-weight:bold;
	clear:both;
}
.down{
	float:right;
	margin-top: -35px;
	margin-right: 20px;
}
.down2{
	float:right;
	margin-top: -33px;
	margin-right: 20px;
}
.titulost{
	line-height: 10px;
}
.bandera{
	margin-left: 15px;
}
.por{
	font-size: 11px;
	margin-left: 15px;
}
.lugar{
	font-size: 11px;
	margin-left: 3px;
	font-style:italic;
}
#txtconfirmada{
	font-family: Arial, verdana;
	font-weight: bold;
	color: green;
	margin: 60px 0 -30px 0;
	padding: 0 10px 0 10px;
	text-align: left;
}
a#replaced {
        display:block;
        width:43px;
        height:29px; /* aqui esta el truco */
        text-indent:-9999px;
        background:url(imagenes/rollover.gif) top left no-repeat;
    }
a#replaced:hover {
             background-position:0 -29px;/* con esto cambiamos la porcion de imagen que se muestra */
}
