/*      Diseño desarrollado por Concierto de Tecnología
		Todos los derechos reservados, 2005	
*/
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background: #000066;
}
body {
	margin: 0;
	padding: 0px 0px 10px 0px;
	background: #ACB9B7 url(../imagenes/comunes/fondo_principal.png) repeat-x 0px 0px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px auto 10px auto;
	width: 190px;
	height: 125px;
	background: url(../imagenes/comunes/logo.gif) no-repeat 0px 0px;
}
h2 {
	color: #000066;
	margin: 3px 10px;
	font-size: 18px;
}
h3 {
	color: #000066;
	margin: 10px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #000066;
}
h4 {
	color: #000066;
	margin: 10px;
	font-size: 13px;
	font-weight: normal;
}
h5 {
	color: #000066;
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
label {
	font-size: 13px;
	color: #000066;
}
p {
	margin: 5px 10px;
	font-size: 12px;
	text-align: justify;
}
table {
	width: 80%;
	margin: auto;
	border: 1px solid #B6D2F1;
}
td {
	padding: 5px 10px;
	font-size: 12px;
}
ul, ol {
	font-size: 12px;
}
#cabacera {
	margin: 0px;
	padding: 0px;
}
#centro {
	margin: 20px 0px;
	padding: 5px;
}
#contenedor {
	margin: 0px auto;
	padding: 0;
	width: 640px;
	background: #EAF1FB url(../imagenes/comunes/fondo_contenido.png) repeat-x 0px 0px;
}
#cuerpo-interno {
	padding: 20px 20px 10px 20px;
}
#derecha {
	float: left;
	width: 290px;
	margin: 0px 15px 5px auto;
	padding: 0px;
}
#izquierda {
	float: left;
	width: 290px;
	margin: 0px auto 5px 15px;
	padding: 0px;
}
#lema {
	padding: 3px;
	margin: 10px 20px;
	background: #EBF1FA url(../imagenes/comunes/fondo_bloques.png) no-repeat right bottom;
	border: 1px solid #B6D2F1;
}
#menu {
	padding: 0 1px 1px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#menu li {
	list-style: none;
	margin: 0px 5px;
	display: inline;
}
#menu li a {
	padding: 0px 7px;
	border: 1px solid #EBF1FA;
	line-height: 14px;
	text-decoration: none;
}
#menu li a:link { 
	color: #000066; 
}
#menu li a:hover, #menu li a.activo {
	border: 1px solid #000066;
	color: #FFF;
	background: #000066 url(../imagenes/comunes/fondo_boton.png) repeat-x 0px 0px;
}
#menu li a.termoek:hover, #menu li a.termoek-activo {
	border: 1px solid #006600;
	color: #D4F7D4;
	background: #006600 url(../imagenes/comunes/fondo_boton_termoek.png) repeat-x 0px 0px;
}
#pie {
	padding: 25px 20px 10px 20px;
	font-size: 9px;
	text-align: left;
	color: #000066;
}
#productos {
	margin: 5px 20px;
}
.banner {
	padding: 5px 20px;
}
.boton {
	border: 1px solid #000066;
	color: #FFF;
	background: #000066 url(../imagenes/comunes/fondo-boton2.png) repeat-x 0px 0px;
	font-weight: bold;
	font-size: 13px;
}
.correo {   
	background-image: url(../imagenes/comunes/correo.png);   
	background-position: 0px 3px; 
}
.derecha {
	padding: 3px;
	margin: 0px 5px 3px 10px;
	float: right;
	clear: both;
	background: #EBF1FA url(../imagenes/comunes/fondo_imagenes.png) no-repeat right bottom;
	border: 1px solid #B6D2F1;
}
.direcciones {   
	font-size: 12px;   
	color: #000;   
	list-style: none;   
	margin: 5px 20px;   
	padding:0px; 
} 
.direcciones li {   
	line-height: 20px;    
	list-style: none; 
}
.escondido {
	display: none;
}
.forma-contacto {
	margin: 15px;
}
.impar {
	background: #EBF1FA;
}
.izquierda {
	padding: 3px;
	margin: 0px 10px 3px 5px;
	float: left;
	background: #EBF1FA url(../imagenes/comunes/fondo_imagenes.png) no-repeat right bottom;
	border: 1px solid #B6D2F1;
} 
.par {
	background: #B6D2F1;
}
.texto, .texto-area {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}
.texto {
	width: 250px;
	height: 20px;
	background: #EBF1FA url(../imagenes/comunes/campos_texto.png) no-repeat right bottom;
	border: 1px solid #B6D2F1;
}
.texto:focus, .texto-area:focus {
	border: 1px solid #000066;
	background: #fff;
	font-weight: bold;
}
.texto-area {
	width: 380px;
	height: 90px;
	background: #EBF1FA url(../imagenes/comunes/fondo_imagenes.png) no-repeat right bottom;
	border: 1px solid #B6D2F1;
}
