/* CSS Document */
body{
	top:0;
	left:0;
	position:relative;
	font-size:12px;
	font-family:Arial,Helvetica;
	color:#555555;
	margin:0;
	padding:0;
}
a{
	border:0;
	outline:0;
	text-decoration:none;
	color:#555555;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration:none;
	color:#555555;
}
.directorio:hover, .directorio:active{
	text-decoration:none;
	color:#2276BC;
}
img{
	border:0px;
	padding:0px;
	margin:0px;
}
#bd{
	background:url(../images/fondo.jpg) top repeat-x #F6F6F6;
	width:auto;
	height:auto;
	margin:0 auto;	
}
#bd-interior{
	background:url(../images/fondo-interior.jpg) top repeat-x #F6F6F6;
	width:auto;
	height:auto;
	margin:0 auto;	
}
#fondo-inf{
	background:url(../images/inferior.jpg) bottom repeat-x;
	text-align:center;
	height:218px;
}
#pie{
	padding-top:130px;
}
#fondo-sup{
	background:url(../images/fondo-sup.jpg) no-repeat;
	width:950px;
	height:160px;
}
#fondo-logo{
	background:url(../images/fondo-logo.jpg) no-repeat;
	width:950px;
	height:160px;
	padding:0;
	margin:0;
}
#buscador{
	margin:0px; 
	padding:0px; 
	margin-top:-54px; 
	text-align:left; 
	width:950px; 
	clear:both;
}
/*#avanzado{
	top:-83px !important;
	position:relative;
	text-align:left;
	background: url(../images/avanzado.png) no-repeat left;
	width:950px;
	padding:0px;
	clear:both;
}*/
#path{
	background:url(../images/path.jpg) no-repeat;
	width:950px;
	height:35px;
	padding:0;
	margin:0;
	text-align:left;
}
#contenido-medio{
	background:url(../images/contenido-medio.jpg) repeat-y;
	width:950px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
#contenido-sup{
	background:url(../images/contenido-sup.jpg) no-repeat;
	width:950px;
	height:15px;
}
#contenido-inf{
	background:url(../images/contenido-inf.jpg) no-repeat;
	width:950px;
	height:43px;
}
#contenido{
	margin-top:20px;
	margin-bottom:10px;
}
.contenedor{
	width:950px;
	margin:0;
	padding:0;
}
#logo{
	width:429px; 
	height:138px;
	margin:0;
	padding:0;
}
.titulo{
font-size:23px; margin:0; padding-bottom:12px; padding-top:28px; border-bottom:1px solid #3481C2; color:#A2B51F; font-weight:bold;
}
.titulo2{
font-size:23px; margin:0; padding-bottom:12px; border-bottom:1px solid #3481C2; color:#0162B3; font-weight:bold;
}
.titulo-fotos{
font-size:23px; margin:0; padding-top:12px; padding-bottom:12px; border-bottom:1px solid #3481C2; color:#0162B3; font-weight:bold;
}
.columna-izq{
	padding-right:20px; text-align:justify; border-right:1px dashed #cccccc;
}
.columna-der{
	padding-left:20px;
}
#buscador-p-avanzado{
text-align:right; padding-top:5px; padding-right:125px;
}
* +html #buscador-p-avanzado{
text-align:right; padding-top:5px; padding-right:140px;
}
/********************* MENUS ***********/
#menu-h{
	width:950px;
	height:41px;
	padding:0;
	margin:0;
	text-align:center;
}
#menu-h td{
  text-align:center;
  font-size:16px;
  font-weight:bold;
  
}
#sub1:hover .menu {
	display: block;
	height:0px;
	text-align:left;
}
#sub2:hover .menu {
	display: block;
	height:0px;
	text-align:left;
}
.menu { 
	font-size:14px;
	display: none;
	position: relative;
	list-style:none;
}
.menu td{ 
	background-color:#CCCCCC;
	display:block;
	margin:0;
	padding:0;
}
.menu td a {
	display:block;
	text-decoration: none;
	color: #ffffff;
	background-color:#CCCCCC;
	font-size:12px;
	text-align:left;
	padding:10px 15px 10px 15px;
}
.menu td a:hover, .menu td a:active, .menu td a:focus{
	background-color:#00a8df;
	color:#FFFFFF;
}
.menu .activo{
	background-color:#00a8df;
	color:#FFFFFF;
}

/*********** FIN MENUS ****************/

