@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-color: #FFFFFF;
	background-image: url(../imagenes/bg_body.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-top: 0px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

#contenedor {
	width: 1000px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top:1px;
}

#cuerpo .col_contenido {
	background-image: url(../imagenes/bg_home_cols.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 5px 8px;
	text-align: justify;
	vertical-align: top;
}

#cuerpo .bg_gris {
	background-color: #E8E8E8;
}

#cuerpo .bg_marron {
	background-color: #D9D1C6;
	background-image: none;
	vertical-align: top;
}

#cuerpo .cuerpo_seccion {
	background-image:url(../imagenes/bg_home_cuerpo.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding-right:25px;
}

#cuerpo .col_contenido_left {
	background-image: url(../imagenes/bg_home_cols.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#cuerpo .reproductor_home {
	text-align: center;
}

#cuerpo .titulo {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	clear:both;
	margin-bottom: 10px;
}

#cuerpo .titulo_seccion {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 8px;
}

#cuerpo .titulo a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;	
}

#cuerpo .texto {
	margin: 10px 0px;
}

#cuerpo .item_listado {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#cuerpo .item_listado img {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

#cuerpo .item_seccion .titulo {
	font-size: 30px;
	font-weight:bold;
}

#cuerpo .item_seccion .col_multimedia {
	float: left;
}

#cuerpo .item_seccion .col_multimedia .titulo_foto {
	margin-top: 5px;
	margin-bottom: 10px;
	background-image:url(../imagenes/camara.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: auto !important;
	min-height: 14px;
	height: 14px;
}

#cuerpo .item_seccion .col_multimedia .titulo_video {
	margin-top: 10px;
	margin-bottom: 5px;
	background-image:url(../imagenes/videos.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	padding-top:10px;
	height: auto !important;
	min-height: 22px;
	height: 22px;	
}

#cuerpo .ewPaginado {
	text-align: center;
	margin: 20px 0px;
}

#cuerpo .ewImpresion {
	float: right;
}

#cuerpo .ewMessage {
	margin: 15px; 
	padding:5px; 
	border: 1px solid #FC3; 
	background-color:#FF9;
}

#cuerpo form#fContacto {
	width: 450px;
	margin-top:30px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}

#cuerpo form#fContacto div {
	margin-bottom: 10px;
}

#cuerpo form#fContacto div span {
	float:left;
	margin-right:10px;
	margin-top:5px;
	text-align:right;
	width:100px;
}

#cuerpo form#fContacto div input[type=text] {
	padding:3px;
	color: #666666;
	background-color: #F4F4F4;
	height: 22px;
	width: 280px;
	border: 1px solid #CCCCCC;	
}

#cuerpo form#fContacto div textarea {
	padding:3px;
	height: 100px;
	color: #666666;
	background-color: #F4F4F4;
	height: 150px;
	width: 280px;
	border: 1px solid #CCCCCC;	
}

#cuerpo form#fContacto center {
	margin-top: 20px;
}

#cuerpo form#fContacto center input {
	background-color:#CCCCCC;
	border:1px solid #F4F4F4;
	 height: 30px;
	 width: 60px;	
}

#cuerpo .redes_sociales {
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer {
	background-image: url(../imagenes/bg_footer.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 600px;
}

#footer ul li {
	float: left;
	border-right: 1px solid #999999;
	padding: 0px 5px; 
}

#footer ul li.last {
	border-right: none;
}

#footer ul li a, #footer center a {
	color: #999999;
}

#footer ul li a:hover, #footer center a:hover {
	color: #666666;
}

#footer center {
	clear: both;
	padding-top: 15px;
}

.clear {
	clear: both;
}
