@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background:white url(../imagenes/png/fondo.png) repeat;
	font-size:12px;
}

#contenedor{
	width:780px;
	margin:auto;
}

#encabezado{
	width:780px;
	height:171px;
	background:url(../imagenes/jpg/encabezado_up.jpg) no-repeat;
}

#menu{
	width:780px;
	height:41px;/*41+13px =53px q es el alto del fondo del menú*/
	padding-top:13px;
	background:url(../imagenes/jpg/encabezado_down.jpg) no-repeat;
	font-size:10pt;
}

#tabla_menu{
	text-align:center;
	/*margin-top:13px;*/
	color:white;
	font-weight:bold;
}

#tabla_menu a{
	color:white;
	text-decoration:none;
}

#tabla_menu a:hover{
	color:yellow;
}

#tabla_menu td{
	border-right:white solid 1px;
}

#cuerpo{
	width:780px;
	border:#AECEFF solid 0px;
	border-top:0px;
	background:#eef5ff;
	padding-top:10px;
	/*padding-bottom:15px;*/
}

#col_izq{
	width:68%;
	float:left;
	border:#AECEFF solid 0px;
	margin-left:0%;
	background:white;
	/*min-height:200px;*/
	padding:0px;
	color:black;
	text-align:justify;
	border-collapse:collapse;
}

#texto_contenido{
	width:93%;
	height:auto;
	padding:5px 50px 25px 25px;
	
	/*margin:5px;*/
}

.fondo_left{
	background:url(../imagenes/jpg/fondo_left.jpg) left repeat-y;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.top_left{
	background:url(../imagenes/jpg/fondo_top_left.jpg) top left no-repeat;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.bottom_left{
	background:url(../imagenes/jpg/fondo_bottom_left.jpg) bottom left no-repeat;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.fondo_bottom{
	background:url(../imagenes/jpg/fondo_bottom.jpg) bottom  repeat-x;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.fondo_right{
	background:url(../imagenes/jpg/fondo_right.jpg) right  repeat-y;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.fondo_top{
	background:url(../imagenes/jpg/fondo_top.jpg) top  repeat-x;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.top_right{
	background:url(../imagenes/jpg/fondo_top_right.jpg) top right no-repeat;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.bottom_right{
	background:url(../imagenes/jpg/fondo_bottom_right.jpg) bottom right no-repeat;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#col_der{
	width:31%;
	margin-left:68%;
	border:#AECEFF solid 0px;
	background:white;
	padding:0px;
}

#imagen_der{
	padding:10px 20px 20px 20px;
}

#pie{
	width:780px;
	/*border:#AECEFF solid 1px;*/
	padding-top:5px;
	min-height:40px;
	margin:0px auto;
	background:url(../imagenes/png/fondo_pie.png) repeat-x;
	text-align:center;
	height:60px;
	font-weight:bold;
}

#pie span{
	margin-top:10px;
}

#pie span a{
	color:white;
	font-size:10px;
	margin-top:10px;
}

#pie span a:hover{
	color:yellow;
}


.formulario{
	color:black;
	text-align:left;
}
