@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color: #666666;
}

/* CABECERA */
.tr_head td{
	text-align: center;
	vertical-align: bottom;
	height: 16px;
}
.tr_head td a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.home {
	color: #666666;
}
a.quienes {
	color: #FB7218;
}
a.servicios {
	color: #B02021;
}
a.productos {
	color: #660066;
}
a.contacto {
	color: #71104B;
}
a.clientes {
	color: #003459;
}
a.faq {
	color: #006633;
}

/* CONTENIDOS */
.cont{
	line-height: 150%;
	padding:0 20px;
	margin: 0;
}
.cont p{
	padding: 0;
	margin: 0 0 10px 0;
}
.cont a{
	color: #111111;
	text-decoration: none;
}
.cont a:hover{
	color: #999999;
	text-decoration: none;
}
.cont h1{
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin:20px 0 10px 0;
}
.cont h1 a{
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 15px;
}
.cont h1 a:hover{
	color: #666666;
	text-decoration: none;
}
.cont h1 a.mas{
	background-image: url(img/ico_mas.gif);
	background-position: left;
	background-repeat: no-repeat;	
}
.cont h1 a.menos{
	background-image: url(img/ico_menos.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* H2 */
h2.quienes{
	color: #FB7218;
	font-size: 19px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h2.servicios{
	color: #B02021;
	font-size: 19px;
	font-weight: normal;
	margin:5px 0 0 0;
}
h2.productos{
	color: #660066;
	font-size: 19px;
	font-weight: normal;
	margin:5px 0 0 0;
}
h2.faq{
	color: #006633;
	font-size: 19px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h2.faq a{
	color: #006633;
	text-decoration: none;
	padding: 0 0 0 15px;
}
h2.faq a:hover{
	color: #666666;
	text-decoration: none;
}
h2.faq a.mas{
	background-image: url(img/ico_mas.gif);
	background-position: left;
	background-repeat: no-repeat;	
}
h2.faq a.menos{
	background-image: url(img/ico_menos.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* UL */
ul.quienes {
	list-style-image: url(img/bullet_quienes.gif);
}
ul.servicios {
	list-style-image: url(img/bullet_servicios.gif);
}
ul.servicios2 {
	list-style-image: url(img/bullet_servicios2.gif);
}
ul.servicios3 {
	list-style-image: url(img/bullet_servicios3.gif);
	margin-top:5px;
	margin-bottom:15px;
}
ul.servicios3 li{
	font-size: 11px;
	margin:0;
}
ul.productos {
	list-style-image: url(img/bullet_productos.gif);
	margin-top:5px;
	margin-bottom:15px;
	margin-left:0px;
	padding-left:280px;
}
ul.productos li{
	margin-left:0px;
}
ul.contacto {
	list-style-image: url(img/bullet_contacto.gif);
}

/* FORM */
form {
	margin: 25px 0;
}
label.contacto{
	font-size: 19px;
	color: #71104B;
	padding: 7px 0 0 230px;
	float: left; 
	height: 24px;
	width: 170px;
}
label.radios{
	font-size: 16px;
	color: #666666;
	height: 38px;
	padding: 0;
	margin: 8px 24px 0 0;
	float: left;
	font-weight: bold;
}
label.obligatorios{
	padding: 7px 0 0 230px;
	float: left; 
	height: 24px;
	width: 370px;
}
label.clientes{
	font-size: 19px;
	color: #003459;
	padding: 7px 0 0 230px;
	float: left; 
	height: 24px;
	width: 170px;
}
p.legal{
	font-size: 9px;
	padding: 5px 0 0 230px;
	width: 540px;
	line-height: 13px;
	margin: 0;
	color: #999999;
}

input.texto{
	font-size: 16px;
	color: #666666;
	padding: 3px;
	width: 360px;
	height: 22px;
	border: #CCCCCC solid 3px;
}
textarea.area{
	font-size: 16px;
	color: #666666;
	padding: 3px;
	width: 360px;
	height: 150px;
	border: #CCCCCC solid 3px;
}
input.radiobutton{
	margin: 8px 5px 0 0;
	float: left;
}
input.boton{
	margin: 0;
	padding: 7px 0 0 93px;
}
input.boton2{
	margin: 0;
	padding: 7px 0 0 33px;
}

/* OTROS */
.conhead{
	color: #FFFFFF;
	padding: 0 25px;
	line-height: 150%;
}
.conhead h1{
	color: #FFFFFF;
	font-size: 26px;
	font-weight: normal;
	margin:0;
}
.txt10{
	font-size: 10px;
	margin:0;
}
.txt11{
	font-size: 11px;
	margin:0;
}

/* PIE */
.pie{
	background-image: url(img/back_pie.gif);
	margin-top: 20px;
	height: 90px;
	color:#333333;
}
.pie h1{
	font-size: 23px;
	font-weight: normal;
	margin:0 0 5px 0;
}
a.pie {
	font-size: 12px;
	font-weight: normal;
}