@charset "utf-8";

#div_destacados
{
	float:left;
	background-color:#f9f9f9;
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 375px;
	margin-top:10px;
}

#div_destacados h4 {
	font-size: 12px;
	background-color: #333333;
	font-weight: none;
	margin:0px;
	line-height: 32px;
	height:32px;
	width:948px;
	color: #ffffff;
	font-weight: bold;
	padding-left:12px;
	margin-bottom: 10px;
}

#selecciondestacadosmultimedia {
	float:left;
	width:152px;
}

#selecciondestacadosmultimedia ul {
	margin-bottom: 14px;
	list-style-type: none;
}

#selecciondestacadosmultimedia ul li {
	width:148px;
	height:24px;
	line-height:24px;
	color: #666666;
	background-color: #e9e9e9;
	font-size: 12px;
	margin-bottom:1px;
	padding-left:5px;
	cursor:pointer;
}

#selecciondestacadosmultimedia ul li:hover {
	background-color: #b9b9b9;
	color: #ffffff;
}

#div_destacados li.destacado_seleccionado {
	background-color: #d1d1d1;
	cursor: default;
}

#div_destacados li.destacado_seleccionado:hover {
	color: #666666;
	background-color: #d1d1d1;
}

#selecciondestacadosmultimedia ul h5 {
	margin: 4px 0px 0px 3px;
	padding-bottom: 2px;
	font-size: 11px;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	color: #000000;
}

#div_destacados div.dest {
	float:left;
	width:177px;
	height:148px;
	padding: 6px;
	margin: 0px 6px 6px 7px;
	background-color: #e9e9e9;
}

#div_destacados div.dest img {
	margin-bottom: 6px;
	transition: all 0.5s linear;
	  -webkit-transition: all 0.5s linear;
	  -ms-transition: all 0.5s linear;
	  -moz-transition: all 0.5s linear;
	  -o-transition: all 0.5s linear;
}

#div_destacados div.dest a:link, #div_destacados div.dest a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

#div_destacados div.dest a:hover {
	color: #000000;
}

#div_destacados div.dest a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s linear;
	  -webkit-transition: all 0.3s linear;
	  -ms-transition: all 0.3s linear;
	  -moz-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;

}

#destacadosmultimedia {
	float:left;
	width:808px;
}

#div_destacados div.dest img {
	width:175px;
}

/*Términos y condiciones*/

#div_tyc_emol {
	width: 960px;
	height: 28px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;
	display: block;
	clear:both;
	float:left;
	margin-bottom:10px;
}

#div_tyc_emol a:link, #div_tyc_emol a:visited {
	margin-left:5px;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

#div_tyc_emol a:hover {
	color: #555555;
}

#div_tyc_emol span a:link, #div_tyc_emol span a:visited {
	color:#2c5b97;
	font-weight: bold;
	font-size: 11px;
	float:right;
	margin-right:5px;
}

#div_tyc_emol span a:hover {
	color: #234e86;
}

#div_tyc_emol span a:hover span {
	background-color: #464343;
}

#div_tyc_emol a span.cuadrovermas {
	background-color: #4d4d4d;
	color: #dcdcdc;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 21px;
	width: 21px;
	height: 21px;
	display: block;
	float:right;
	margin-left:4px;
	margin-top:3px;
}