
/*--------------------------------------------------ESTILOS DEL BODY, CUERPO, PORTADA DE LA WEB------------------------------------------------------*/

body{
	background-attachment:fixed;
	background-image: url(bk_body.jpg);
	//background-color:#001502;
	//background-color:#EDEB92;
	
	//background-repeat: repeat-x;
	//background-repeat: no-repeat;
	background-repeat: repeat;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	margin:0px;	
}

#cuerpo{
	background-color:white;
	//border: 0px solid #CCC;
	//border: 0px solid #f5c500;
	border: 0px solid #A94625;
	
	border-radius:10px 10px 0 0;	
	margin:auto;
	min-height:2500px;
	width:950px;
	
	-webkit-box-shadow: 2px 2px 6px 2px #999;
	-moz-box-shadow: 2px 2px 6px 2px #999;	
}

	#portada{		
		border-radius: 10px 10px 10px 10px;
		min-height:200px;
		width:950px;
	}	
			
	#zonaModificableAjax{
		//outline:1px dashed red;
		float:left;
		//min-height:2200px;
		width:680px;
	}
	
		.bordeZonaModificableReproductor{
			border-top:7px solid #000;
		}

	
.compartirRedesSociales:hover{
	filter:alpha(opacity=80);
	opacity: .80;
}

/*-------------------------------------------------------------ESTILOS DEL PIE DE PAGINA--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/	
#pie{
	background-color: #E2E8EE;
	//border-radius: 0px 0px 10px 10px;	
	border-top:7px solid #000;
	color:#003366;		
	padding:25px;		
}				

#sombraPie{
	//outline:1px dashed red;		
}
