@charset "iso-8859-1";
/* Estilos CSS LandingPage */

/*##########################Estilos Body####################################*/
<
<body{

	
	font-family:Verdana;

}



/*##########################Estilos Divisiones####################################*/

#divCabecera{
	
	background: #FFFFFF url(images/landing.jpg) no-repeat center;
	font-size:36px;
	color:#000099;
	text-align:center;
	width:900px;
	height:300px;
	margin: 0px auto 0px auto;
	
}

#divFormulario{
	background: url(images/fondo.jpg) repeat center;
	font-size:14px;
	color: #000099;
	font-weight:bold;
	text-align:justify;
	width:900px;
	height:380px;
	margin: 0px auto 0px auto;
	
}


#divComprobacion{

	font-size:12px;
	color: #FF0000;
	font-weight:bold;
	text-align:center;	
}

#divFooter{

	font-size:14px;
	color:#000099;
	text-align:justify;
	width:900px;
	height:72px;
	margin: 0px auto 0px auto;


}

#divFooter li
{
	list-style:none;
	float:left;
}


#divBotonFooter{

	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	width:225px;
	height:auto;
}


/*##########################Estilos Botones ####################################*/


#divBtnEnviar{

	background: url(images/botonesfooter/enviar1.png) no-repeat;
	width:105px;
	height:50px;
}


#divBtnEnviar:hover{

	background: url(images/botonesfooter/enviar2.png) no-repeat;
	width:105px;
	height:50px;
}


#divTSV{

	background:url(images/botonesfooter/tsv1.png);
	width:225px;
	height:71px;
}

#divTSV:hover{

	background:url(images/botonesfooter/tsv2.png);
	width:225px;
	height:71px;
	cursor:pointer;
}


#divDirectO{

	background: url(images/botonesfooter/directo1.png);
	width:225px;
	height:71px;
}

#divDirectO:hover{

	background:url(images/botonesfooter/directo2.png);
	width:225px;
	height:71px;
	cursor:pointer;
}


#divExpopyme{

	background: url(images/botonesfooter/expopyme1.png);
	width:225px;
	height:71px;
}

#divExpopyme:hover{

	background:url(images/botonesfooter/expopyme2.png);
	width:225px;
	height:71px;
	cursor:pointer;
}

#divKyA{

	background: url(images/botonesfooter/ka1.png);
	width:225px;
	height:71px;
}

#divKyA:hover{

	background:url(images/botonesfooter/ka2.png);
	width:225px;
	height:71px;
	cursor:pointer;
}


/*##########################Estilos Links####################################*/


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*##########################Estilos Cajas de Texto####################################*/

.textBoxSuperShort{

	border: solid #0D3692 2px;
	font-family: Verdana;
	font-size:11px;
	background: #FFD8B0;
	width: 3em;
	color: #000099;
}


.textBoxShort{

	border: solid #0D3692 2px;
	font-family:Verdana;
	font-size:11px;
	background:#FFD8B0;
	width: 10em;
	color: #000099;
}



.textBoxMiddle{

	border: solid #0D3692 2px;
	font-family:Verdana;
	font-size:11px;
	background:#FFD8B0;
	width: 15em;
	color:#000099;
}


.textBoxLarge{

	border: solid #0D3692 2px;
	font-family:Verdana;
	font-size:11px;
	background:#FFD8B0;
	width: 25em;
	color:#000099;
}

.txtComent{

	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	width: 20em;
	height: 3em;
	border: 2px solid #0D3692;
	background: #FFD8B0;
	color:#000099;
}


/*##########################Estilos Tablas####################################*/

td.Celda{

	background:#FFFFFF;
}

	

td.Campo{
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	background:#FFFFFF;
}


td.Respuesta{

	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	background:#FFFFFF;
}

/*----------------------Efectos borde ezquinas redondeadas -------------------------*/

/*Bordes Superiores*/
td.supizq{

	background: url(images/tabla_azul/upleft.gif) no-repeat bottom right;
}

td.sup{

	background: url(images/tabla_azul/up.gif) bottom repeat-x;
}

td.supder{

	background:url(images/tabla_azul/upright.gif) no-repeat bottom left;
}


/*Bordes Izquierdo y Derecho*/
td.izquierda{
	
	background:url(images/tabla_azul/left.gif) right;
} 

td.derecha{

	background:url(images/tabla_azul/right.gif) left;	
}


/*Bordes Inferiores*/
td.infizq{

	background:url(images/tabla_azul/downleft.gif) no-repeat top right;
}

td.inf{

	background:url(images/tabla_azul/down.gif) top repeat-x;	
}		

td.infder{

	background:url(images/tabla_azul/downright.gif) no-repeat top left;
}	



/*##########################Estilos Campos Obligatorios####################################*/

span.obligatorio{

	color: #000099;
	font-weight: bolder;
	
}

