@charset "utf-8";
/* CSS Document */

* {
	/*padding: 0px;*/
	/*margin: 0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {}

img {
	border: 0px;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;	
}

#contenedor {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 262px;
	background-image:url(../imagenes/bg_header.png);
	background-position:left top;
	background-repeat: no-repeat;
	position:relative;
}

.logo {
	position: absolute;
	top: 5px;
	left: 833px;
}

#navegador {
	list-style: none;
	position: absolute;
	top: 145px;
	left: 270px;
	padding: 0px;
}

#navegador li {
	float: left;
	padding: 5px;
}

#nav_redes {
	list-style: none;
	margin:0;
	padding:0;
}

#nav_redes li {
	float: left;
	padding: 1px;
}

#cuerpo {
	padding-top: 20px;
}

#col_left {
	width: 311px;
	float: left;
}

#col_middle {
	width: 318px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
}

#col_right {
	width: 318px;
	float: left;
}

.box_contenedor {
	margin-bottom: 15px;
}

.box_contenedor .box_titulo {
	background-image:url(../imagenes/bg_box_titulo.png);
	background-position: left top;
	background-repeat:repeat-x;
	position:relative;
	padding: 4px 10px 5px 50px;
	color:#FFFFFF;
	font-size: 16px;
}

.box_contenedor .box_titulo img {
	position: absolute;
	left: 10px;
	top: -12px;
}

.box_contenedor .box_contenido {
	padding: 10px;
	background-color: #CFE0EB;
}

.box_contenedor .box_contenido .box_item {
	margin-bottom: 15px;
}

.box_contenedor .box_contenido .titulo {
	background-image:url(../imagenes/bg_li_titulo.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding: 3px 5px 5px 25px;
	color: #154377;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: justify;
}

.box_contenedor .box_contenido .titulo a {
	color: #154377;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

.box_contenedor .box_contenido .texto {
	text-align: justify;
}

.box_contenedor .box_contenido .reproductor_home {
	text-align:center;
	margin-bottom: 15px;
}

.box_contenedor .box_contenido .reproductor {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#sobre_marisa_contenido {
	float: left;
	width: 490px;
	margin-right: 10px;
	text-align:justify;
}

#flash_sobre_marisa {
	float: left;
	width: 448px;
}

.ewPaginado {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ewMessage {
	border: 1px solid #FFCC00;
	background-color: #FBF1BB;
	padding: 5px;
	width: 90%;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.ewBasicSearch {
	margin-bottom: 25px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer {
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	text-align:right;
	color: #3195CE;
	background-image:url(../imagenes/bg_footer.png);
	background-position:left top;
	background-repeat:repeat-x;
}


/* ---------------- */
.titulo {
	color:#044364;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:justify;
}

.subtitulo {
	color:#4A6F9B;
	font-weight:bold;
	margin-bottom:10px;
	text-align:justify;
}

.texto {
	color:#666666;
	font-size:11px;
	text-align:justify;
}