html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	width: 780px;
	background-image: url(../images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
body{

	margin:0px;
	background-color: #b0c0c0;
}
.divider {
	height: 5px;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#7F7D7D;
	}

.f_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#FFFFFF;
	}

.f1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#67543B;
	}

.f2_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#3B71A0;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#81b808;
	}	

.l1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#fa6b26;
	}	

.ls_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#7E7E7E;
	}	
	
.c_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#A1A1A1;
	}

.form
	{
		width:116px; height:17px; border-color:#CDCDCD; border-bottom-width:1px; background-color:#ffffff; padding-top:0px
	}
.form1
	{
		width:154px; height:18px; border-color:#CAD2D5; border-bottom-width:1px; border-right-width:1px; background-color:#ffffff; padding-top:0px
	}
.form_div
	{
		height:21px; margin-top:1px;		
	}
		
	a.c_text{text-decoration:none;}	
	a.c_text:hover{text-decoration:underline;}
	
	a.ls_text{text-decoration:none;}	
	a.ls_text:hover{text-decoration:underline;}

ul {margin:0; padding:0; list-style:none}
.li1 {background:url(../images/as.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 13px}

.li2 {background:url(../images/as1.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 11px}

.cuadroAzul {border: solid 1px #88aec7; padding: 2px 2px 2px 5px;}


#formContenedor 
{
	text-align:center;

	width:400px;
	left:50%;
	margin-left:0px;
	top: 25px;
}

.Formtable { width:400px; }

input 
{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

textarea
{
	width:220px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

.label { width:110px; text-align:left; }

.campo { width:240px; }

.ayuda { width:50px; text-align:center; }

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:400px;
	height:160px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}

a.linkFF, a.linkFF:active, a.linkFF:visited{	
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a.linkFF:hover  {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	}
