/* CSS Document */

body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	background-color:#EEEEEE;
}

/*empieza la cabecera*/

div.cabecera {
	margin:0px auto;
	width:760px;
	text-align:left;
	height:177px;
	background:url(../img/cabecera_free.gif);
}

div.logo {
	padding-top:40px;
	padding-left:20px;
}

div.cuerpo {
	margin:0px auto;
	width:760px;
	text-align:left;
	background:url(../img/cuerpo_free.gif) repeat-y;
}

div.documentos{
	padding-top:10px;
	padding-left:40px;
}

div.documentos p{
	margin:0px;
	color:#333333;
	font-size:12px;
}

div.documentos p a{
	color:#333333;
	text-decoration:none;
}

div.documentos p a:hover{
	color:#333333;
	text-decoration:none;
}

div.documentos h3{
	margin-top:0px;
	margin-bottom:5px;
	color:#398CD2;
	font-size:14px;
}

div.cuadrado{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	float:left;
	width:250px;
	background:#d9e9f6;
	padding:5px;
}

h6{
	font-size:12px;
	color:#0a67c4;
	margin-bottom:10px;
}

form.acceso{
	margin-left:10px;
}

form p{
	font-size:12px;
	color:#444444;
	font-weight:bold;
	margin-bottom:15px;
}

form input.boton{
	font-size:12px;
	color:#0a67c4;
	font-weight:bold;
	margin-right:10px;
}

form input.caja{
	font-size:12px;
	color:#444444;
	background-color:#cccccc;
	font-weight:bold;
}

form select{
	font-size:12px;
	color:#ffffff;
	background-color:#0a67c4;
	font-weight:bold;
}

div.pie {
	margin:0px auto;
	width:760px;
	height:26px;
	text-align:left;
	background:url(../img/pie_free.gif)
}