﻿body
{
	margin: 0px;
	font-family: Trebuchet MS;
}
a
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color:#4E95FE;
}
.img
{
	border: 0px;
}

.general
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

.cab
{
	background: url(../img/cab.jpg) no-repeat center top;
	width: 100%;
	height: 230px;
	float: left;
}

.contenido
{
	background: url(../img/contenido.jpg) no-repeat center top #ffffff;
	width: 100%;
	float: left;
}

.dvFraseCab
{
	position: relative;
	top: 70px;
	left: 510px;
	width: 270px;
	font-style: italic;
}



h1
{
	color: #4e4e4e;
	letter-spacing: -2px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.blq_der
{
	position: relative;
	top: 0px;
	left: 190px;
	float: left;
	width: 280px;
}

.dvDesc
{
	width: 245px;
	float: right;
	margin-right: 10px;
	font-size: 11px;
	position: relative;
	top: -5px;
}

.tit_azul
{
	color: #4E95FE;
	font-size: 23px;
	letter-spacing: -0.5px;
	word-spacing: -2px;
}

.txt_desc
{
	font-size: 11px;
}

h3
{
	margin: 0px;
	padding: 0px;
}

.pie
{
	background: url(../img/pie.gif) no-repeat top center;
	width: 100%;
	height: 106px;
	clear: left;
}
.subPie
{
	font-family:Trebuchet MS;
	font-size:10px;
	width:540px;
	position: relative;
	top: -2px;
	left: 230px;
	float: left;	
}
.dv_direcc
{
	color: #cccccc;
	font-size: 9px;
	position: relative;
	top: 20px;
	left: 350px;
	text-align: right;
	float: left;
}

.dv_telf
{
	position: relative;
	top: 10px;
	left: 500px;
	text-align: right;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #81B4FE;
}

.span_telf
{
	font-size: 20px;
}

/* Formulario  */
.dvFrm
{
	background: url(../img/fnd_Form.gif) no-repeat;
	width: 257px;
	height: 364px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	position: relative;
	top: 28px;
	left: 240px;
}

.titForm
{
	position: relative;
	top: 12px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 13px;
}

.textForm
{
	position: relative;
	top: 28px;
	float: left;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.txtbox
{
	font-family: Trebuchet MS !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #666666 !important;
	padding-left: 5px;
	width: 180px;
	height: 14px;
	border: 1px solid #CCCCCC;
}

.btn_enviar
{
	float: left;
	margin-top: 15px;
}

