/* MAQUETA */

html, body, #main { 
	margin:0; 
	width:100%; 
	padding:0; 
}
body {
	background-image: url(img/CABECERAweb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 190px;
	margin: 0px;
}

#titulo {
	display: none;
	visibility: hidden;
}
#main { 
	position:absolute;
}
#centro{
	margin: 0 auto 0 auto; 
	width: 960px;
	background-image:url(img/fondo_contenidos.jpg);
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F7FA2;
	background-color:#FFFFFF;
	text-align: center;
}


#main #centro #menu ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main #centro #menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#main #centro #menu li a{
	color: #3F7FA2;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}
#main #centro #menu li a:hover{
	color: #fff;
	background-color: #3F7FA2;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EA6400;
}


#cuerpo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#pie {
	width: 946px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0BFD3;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A0BFD3;
	color: #666666;
}
#pie a{
	color: #3F7FA2;
}
#main #centro #imagenes {
	padding: 0;
	margin: 0;
	float: right;
	width: 350px;
}




h2 {
	font-size: 24px;
	color: #E47722;
	font-weight: normal;
}
a {
	text-decoration: none;
}
#main #centro #cuerpo a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #7B7D7A;
}

li p{
	margin:0;
	padding: 0;
}

#cuerpo table td{
	padding: 5px;
}
#cuerpo table p{
	padding: 0;
	margin: 0;
}
