@charset "UTF-8";
/* CSS Document */
#contenedor {width:600px; padding:0.5em;}
#contenedor2 {width:550px; padding:0.5em;}

html {
overflow-x:hidden;
} 

body {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-size:11px; color:#666666;}

hr {height:2px;}

em {color:#00959B; font-size:12px; font-weight:bold;}

fonttec {
color:#cccccc;
font-size:11px;
font-weight:bold;
font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}


h1 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:30px; color:#00959B;}

h2 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:25px; margin-top:7px;}
.f2 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:25px; margin-top:7px;}

h3 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:17px;}

h3.verde {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:17px; color:#00959B;}

h4 {font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#00959B;}

ul {list-style:url(../imgs/li.png);} li {padding-bottom:3px;}

.tb {border:#ccc solid 1px; width:560px;}
.tb td{background-color:#E7E7E7; padding:5px; border-color:#CCCCCC;}

.tbS {border:#ccc solid 1px; width:560px; font-size:10px;}
.tbS td{background-color:#E7E7E7; padding:5px; border-color:#CCCCCC;}

.tbnW {border:#ccc solid 1px; font-size:10px;}
.tbnW td{background-color:#E7E7E7; padding:5px; border-color:#CCCCCC;}

.t {margin:0px; padding:0px; width:100%;}
.t td {margin:0px; padding:opx;}

.verde {color:#00959B;}
.hueso {color:#EEEEEE;}
.bNegro {color:#333333; font-weight:bold;}

.mapa {background-color:#CCC; width:260px; height:260px;}

#back {display:block; height:15px; width:70px; background-image:url(../imgs/list.gif); background-repeat:no-repeat; padding-left:20px; font-size:11px; color:#666666; background-color:#CCCCCC; border:#999999 solid 1px;}

a {color:#666666; text-decoration:none;}
a:hover{text-decoration:underline;}

/*-----------------------------LIGAS LINKS------------------------------------------*/

#liga {  
	margin:0;
	padding:0;
}

#liga a {
	display:block; //Convertimos el vínculo en un bloque.
	width:auto;
	padding:2px 16px;
	text-decoration:none;
	font-size:11px;
	color:#333;
	background-color:#E5E5E5;
	border-right:#999 4px solid;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;
}

#liga a:hover {
	color:#333;
	background-color:#CCC;
	background-image:url(../imgs/hvrLink1.jpg);
	background-repeat:repeat-x;
}

/*-----------------------------*/

#lista {color:#666666; display:block; background-color:#E1E1E1; padding:3px; text-decoration:none;}
#lista a {text-decoration:none;}
#lista a:hover {color:#999999; text-decoration:none;}

/*-------------TOOLTIP----------------*/

#toolTipBox {
       display: none;
       padding: 5;
       font-size: 12px;
       border: black solid 1px;
       font-family: verdana;
       position: absolute;
       background-color: #ffd038;
       color: 000000;
}

/*-------------FORMULARIOS----------------*/

.formato { border:#CCCCCC solid 1px;}
.formato td { vertical-align:top; padding:10px; padding-right:10px; color:#333333; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
.inputBox { border:inset #999999 1px; background-color:#CCCCCC; padding:3px; color:#666666; font-size:11px;}
.comments { border:inset #999999 1px; background-color:#CCCCCC; padding:3px; color:#666666; font-size:11px; width:185px; height:200px;}
.boton {color:#FFFFFF; font:bold; background-color:#000000; border-style:none; width:102px; height:29px; background:#000000 url(../imgs/btn.png) no-repeat;}

/*--------------POPUP---------------------------*/

.container {width:260px; height:400px; padding:10px; margin:0px; color:#333333; overflow:auto;}