.elementoI{
	background: url(../images/menu.jpg) repeat-x;
	border-left:1px solid #d9d9d9;
	height:41px;
	color:#00a8df;
}
.elementoI-on{
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	color:#aac305;
	text-decoration:none;
}
.elementoI:hover, .elementoI:active, .elementoI:focus{
	color:#aac305;
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	text-decoration:none;
}
.elementoI a{
	color:#00a8df;
}
.elementoI a:hover, .elementoI a:active, .elementoI a:focus{
	color:#aac305;
}
.elementoI-on a{
	color:#aac305;
}
.elementoF{
	background: url(../images/menu.jpg) repeat-x;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	height:41px;
	color:#00a8df;
}
.elementoF-on{
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	color:#aac305;
	text-decoration:none;
}
.elementoF:hover, .elementoF:active, .elementoF:focus{
	color:#aac305;
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	text-decoration:none;
}
.elementoF a{
	color:#00a8df;
}
.elementoF a:hover, .elementoF a:active, .elementoF a:focus{
	color:#aac305;
}
.elementoF-on a{
	color:#aac305;
}
.elemento{
	background: url(../images/menu.jpg) repeat-x;
	border-left:1px solid #d9d9d9;
	height:41px;
	color:#00a8df;
}
.elemento-on{
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	color:#aac305;
	text-decoration:none;
}
.elemento:hover, .elemento:active, .elemento:focus{
	color:#aac305;
	background: url(../images/menu-on.jpg) repeat-x left;
	border-left:1px solid #d9d9d9;
	text-decoration:none;
}
.elemento a{
	color:#00a8df;
}
.elemento a:hover, .elemento a:active, .elemento a:focus{
	color:#aac305;
}
.elemento-on a{
	color:#aac305;
}
/*sugerencias*/
.suggestionsBox {
	position: relative;
	margin: -40px 0px 0px 0px;
	width: 230px;
	background-color: #212427;
	border: 2px solid #000;	
	color: #fff;
	z-index:998;
}
* html .suggestionsBox {
	margin: -50px 0px 0px 0px;
	width: 215px;
}
* +html .suggestionsBox {
	margin: -50px 0px 0px 0px;
	width: 215px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #0056AD;
}
/*sugerencias PEQUEÑO*/
.sugerencias {
	position: relative;
	left:365px;
	margin: -10px 0px 0px 0px;
	width: 230px;
	background-color: #212427;
	border: 2px solid #000;	
	color: #fff;
	z-index:998;
}
* html .sugerencias {
	margin: -20px 0px 0px 0px;
	width: 215px;
}
* +html .sugerencias {
	margin: -20px 0px 0px 0px;
	width: 215px;
}
.sugerenciasLista {
	margin: 0px;
	padding: 0px;
}
.sugerenciasLista li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.sugerenciasLista li:hover {
	background-color: #0056AD;
}

/*sugerencias2 PEQUEÑO*/
.sugerencias2 {
	position: relative;
	left:120px;
	text-align:left;
	margin: 10px 0px 0px 0px;
	width: 230px;
	background-color: #212427;
	border: 2px solid #000;	
	color: #fff;
	z-index:998;
}
* html .sugerencias2 {
	margin: -20px 0px 0px 0px;
	width: 215px;
	z-index:998;
}
* +html .sugerencias2 {
	margin: 10px 0px 0px 0px;
	width: 215px;
	z-index:998;
}
.sugerenciasLista2 {
	margin: 0px;
	padding: 0px;
}
.sugerenciasLista2 li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.sugerenciasLista2 li:hover {
	background-color: #0056AD;
}
.boton1{
	background:url(../images/boton-enviar.gif) no-repeat;
	border:0;
	height:53px;
	width:110px;
	cursor:pointer;
}
.boton1:hover{
	background:url(../images/boton-enviar-over.gif) no-repeat;
	border:0;
	height:53px;
	width:110px;
	cursor:pointer;
}
.etiquetatam0{
font-size:12px;
color:#0162B3;
}
.etiquetatam1{
font-size:13px;
color:#0162B3;
}
.etiquetatam2{
font-size:14px;
color:#0162B3;
}
.etiquetatam3{
font-size:16px;
color:#0162B3;
}
.etiquetatam4{
font-size:18px;
color:#0162B3;
}
.etiquetatam5{
font-size:20px;
color:#0162B3;
}
.etiquetatam6{
font-size:21px;
color:#0162B3;
}
.etiquetatam7{
font-size:22px;
color:#0162B3;
}
.etiquetatam8{
font-size:24px;
color:#0162B3;
}
.etiquetatam9{
font-size:26px;
color:#0162B3;
}
.etiquetatam10{
font-size:28px;
color:#0162B3;
}
.etiquetacolor{
color:#0162B3;
text-align: center;
}
.etiquetacolor:visited{
color:#0162B3;
text-align: center;
}
.pad10{
	padding:10px;
	margin-bottom:30px;
}
