﻿@charset "utf-8";
/* CSS Document */
.page {
	width:974px;
	clear:both;
}
.estiloselect{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

body {
	background:#ccc;
	font-family:Arial;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #000000;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}
input{
	font-family:Verdana;
	font-size: 10px;
}

#clasificados {
	background:#fff;
	margin:0 auto;
	padding:0;
	width:1007px;
}

#header {
	margin:0 auto;
	height:auto;
}

#cont_logo_pauta1 {
	float:left;
	width:670px;
}

#logo {
	float:right;
	margin:15px 0;
	width:auto;
}

#time {
	font-size:11px;
	margin-left:20px;
	margin-bottom:5px;
	clear:both;
}

#menu {
	width:974px !important;
	margin:5px auto;
}
/* Imagen temporal
------------------------*/
#menu img{
	width:972px;
}


#main {
	margin:0 auto;
	overflow:hidden;
}

#titulo{
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-align: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 2px;
	clear: both;
}

#content {
	float:left;
	margin:0;
	width:654px;
	overflow:hidden;
}

#content_left {
	float:left;
	font-family:Arial;
	font-size:11px;
	color:#990000;
	padding:3px;
	margin:3px 10px 0;
	display:block;
	_margin:0px;
	width:150px;
}

#content_left ul {
	padding-left:5px;
	margin:0px;
	list-style: none;
	width: 100%;
	font-size: 11px;
	text-align: left;
}


#content_right {
	float:right;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	margin:0 10px;
	width:454px;
}

#content img {
	margin:0 5px;
}

#right {
	float:right;
	width:310px;
	overflow:hidden;
	margin-left:5px;
}

#search {
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 200px;
	margin-left: 30px;
	background-image: url(imagenes/buscador.gif);
}
#favoritos{
	width:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: auto;
	margin-left: 30px;
}
#seleccionados {
     width:220px;
     height:250px;
     background-color:#F2F2F2;
     overflow:auto;
	 border-width:thin;
	 border-style:inset;
	 border-color:#000000;
	 padding:2px;
	 font-family:Arial;
	 font-size:11px;
}
#titulo_search{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 40px;
	clear: both;
	height: 22px;
	vertical-align: middle;
	padding-top: 10px;
}
#divopcion1 {
	height:29px;
}
#divopcion2 {
	height:29px;
}
#divopcion3 {
	height:29px;
}
#divopcion4 {
	height:29px;
}
#divopcion5 {
	height:29px;
}

#footer {
	height:86px;
	border-top:5px solid #ABABAB;
	margin:0 auto;
}
#cabezote {
	width:1007px;
	text-align: center;
	margin-bottom:10px;
}
/* Imagen temporal
------------------------*/
#footer img{
	width:972px;
	margin:10px auto;
	
}

.pauta_right {
	clear:both;
	width:302px;
}

.pauta_siete_right {
	padding:7px;
	width:50%;
}
.pauta_siete_left {
	padding:7px;
	width:50%;	
}

#pauta1 {
	height:62px;
	float:left;
	margin:15px 0px;	
}

#pauta2 {
	height:62px;
	float:right;
	margin:15px 0px;	
}

#pauta4 {
	margin:5px;
}

#pauta7 {
	font-size:10px;
	line-height:11px;
	margin:0 auto;
	text-align:center;
	width:260px;
}

#pauta7_left {
	float:left;
}

#pauta7_right {
	float:right;
}

#pauta10 {
	margin:5px;	
}

/*   Seccion Menu
--------------------------------  */
#list {
	background:#4D525F;
	font-family:Arial;
	height:22px;
	width:970px;
}

#list ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#list ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 1px solid #CCCCCC;
	height: 22px;
	background:none;
}

#list a {
	display: block;
	float:left;
	text-decoration: none;
	padding: 4px 8px 3px;
	color: #fff;
	font-size: 11px;
	text-transform: UPPERCASE;
	border-bottom: none;
}

#list a:hover, #list ul li.hover a {
	color:#000 !important;
	background:#B2B2B2 !important;
	height:15px !important;
}

#list li.active a, #list li.active a:hover {
	background: #666;
	color: #fff;
}