@charset "utf-8";
/* CSS Document */

body {
	background-color: #cdd8da;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h3{
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
/* Boton de Avance */
div#avance{
	position:relative;
	text-align:right;
	margin-right:5px;
	margin-top:10px;
	color:#333333;
	font-weight:bold;
	text-transform:capitalize;
	vertical-align: middle;
}
div#avanceAdd{
	position:relative;
	text-align:right;
	margin-right:7px;
	margin-left:7px;
	margin-top:-23px;
	margin-bottom:5px;
	color:#333333;
	font-weight:bold;
	text-transform:capitalize;
	vertical-align: middle;
}

.botonAvance{
	position:relative;
	top:3px;
	text-align:right;
	margin-left:5px;
	margin-top:-5px;
}
/* Fin Boton de Avance */

/* elementos varios */ 
div#bullet{
	height:17px;
	width:17px;
	position: relative;
	top:-30px;
	right: -550px;
	margin-bottom: -15px;
}
div#botVolverTop {
	float:right;
	background-color:#bdcccf;
	padding-top:2px;
	height:18px;
	padding-left:0px;
	width:61px;
	margin-right:-5px;
	padding-right:3px;
}
div#botVolverTop a {
	text-decoration:none;
	color: #666666;
	font-weight:bold;
}
div#botVolverBott {
	position: relative;
	left:203px;
	top:50px;
}
div#borrarFloat{clear:both}
.botBuscar{
background-color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
width:21px;
height:21px;
border:#999999 solid 2px;
color:#666666;
}

/* Barra de titulos */

div#tituloBox{
	float:left;
	background-color:#bdcccf;
	width:511px;
	height:20px;
	margin-bottom:20px;
	
}
div#tituloBoxSCR{
	float:left;
	background-color:#bdcccf;
	width:511px;
	height:20px;
	margin-bottom:20px;
}
div#tituloBoxPlus{ /* Tiene un margin previo, para usarse en medio de una lista*/
	background-color:#bdcccf;
	width:575px;
	height:18px;
	margin-bottom:20px;
	margin-top:15px;
}
div#tituloTexto{
	position:relative;
	top:-10px;
	color:#577d86;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left:15px;
	width:475px;
	height:20px;
}
div#tituloTextoSCR{/* Los "SCR" son para las paginas que tienen habilitado el scroll*/
	position:relative;
	top:-10px;
	color:#577d86;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left:15px;
	width:475px;
}
div#detalleTitulo{/* Cuadradito verde decotarivo */
	position:relative;
	left:0px;
	top:3px;
	background-color: #577d86;
	height: 12px;
	width: 10px;
	z-index:100;
}
/* Fin barra de Titulos */

/* Textos */
div#notaCuerpo{
margin-left:12px;
text-align:justify;
}
.notaSubtitulo{
color: #577d86;
font-size:12px;
}
/* Fin Textos*/

