/* HOJA DE ESTILOS  */
@import "nav.css";

BODY{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232121;
	margin: 0;
	padding: 0;
	background:#fff;
	height:100%; 
}
html{
	height:100%; 
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.clear0{
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
.justif{
	text-align: justify;
}
P{
	line-height: 15px;
	margin-bottom: 10px;
}
a{
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #0089E1;
	text-decoration: underline;
}
.centro{
	text-align: center;
}
.fleftApli{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: 200px;
	clear: both;
}
.frighttApli{
	float: right;
	width: 260px;
}
.centroContacto{
	width: 230px;
	float: left;
	text-align: center;
	margin-left: 7px;
}
a.traza:hover{
	text-decoration: none;
}
.traza img{
	vertical-align: middle;
	margin-right: 10px;
}
.frightMargin{
	float: right;
	margin: 10px 0px 10px 10px;
}
.letraPeq{
	font-size: 10px;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 770px;
	height: 100%;
	margin: 0px auto;
	background: url(images/bgmed.gif) repeat-y left;
	position: relative;
}
html>body #sitio{
	min-height: 100%;
	height: auto;
}
/* ---------------------------------------------------------------------------------------- */
/*   CABECERA --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera{
	height: 240px;/*260*/
	width: 770px;
	background: url(images/bg_new.gif) no-repeat bottom left;
	border-bottom: 3px solid #dfdfdf;
}
h1 a{
	background: url(images/logo.gif) no-repeat bottom;
	width: 205px;
	height: 71px;
	display: block;
	text-indent: -9999px;
	margin-left: 41px;
	padding-top: 5px;
}
ul.iconos{
	list-style: none;
	width: 51px;
	position: absolute;
	height: 16px;
	overflow: hidden;
	background:#fff url(images/menusup.gif) no-repeat;
	left: 50%;
	margin-left: 320px;
	top: 23px;
}
ul.iconos li a{
	display: block;
	width: 25px;
	height: 16px;
	float: left;
	background-color: Aqua;
	text-indent: -99999px;
	position: absolute;
	top: 0px;
}
ul.iconos li#ic1 a{
	background: url(images/menusup.gif) no-repeat 0px 0px;
}
ul.iconos li#ic1 a:hover{
	background-position: 0px -16px;
}
ul.iconos li#ic2 a{
	background: url(images/menusup.gif) no-repeat 26px 0px;
	left: 26px;
}
ul.iconos li#ic2 a:hover{
	background-position: -26px -16px;
}
.cabecera1{
	position: absolute;
	width: 511px;
	height: 230px;
	display: block;
	background:url(images/cabecera.jpg) no-repeat;
	top: 9px;
	right: 0px;
}
.cabecera2{
	position: absolute;
	width: 511px;
	height: 230px;
	display: block;
	background:url(images/cabecera2.jpg) no-repeat;
	top: 9px;
	right: 0px;
}
.iconosSocial{
	position: absolute;
	right: 85px;
	top: 17px;
	z-index: 10000;
}
.iconosSocial a{
	margin-left: 15px;
}
/* ---------------------------------------------------------------------------------------- */
/*   CUERPO  --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cuerpo{
	width: 770px;
	overflow: hidden;
	padding-bottom: 100px;
}
#izquierda{
	float: left;
	width: 195px;
	padding: 10px 15px 0px 46px; 
	padding-bottom: 95px;
}
#derecha{
	width: 474px;
	float: right;
	padding: 10px 20px 0px 0px;
	text-align: justify;
}
h2{
	border-bottom: 1px solid #0089e1;
	color: #0089e1;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}
/* ---------------------------------------------------------------------------------------- */
/*   izquierda --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.direccion{
	position:absolute;
	bottom: 90px;
	width: 195px;
	display: block;
}
h2.h2reg{
	background: url(images/h2registrate.gif) no-repeat;
	text-indent: -9999px;	
	height: 20px;
}
h2.h2dir{
	background: url(images/h2direccion.gif) no-repeat;
	text-indent: -9999px;	
	height: 20px;
}
h2.h2cat{
	background: url(images/h2categorias.gif) no-repeat;
	text-indent: -9999px;	
	height: 20px;
	margin-bottom: 3px;
}
.campoSus{
	border: 1px solid #b2b2b2;
	background: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #232121;	
	width: 120px;	
	padding: 2px 2px 1px 2px;
	margin-right: 5px;
}
.botonSus, .botonSus2{
	border: 1px solid #b2b2b2;
	background: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7bbfeb;	
	height: 18px;
	width: 60px;
}
.botonSus2{
	width: 75px;
}
/* ---------------------------------------------------------------------------------------- */
/*   derecha --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#derecha P{
	line-height: 20px;
	/*margin-bottom: 30px;*/
}
.contNoticia a{
	text-decoration: underline;
}
.contNoticia{
	text-align: justify;
}
.contNoticia ul{
	list-style: none;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.contNoticia ul li{
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/icolista.gif) no-repeat 0px 7px;
}
.mtop30{
	margin-top: 30px;
}
.fright{
	float: right;
	margin: 0px 0px 10px 10px;
}
ul.lista{
	list-style: none;
	line-height: 20px;
}
ul.lista li{
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/icolista.gif) no-repeat 0px 7px;
}

ul.lista2{
	list-style: none;
	line-height: 20px;
	margin-bottom:20px;
}
ul.lista2 li{
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
	background: url(images/icolista.gif) no-repeat 0px 7px;
}
ul.listaNoticias{
	list-style: none;
	line-height: 20px;
	margin-top:10px;
	margin-bottom:20px;
}
ul.listaNoticias li{
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 5px;
	background: url(images/icolista.gif) no-repeat 0px 7px;
}
.mtop{
	margin-top: 20px;
} 

.mbottom{
	margin-bottom: 20px;
} 
.frasesHome{
	margin-bottom: 20px;
	text-align: center;
}
.frasesHome a:hover{
 	background: #0089e1; 
}
.azul{
	color: #0089e1;
}
/* ---------------------------------------------------------------------------------------- */
/*   FORMULARIO --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.cajaform{
	width: 95%;
	overflow: auto;
}

.fila {
	clear:both;
	display: block !important;
	display: inline;
}
.campo{
	display: inline;
	margin: 5px 0px 10px 10px;
	float: left;
	line-height: 20px; 
	width: 65%;
}
.etiqueta {
	display: inline;
	margin: 5px 0px 10px 10px;
	float: left;
   text-align: right;
   line-height: 20px;
	width: 30%;
	font-weight: bold;
}

.combo{
	width: 80%;
	height: 15px;
	line-height: 15px;
	padding-left: 3px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #B2B2B2;
}

.combotextarea{
	width: 80%;
	height: 60px;
	line-height: 15px;
	padding-left: 3px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #B2B2B2;
}
.boton{
	width: 100px;
	height: 20px;
	line-height:15px;
	border: 1px solid #b2b2b2;
	background: #E9E9E9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7bbfeb;	
	margin: 20px 10px;
}
.errorForm{
	color: #990000;
	display: block;
	font-size: 10px;
}
/* ---------------------------------------------------------------------------------------- */
/*   FOOTER --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer{
	width: 770px;
	height: 65px;
	overflow: hidden;
	border-top: 3px solid #dfdfdf;
	position: relative;
	margin: -78px auto 0px auto;
	background: #fff;
	color: #8c8c8c;
	padding-top: 10px;
}
#footer P{
	line-height: 18px;
}
#footer .foot1{
	width: 210px;
	float: left;
	margin-left: 31px;
	padding-left: 15px;
	display: inline;
}
#footer .foot2{
	text-align: right;
}
