/*---RESET---------------------------------------------------------------------------------------------------------*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

	h2{
	font-size:22px;
	margin-bottom:20px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	}
	h3{
	font-size:16px;
	clear:both;
	font-family:"Trebuchet MS", Arial, Tahoma;
	}

	p{
	line-height:20px;
	margin-bottom:20px;	
	text-align:justify;
	}
		
	
	a{
	font-weight:bold;
	color:#A00B0F;
	text-decoration:none;
	}
	a:hover{
	text-decoration:underline;
	}




/*-----------------------------------------------------------------------------------------------------------------*/

body {
background:#C6B8AD url(../img/all/bg_web.jpg) center top no-repeat;
font-size:12px;
font-family:Arial, Tahoma;
}

#contenedor{
width:930px;
margin:10px auto 0 auto;
background:url(../img/all/bg_sombra_arriba.png) no-repeat;
padding-top:16px;
height:800px;
}

#sombra{
background:url(../img/all/bg_sombra.png) repeat-y 2px 80px; 
padding:0 15px 0 15px;
width:910px;
float:left;
}


#contenido{
border:4px solid #fff;
width:900px;
height:auto;
background:#F5F2EF;
margin-top:0px;
float:left;

}
	#cabecera{
	width:900px;
	height:480px;
	}

		#cabecera #foto{
		position:absolute;
		}
		#cabecera #logo{
		margin-top:30px;
		width:260px;
		height:170px;
		background:#FFFFFF;
		position:absolute;
		}
			#cabecera h1{
			margin:18px;
			}		
				#cabecera h1 span{
				display:none;
				}
				
				
		#cabecera #destacado{
		margin-top:30px;
		float:left;
		width:330px;
		height:130px;
		color:#FFFFFF;
		position:absolute;
		margin-left:260px;
		padding:20px;
		background:url(../img/all/bg_destacado.png);
		}
			
			#cabecera #destacado h2{
			font-size:22px;
			margin-bottom:10px;
			color:#fff;
			}
			#cabecera #destacado p{
			font-weight:bold;
			}
			
			
		ul#menu{
		background:url(../img/all/bg_menu.jpg);
		width:884px;
		height:14px;
		float:left;
		}
		
		ul#menu{
		float:left;
		padding:8px;
		}
			ul#menu li{
			display:inline;
			margin:0;
			
			}
			ul#menu li a{
			color:#fff;
			font-size:13px;
			font-family:"Trebuchet MS";
			font-weight:bold;
			text-decoration:none;
			padding:0 9px 2px 9px;
			}
			ul#menu li a:hover{
			color:#d6c9be;
			}
			ul#menu li a.seleccionado{
			border-bottom:4px solid #b39f8e;
			}

		
/*---------------------fin de cabecera----------------------------------------*/	

/*--------------------- cuerpo ----------------------------------------*/	
	#cuerpo{
	width:900px;
	float:left;
	}
		
		
	.masinfo{
	float:right;
	}
	.margin20{
	margin:20px;
	}	
		
	
	#pie{
	background:url(../img/all/bg_sombra_abajo.png) no-repeat 0 0;
	height:50px;
	width:933px;
	float:left;
	padding:10px 10px 10px 15px;

	}


a.desactivar{
color:#eb6b6f;
}
