body {
	margin: 0px;
	background: url(../img/pagfondo.png) repeat-x 0 70px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}


#paginaContenedor {
	width:100%;
	overflow:hidden;
	margin-top:0;
	background:#fcfcfc; padding-bottom:20px;
}

#cuerpoContenedor {
	margin:auto;
	width:920px;
	margin-top:0px;
}

#cabeceraContenedor {
	width:100%;
	/*background:url(img/cabfondo.png) repeat-x;*/
	background:#2b84b7;
	height:120px;
}

#cabeceraA {
	margin:auto;
	width:920px;
	overflow:hidden;
	height:65px;
}

#cabeceraLogo {
	height:45px;
	width:351px;
	text-align:left;
	float:left;
	margin:10px 0 10px 0; 
}

#cabeceraABM {
	float:right;
	width: 300px;
}

#cabeceraAM {
	height:24px;
	padding-top:4px;
	width:300px;
	text-align:right;
	font-size:12px;
	color:#d6ecf4;
}

#cabeceraAB {
	height:42px;
	width:300px;
	text-align:right;
}

#cabeceraMenu {
	height:30px;
	text-align:center;
	 border-bottom:1px solid #d6ecf4;
	margin-top:8px;
	background:#20658d;
}

#centroContenedor {
	width:920px;
	text-align:center;
	float:left;
	overflow:hidden;
	padding:0; 
}

#osvSlide {      
	width:920px;
	height:300px;
	margin:auto;
	z-index:10;
}

.tituloSeccion {
    font:bold 28px 'Trebuchet MS', Arial, Helvetica, sans-serif; text-align:left; color:#666; border-bottom:1px solid #e4ebee; padding-bottom:2px;  margin:-10px; margin-bottom:10px; padding:4px;
}

.contenidoSeccion{
	padding:4px;
	background:#fff;
	margin:-10px;
}

#pieContenedor {
	width:100%;
	margin:0;
	clear:both;	
	height: auto!important;
    min-height: 250px;
	overflow:hidden;
	/*background:url(img/piefondo.png) repeat-x;*/
	background:#20658d;
	border-top:1px solid #eee;
}

.valign { 
width:0px;
height:100%;
vertical-align:middle;
}

:focus          {outline: 0}

#inicioScrollable{
	width:920px; height:300px; overflow:hidden;  position:relative; float:left
}
.items{
	position:absolute; width:20000em;
}

.inicioScrollableSlide{
	width:920px; height:300px; overflow:hidden; float:left
}
.inicioScrollableNext{
	position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 29px;
    cursor: pointer;
    background: transparent url(../archivos/slide/sig_in.png) no-repeat 0 0;
	z-index:11;
	display:block;
}
.inicioScrollablePrev{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 28px;
    height: 29px;
    cursor: pointer;
    background: url(../archivos/slide/pre_in.png) no-repeat 0 0;
	z-index:11;
	display:block;
}



