/* CSS Document */

/* PARA QUE EN IE6 FUNCIONEN LOS PNG TRANSPARENTES */
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/v.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/* ---- */

body{
	margin:0px;
	background-image:url(../img/f_1.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	background-attachment:fixed;
}
form{
	margin:0px;
}
a img{
	border:0px;
}
input, textarea{
	outline:none;
	resize:none;
}
#principal{
	position:fixed;
	width:1000px;
	height:100%;
	background-color:#FFF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:30px;
	margin:0px;
	color:#029c66;
	font-weight:bold;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	margin:10px 0px;
	color:#333;
	font-weight:bold;
}
.tit h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	margin:10px 0px;
	color:#333;
	font-weight:bold;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
h3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}
.input1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	border:1px solid #ccc;
	color:#333;
}
.estilo1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	text-align:justify;
	color:#666;
}
.estilo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:justify;
	color:#000;
}
.estilo2 a{
	color:#000;
	text-decoration:none;
}
.estilo2 a:hover{
	color:#666;
	text-decoration:none;
}
.estilo3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
	text-align:justify;
	color:#666;
}
.botonera{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.botonera .boton_s{
	color:#000;
	font-weight:bold;
}
.botonera a{
	color:#000;
	text-decoration:none;
}
.botonera a:hover{
	text-decoration:underline;
}
.botonera ul{
	padding:0px;
	padding-left:10px;
	*padding-left:15px;
	margin:0px;
	list-style-type:circle;
	list-style-position:outside;
}
.botonera li{
	padding:0px;
	margin-bottom:4px;
}
.caja_texto{
	width:280px;
	/*height:230px;*/
	background-color:#b5ced1;
	padding:20px 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#000;
}