/*
* Plantilla CSS para la maquetación de los portales
* @Autor: Angel Villa Brasero <angel.villa@gmail.com>
*/

@import url("modulos.css");
@import url("estructura.css");




/******** Encabezados ********/


/******** Enlaces ********/
a{ text-decoration: none; }
a#saltar{ text-indent: -100px; display: none }

/******** Imágenes ********/
a img{  border: 0; }
img.va{ vertical-align:middle }
img.foto{}


/******** Listas ********/

/******** Tablas ********/
.tbl{ width: 100%; border-spacing:1px; 
background-color:#F6F6F6; color: #000; border-top: 4px solid #FF6600 }
.tbl td, .tbl tr, .tbl th{ border-collapse: separate; border-collapse: collapse; border-spacing: 0; }
.tbl td, .tbl th { padding: 0 4px; }
.tbl thead th { text-align: center; background: #F5F5F5; color: #000; border: 1px solid #FFF; 
text-transform:uppercase; }

.tbl tbody tr{ background-color:#FFF; text-align:left; }
.tbl tbody tr.fnd{ background: #f9f9f9; border-top:1px solid #FFF; }
.tbl tbody tr td { height:50px; background: #FFF; border: 1px solid #FFF; }

.tbl tbody tr.fnd td{ background: #f9f9f9; border-top:1px solid #FFF; }
.tbl td a:link, .tbl td a:visited { color: blue; text-decoration: none; }
.tbl td a:hover{ text-decoration: underline; }
.tbl td a:active{ text-decoration: underline; }
.tbl td a:focus{ text-decoration: underline; }

.tbl tfoot th, .tbl tfoot td { background-color:#E7E7E7; 
    text-align:center; font-weight:bold; font-style:italic;
    border-bottom:3px solid #CCC; border-top:1px solid #DFDFDF;
}


table.tbd{ width: 100%;  }
table.tbd caption{ text-align: left; color: #000; font-weight: bold;}
table.tbd th{ width: 140px; vertical-align: top;}
table.tbd td{ vertical-align: top;}
table.tbd tr.fnd td, table.tbd tr.fnd th{ background: #f9f9f9; border-top:1px solid #FFF; }


/******** Formularios ********/
.frm form{ margin: 0; }
.frm fieldset{ border: 1px solid #DFDFDF; padding: 20px; }
.frm legend{ font-size:  11px; color: #fe7800; text-transform: uppercase }
.frm label.lb{ display: block; width: 130px; text-align: right; padding-right: 10px; float: left; font-weight: bold }
.frm label{ text-align: left !important; }

.frm input.read{ background-color: #E7E7E7 }
.frm input.txt, .frm select.txt, .frm textarea.txt{ border: 1px solid #000; margin-bottom: 2px; }
.frm input.txtn{ border: 1px solid #000; margin-bottom: 2px; text-align: right; }
.frm input.btn{ }
.frm p.btns{ text-align: right; margin: 1px 0; border-top: 1px solid #E7E7E7; padding-top: 2px; }




input.validation-failed, textarea.validation-failed { background-color: #FFF;  }
.validation-advice {color : #FFF; font-weight: bold; display: block; margin: 2px 0 2px 140px; padding-left: 10px; 
background: #990000 url(../img/aviso.gif) right repeat-y;	
 }

/******** Parrafos ********/
blockquote{}

/******** Clases ********/
div.info{ border-bottom: 1px solid #F3F3F3;   }
div.navi{ border-top: 1px solid #F3F3F3; }
div.info, div.navi{ font-size: small; text-align: right; }
div.info span, div.info strong, div.navi span{ font-size:  11px; color: #fe7800; text-transform: uppercase  }

div.barra{
	text-align: right;
}

p.no{ text-align: center; padding: 10px;}
p.c{ text-align: center; }
p.co{ margin: 0; font-size: x-small; text-align: right; }
.limpiar{ clear:both}


.limp{ clear:both}

/*
#cnt ul{
	list-style-image: url(../img/flecha_blanca.jpg);
}
#cnt li{
	margin-bottom: 5px;
}
*/

#cnt .enlaces{
	width: 479px; background: url(../img/links_bck.jpg) left top repeat-y;
}
#cnt .enlaces .boxtop{
	background: url(../img/links_top.jpg) left top no-repeat; height: 11px;
}
#cnt .enlaces .box{
	padding-bottom: 11px; background: url(../img/links_bottom.jpg) left bottom no-repeat; 
	padding-top: 10px; padding-bottom: 20px;
}

#cnt .enlaces ul{ list-style-type: none; margin: 0 50px; padding: 0;   }

#cnt .enlaces li{ margin-bottom: 5px; }
#cnt .enlaces a{
	background: url(../img/flecha_blanca.jpg) left no-repeat; padding-left: 20px;
}

#cnt .enlaces a:hover{ color: #000; }
#cnt strong{ font-weight: bold; color: #000; }

/* Mas información */
#masInfo{
	text-align: center				
}
#masInfo a{
	background: url(../img/bt_masinfo.jpg) left no-repeat; width: 160px; height: 20px; line-height: 20px;  
	font-family: Tahoma, Verdana; font-size: 10px; font-weight: bold; color: #FFF;	
	text-transform: uppercase; cursor: pointer; display: block;
	margin: auto; text-decoration: none;
}



.mapg{
	border: 1px solid #CCC; padding: 2px;
}