﻿

/* ------------------- *\
REGLAS GENERALES
\* ------------------- */

img /* transparencia  png IE6 */
{
	behavior: url(css/recursos/iepngfix.htc);
}

*
{
	margin:0px;
	padding:0px;
	border:none;
}

body
{ 
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

table, table th, table tr, table td, div, img
{
	vertical-align: top;
}

input
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: solid 0px #000;
	padding: 1px 0px 1px 2px;
	 
}
.entrada
{
    width:290px;
    }

a
{
	color: #999;
	text-decoration: none;
}

 a:hover
{
	color: #2d2f79;
}


/* ------------------- *\
FORMATO DE TEXTO
\* ------------------- */

.parrafo
{
}

/* ------------------- *\
LAYOUT
\* ------------------- */

/* ---- wrapping -----*/

#pagina-boletin
{
	background: url(../Imgs/header_boletin.jpg) no-repeat center top;
	
}

#pagina-boletin #wrapper
{
	position: relative;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}

/* ---- contenedores -----*/

.contenedor
{
	width: 1020px;
	margin: 0px auto;
	
}

.contenedor .pagina
{
	width: 1020px;
	min-height: 416px;
	height: auto !important;
	height: 416px;
	margin: 0px auto;
	background: url(../imgs/pagina-fondo.jpg) no-repeat left top;
}

/* ------------------- *\
ENCABEZADO
\* ------------------- */

#header
{
	height: 156px;
}

#header img.bavuso
{
	margin: 38px 0px 0px 4px;
}

#header img.plus
{
	position: absolute;
	bottom: 7px;
	right: 22px;
}

/* ------------------- *\
CIERRE
\* ------------------- */

#footer
{
}

/* ------------------- *\
MISCELANEO
\* ------------------- */

/* ---- Alineación -----*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

/* ------------------- *\
FORMULARIOS
\* ------------------- */
/* ---- Genérico -----*/

.formulario
{
	width: 442px;
	height:  auto;
	margin: 50px 0px 0px 75px;	
	border: 1px solid #bef1c3;
}
.formulario select, .formulario textarea
{
	width: 180px;
	border: solid 1px #0c5a15;
	color: #104776;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 2px 3px 1px 3px;
}

.formulario .conetenedor
{
	width:  96%;
	margin: 8px auto 8px auto !important;
	margin-top: 0px;
}

.formulario .conetenedor .contenido
{
	min-height: 70px;
	height: auto !important;
	height: 70px;
	background-color: #ffffff;
	padding: 0px 14px 30px 0px;
	*padding: 0px 14px 30px 0px !important;
	*padding: 0px 0px 0px 0px;
	_margin-top: 8px;
	color: #666;
}

.formulario .conetenedor .contenido h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-family: Arial, "Times New Roman", Arial;
	font-weight: normal;
	font-size: 22px;
	color: #20600b;
}

.formulario .form-obligatorio
{
	color: #2760ab;
}

.formulario .form-elementos
{
	margin: 20px 0px 0px 0px;
}

.formulario .form-row
{
     margin: 5px 0px 12px 0px;
	*margin: 5px 0px 12px 0px !important;
	*margin: 5px 0px 12px 10px; 
}

.formulario .form-row .row-texto
{
	margin: 3px 0px 5px 0px;
}

.formulario .form-row .row-campo  
{
	width: 300px;
	border: solid 1px #139022;
	
}

.formulario .error
{
	width: 370px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 20px auto;
	padding: 5px;
	color: #4b0202;
	vertical-align: middle;
	background-color: #ffcece;
	border: solid 3px #c30808;
}

.formulario .mensaje
{
	width: 400px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	padding: 10px;
	color: #353535;
	vertical-align: middle;
	background-color: #c1e6c3;
	border: solid 3px #136717;
}

.cabecera {width: 442px; height: 80px; background-color: #136717; background: url(../Imgs/headerboletin.jpg) no-repeat left top; float: left; display: inline; margin: -5px 0px 12px -9px; *z-index: 10; margin: -5px 0px 12px -9px !important; *margin: 4px 0px 12px 0px;}
.cabecera span { font-family: Tahoma; font-size: 22px; text-align: left; float: left; color: White; margin-top: 15px; margin-left: 15px;}

.lnkCondiciones{ color:#139022; }
.lnkCondiciones:hover{ color:#000;}
