/* Estilos CONSTANTE SOLAR */
body  {
	background-color: #FFF;
	background-image: url(imag/fondo_web.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial;
	font-size: 11px;
	margin-top: 60px;
	text-align: center;
}

a  {
	font-family: Arial;
	font-size: 11px;
	color: #AD0C28;
	text-decoration: none;
}

a:hover  {
	text-decoration:  underline;
}

#divPrincipal  {
	background-image:url(imag/fondo_pagina.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 990px;
	height: 550px;
	margin:0 auto 0 auto;
}

table.center {
	width: 990px;
	background-image:url(imag/fondo_pagina.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-left:auto; margin-right:auto;	
}

.tblPrincipal  {
	width: 98%;
	margin: 0 auto;
	text-align: left;	
}

/* Estilos CONTENIDOS  */
.tblContenido  {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#empresa_descripcion  {
	padding-bottom: 20px;
}

#empresa_actividades  {
	padding-top: 10px;
	padding-bottom: 20px;
}

#empresa_certificaciones  {
	padding-top: 10px;
	padding-bottom: 20px;
}

#empresa_idi  {
	padding-top: 10px;
}

#productos_captadores  {
	padding-bottom: 10px;
}

#productos_integracion {
	padding-top: 10px;
	padding-bottom: 10px;
}

#productos_termosifon  {
	padding-top: 10px;
	padding-bottom: 10px;
}

#productos_bombas  {
	padding-top: 10px;
	padding-bottom: 10px;
}

#productos_intercambio  {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btDesplegar_captadores  {
	color: #AD0C28;
	font-weight: bold;
	text-decoration: underline;
}

.btDesplegar_termo  {
	color: #AD0C28;
	font-weight: bold;
	text-decoration: underline;
}

.btDesplegar_bombas  {
	color: #AD0C28;
	font-weight: bold;
	text-decoration: underline;
}

.btDesplegar_intercambio  {
	color: #AD0C28;
	font-weight: bold;
	text-decoration: underline;
}

#descargas  {
	padding-top: 10px;
	padding-bottom: 10px;
}

#contacto  {
	padding-top: 10px;
	padding-bottom: 10px;
}

#formulario_contacto  {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Fin Estilos CONTENIDOS */

/* Estilos Formulario */
.bt  {
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	background-color:#AD0C28;
	border:none;
	width:100px;
	height: 25px;
}
.textbox  {
	font-family:Arial;
	font-size:11px;
	border: #666 1px solid;
	width:200px;
}
.textarea  {
	font-family:Arial;
	font-size:11px;
	border: #666 1px solid;
	width:200px;
}
/* Fin Estilos FORMULARIO */
