/* CSS Document */
#bd{
	background:url(../images/fondo.jpg) repeat-x #A7C8E5;
	width:auto;
	height:auto;
	margin:0 auto;
	font-family:Arial;
}
#logotipo{
	margin:0;
	padding:0;
	width:980px;
	text-align:left;
	height:133px;
	overflow: hidden;
}
#contenedor{
	width:980px;
	background-color:#FFFFFF;
}
#pre-menu{
	background-color:#FEBB00;
	height:43px;
}
#menu{
	/*width:820px;	*/
	font-family:Arial;	
}
#menu_activo a{
	display:block;
	width:164px;
	height:43px;
	background:url(../images/menu-si.gif) no-repeat bottom center;
	color:#494949;
	text-align:center;
	font-size:17px;
	text-decoration:none;
}
#menu_noactivo a{
	display:block;
	width:164px;
	height:43px;
	background:url(../images/menu-no.gif) no-repeat bottom center;
	color:#ffffff;
	text-align:center;
	font-size:17px;
	text-decoration:none;
}
#menu_noactivo a:hover, #menu_noactivo a:active, #menu_noactivo a:focus{
	display:block;
	width:164px;
	height:43px;
	background:url(../images/menu-si.gif) no-repeat bottom center;
	color:#494949;
	text-align:center;
	font-size:17px;
	text-decoration:none;
}
#cabecera{
	width:980px;
	height:370px;
}
#secciones{
	width:980px;
	height:205px;
	background-color:#FFFFFF;
	color:#666666;
	font-size:11px;
}
.seccion{
	background:url(../images/seccion.jpg) no-repeat top center;
	text-align:center;
}
#columna-izq{
	background-color:#FFFFFF;
}
#contenido-central{
	background-color:#FFFFFF;
}
#pie{
	border-top:5px solid #A7C8E5;
	background-color:#5193CB;
	color:#FFFFFF;
	font-size:12px;
}
#direccion{
	text-align:right;
	padding:25px;
}
#claves{
	margin:15px;
	padding:10px;
	padding-left:15px;
	border-left:1px solid #A7C8E5;
}
#menu-inf{
	padding:25px;
}
#menu-inf a{
	text-decoration:none;
	color:#FFFFFF;
}
#menu-inf a:hover, #menu-inf a:active, #menu-inf a:focus{
	text-decoration:underline;
	color:#FFFFFF;
}
.boton{
	background:url(../images/boton.jpg) no-repeat;
	display: block;
	text-align:center;
	width:134px;
	height:40px;
	padding-top:10px;
	margin-top:10px;
	font-size:18px;
	color:#015FB7;
	text-decoration:none;
}
#columna-izq{
	text-align:justify;
	font-size:12px;
}
#inicio{
	background:url(../images/inicio.jpg) no-repeat top left;
	width:358px;
	height:70px;
	margin-left:15px;
}
.texto{
	padding:25px;
	padding-left:80px;
	font-size:22px;
	color:#015EC5;
}
.texto2{
	padding:25px;
	padding-left:90px;
	font-size:22px;
	color:#015EC5;
}
#contenido-central{
	text-align:justify;
	font-size:12px;
}
#objetivo{
	background:url(../images/objetivo.jpg) no-repeat top left;
	width:571px;
	height:70px;
}
#login{
	background:url(../images/login.jpg) no-repeat;
	width:565px;
	height:177px;
}
#logueado{
	background:url(../images/logueado.jpg) no-repeat;
	width:565px;
	height:177px;
}
#boton_acceder{
	background:url(../images/acceder.jpg) no-repeat;
	width:88px;
	height:27px;
	margin-top:25px;
	margin-left:130px;
	border:0;
	cursor:pointer;
}
#registrese{
	font-size:11px; 
	margin-top:35px; 
	text-align:center; 
	margin-left:125px;
}
.botonSiguiente{
	background:url(../images/siguiente.gif) no-repeat;
	width:92px;
	height:26px;
	color:#FFFFFF;
	border:0;
	text-align:left;
	padding-left:10px;
	cursor:pointer;
	font-family:Arial;
	font-weight:bold;
}
.botonVolver{
	background:url(../images/volver.gif) no-repeat;
	width:62px;
	height:26px;
	color:#FFFFFF;
	border:0;
	text-align:left;
	padding-left:30px;
	padding-top:6px;
	cursor:pointer;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
}
.imagen_borde{
	border: 1px solid rgb(221, 221, 221); 
	padding: 5px;
}
