#cosas, #cabecera_seccion{	position:relative;	clear:both;	width: 100%;	font-family: Arial;	background-color: #fff;}#cabecera_seccion{	margin-bottom: 20px;	}	#cabecera_seccion #tituloDiv{	position:relative;	float:left;	margin-left: 0px;	margin-top: 26px;	}	#cabecera_seccion #logo2Div{	position:relative;	float:right;	margin-right: 20px;	margin-top: 35px;	}	#cosas1, #cosas2{	position:relative;	float:left;	width: 35%;	padding:2.5%;}#cosas2{	width: 60%;	margin-left: 5%;	min-height: 600px;	}	.cosa_titulo{	font-size: 16;	font-weight: bold;	color: #970000;}.cosa_titulo3{	color: #000;	font-weight: bold;	font-size: 14px;}.cosa_nombre{	font-size: 12px;	color: #000;	font-weight: normal;	padding-left: 25px;	background-image: url(../imgs/cuadro1.jpg);	background-size: 18px 17px;	background-position: left top;	background-repeat: no-repeat;	cursor: pointer;	-webkit-transition: all 0.3s ease !important;	-moz-transition: all 0.3s ease !important;	-ms-transition: all 0.3s ease !important;	-o-transition: all 0.3s ease !important;	transition: all 0.3s ease !important;	line-height: 130%;	margin-bottom: 10px;}.cosa_nombre:hover, .media_seleccionada{	color: #970000;	background-image: url(../imgs/cuadro2.jpg);}#cosas2 table{	font-size: 12px;	width: 100%;	height: 100%;	border-spacing: -1px;}.tabla_contenedor{	border: 1px solid #000;}#cosas2 td{	/*border: 1px solid #666;*/	line-height: 180%;}.cosa_medias{	position:relative;	clear:both;	width: 100%;	height: auto;	padding-bottom: 60px;		display:none;}.tabla_titulo{	font-weight: bold;	font-size: 14px;	line-height: 220%;}.tabla_titulo2{	font-weight: bold;	font-size: 12px;	line-height: 200%;}.tabla_datos{	font-size: 12px;	line-height: 200%;}.left{	text-align: left;}.right{	text-align: right;}.center{	text-align: center;}.clear{	position:relative;	clear:both;	width: 100%;}	#anuncio{	position:absolute;	left: 14px;	bottom: 23px;	width: 461px;	height: 43px;	/*border: 1px solid #e5e5e5;*/	text-align: center;}#anuncio span{	font-size: 20px;	font-weight: bold;	font-family: "Arial";	/*color: #00B200;*/	color: #FF0000;		animation-name: parpadeo;	animation-duration: 1.5s;	animation-timing-function: linear;	animation-iteration-count: infinite;	-webkit-animation-name:parpadeo;	-webkit-animation-duration: 1.5s;	-webkit-animation-timing-function: linear;	-webkit-animation-iteration-count: infinite;		-moz-animation-name:parpadeo;	-moz-animation-duration: 1.5s;	-moz-animation-timing-function: linear;	-moz-animation-iteration-count: infinite;}@-moz-keyframes parpadeo{    0% { opacity: 1.0; }  20% { opacity: 1.0; }  50% { opacity: 0.0; }  80% { opacity: 1.0; }  100% { opacity: 1.0; }}@-webkit-keyframes parpadeo {    0% { opacity: 1.0; }  20% { opacity: 1.0; }  50% { opacity: 0.0; }  80% { opacity: 1.0; }  100% { opacity: 1.0; }}@keyframes parpadeo {    0% { opacity: 1.0; }  20% { opacity: 1.0; }  50% { opacity: 0.0; }  80% { opacity: 1.0; }  100% { opacity: 1.0; }}