/* CSS Document */

#descargatarifas a:link
{
	color:#666666;
	font-weight:bold;	
	text-decoration: none;
	
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

#descargatarifas a:visited
{
	color:#666666;
	font-weight:bold;	
	text-decoration: none;
	
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

#descargatarifas a:hover
{
	color:#004165;
	font-weight:bold;	
	text-decoration: underline;
	
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

#descargatarifas a:active
{
	color:#666666;
	font-weight:bold;	
	text-decoration:none;
	
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

div#infotituloopcion #descargatarifas
{
	float: left;
	margin: 0px;
	pading:0px;	
	
	width: 226px;
}

div#infotituloopcion img
{
	float: left;
	margin: 0px;	
	padding:0px;	
	
	text-align:right;
}




#infotituloopcion h2
{
	color:#004165;
	font-weight:bold;	
	
	font-family: "Trebuchet MS";
	font-size: 13px;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

#infotituloopcion h3
{
	color:#004165;
	
	font-weight:none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:lighter;
	
	margin: 0px;
	padding: 0px 12px 0px 12px;
	
}

#infotituloopcion h4
{
	color:#666666;
	
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	font-weight:lighter;
	
	padding: 0px 12px 0px 12px;
	
}

#infotituloopcion  h4 a:link 
{
	color: #666666;
	
}
#infotituloopcion  h4 a:visited 
{
	color: #666666;
}
#infotituloopcion  h4 a:hover 
{
	color: #666666;	
}
#infotituloopcion  h4 a:active 
{
	color: #666666;
}

div#contenedorformulario
{
	/*background-image:url(../imagenes/todo.gif);
	background-repeat:no-repeat;
	background-position:center;*/
	
	width: 410px;
	/*height: 379px;*/
	margin: 0px 10px 29px 0px;
	/*margin-left: 29px;
	margin-top: 20px;*/
	position:static;
	
}

div#contenedorformulario form
{
	border: 0px;
}


div#contenedorformulario form label
{	
	width:50px;
	height:15px;
	margin-left: 53px;
	margin-bottom: 5px;
	
	font-family:"Trebuchet MS", Arial;
	font-size: 16px;
	
	color: #666666;	
}

.sIFR-hasFlash div#contenedorformulario form label
{
	font-size: 14px;
	font-style: normal;
	visibility: hidden;
}

div#contenedorformulario #nombre
{
	width: 200px;
	height: 21px;
		
	margin-left: 53px;
	margin-bottom: 10px;
	
	padding: 2px 2px 2px 2px;
	
	border: 1px solid #ffffff ;
	
	background-color:#eeeeee;
	
	font-family:"Trebuchet MS";
	font-size: 12px;
	
	color:#004165;
}


div#contenedorformulario #email
{
	width: 250px;
	height: 21px;
		
	margin-left: 53px;
	margin-bottom: 10px;
	
	padding: 2px 2px 2px 2px;

	border: 1px solid #ffffff ;
	
	background-color:#eeeeee;
	
	font-family:"Trebuchet MS";
	font-size: 12px;
	
	color:#004165;
}
div#contenedorformulario #telefono
{
	width: 150px;
	height: 21px;
		
	margin-left: 53px;
	margin-bottom: 10px;
	
	padding: 2px 2px 2px 2px;
	
	border: 1px solid #ffffff ;
	
	background-color:#eeeeee;
	
	font-family:"Trebuchet MS";
	font-size: 12px;
	
	color:#004165;	
}

div#contenedorformulario #boton
{
	width: 44px;
	height: 20px;
	
		
	background-image:url(../imagenes/enviar.gif);
	background-repeat:no-repeat;
	background-position:inherit;
		
	margin-left: 322px;
	margin-bottom: 20px;
	
	padding: 3px 2px 2px 2px;
	
	
	border: 1px solid #dddddd ;
	
	background-color:#ffffff;
	color: #ffffff;	
	
	text-align: center;*/
}

div#contenedorformulario textarea
{
	width: 313px;
	height: 150px;
	
	margin-left: 53px;
	margin-bottom:10px;
	
	padding: 2px 2px 2px 2px;

	border: 1px solid #ffffff ;
	
	background-color:#eeeeee;
	
	font-family:"Trebuchet MS";
	font-size: 12px;
	
	color:#004165;
	
	position: static;
}



#tituloopcion #imagentitulo
{
	background-image:url(../imagenes/contacto.gif);
	background-position:center;
	
	width:271px;
	height: 50px;
}

div#contenedorresultado
{
	width: 410px;
	/*height: 379px;*/
	margin:auto;
	
	position:static;	
		
	color:#004165;
	font-weight:bold;		
	
	font-family: "Trebuchet MS";
	font-size: 13px;
	
	text-align:center;
}


