/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body {
	text-align:center;
	font-size:14px;
	color:#666666;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}


.gradiente-body {
	background: rgba(204,204,204,1);
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 9%, rgba(249,249,249,1) 55%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(9%, rgba(240,240,240,1)), color-stop(55%, rgba(249,249,249,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 9%, rgba(249,249,249,1) 55%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 9%, rgba(249,249,249,1) 55%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 9%, rgba(249,249,249,1) 55%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 9%, rgba(249,249,249,1) 55%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0 );
	height:50px;
}


.cuerpo{
	position:relative;
	font-size: 14px;
	
}
@media (max-width:900px) {
	.cuerpo{
	position:relative;
	margin-top:20px;
}
}

#contenedor_general{

}

#contenedor_entorno{
	width:1600px;	/*width:1300px; Marina 21-05-2013*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	background:#FFA;
}

#contenedor_central{
	width:1000px;		
	text-align:left;
	float:left;
	clear:both;
}

#contenedor_contenidos{
	width:300px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}


footer{
	width:100%;

}

#contenidos_pie_pagina{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 0px;
	font-weight:normal;
	background-color:#EFEFEF;
	height:auto;
	border-top:#E4E4E4 solid 1px;
}

.accesos_pie_pagina{
	border:#DDDDDD solid 1px;
	text-align:center;
	font-size:13px;
	margin-top:35px;
	margin-bottom:20px;
	line-height:30px;
}

.accesos_pie_pagina h2{
	display:block;
	background-color:#00B393;
	color:#FFF;	
	
	margin:0px;
	padding:6px;
	width:100%;
	font-size:13px;
	text-transform:uppercase;
}
img#precarga_ajax{
	visibility:hidden;
}


