/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Verdana;
}

form {
	margin:0px;
	padding:0px;
}

.main {
	/*background-image: url(../images/Fondomain.jpg);
	background-repeat: repeat-y;*/
	margin-top:20px;
}

.ColorEncabezado {
	background-color: #D8E0E2;
}

.Logo2 {
	padding-right:40px;
	padding-top:25px;
}

.LetrasEncabezado {
	font-size:20px;
	color:#1C81B5;
	font-style:italic;

}

.Navegador{
	font-size:11px;
	color:#247098;
	padding-left:21px;
}

.Navegador a{
	color:#247098;
	text-decoration:none;
}

.EnlaceMenu td{
	font-size:13px;
	color:white;
	text-align:left;
	border-bottom:1px dotted white;
}

.EnlaceMenu td a {
	color:#2A478B;
	text-decoration:none;
}

.EnlaceMenu td a:hover {
	color:white;
	background-color:#2A478B;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
}

.MenuSeleccionado {
	color:white;
	background-color:#2A478B;
	display:block;
	padding-top: 4px;
}

.Cuerpo {
	margin-top:25px;
}


P {
	font-size:14px;
	color:#247098;
	text-align:justify;
}

P a {
	color: #247098;
	text-decoration:underline;
}

P a:hover {
	color: #247098;
	text-decoration:none;
}

.LineaAzul {
	margin-top:34px;
	margin-bottom:21px;
	font-size:8px;
	height:10px;
	background-color: #1A82B5;
}

.Destacado {
	font-size:20px;
	color: #247098;
	font-weight: bold;
	margin-top:2px;
}

.Destacado2 {
	font-size:20px;
	color: #247098;
	text-align:left;
	margin-bottom:20px;
}

.FechaDestacado {
	font-size:17px;
	color: #247098;
	margin-top:16px;
}

.DireccionDestacado {
	font-size:15px;
	color: #247098;
	margin-top:38px;
	margin-bottom:93px;
}

.DireccionDestacado2 {
	font-size:20px;
	font-weight: bold;
	color: #247098;
	margin-top:5px;
	text-align:left;
}

.FondoTitulo {
	height: 46px;
	background-image: url(../images/FondoTitulo.jpg);
	background-repeat: no-repeat;
	font-size: 20px;
	color:White;
	padding-left: 14px;
	padding-top: 10px;
	text-align: left;
	/*margin-top:28px;*/
}

.DestacadoAgendaTit {
	color:White;
	background-color: #106E94;
	margin-top:40px;
	margin-bottom:18px;
}

.DestAgen1 {
	font-size:18px;
	font-weight: bold;
	padding-left:18px;
}

.DestAgen2 {
	font-size:24px;
	font-weight: bold;
	padding-right:18px;
}

.TitDenAgen {
	color: #247098;
	font-size:19px;
	margin-bottom:12px;
	margin-left:9px;
	text-align:left;
}

.TitDenAgen2 {
	color: #247098;
	font-size:14px;
	margin-bottom:12px;
	margin-left:9px;
	text-align:left;
}

.TextoAgen {
	color: #247098;
	font-size:12px;
	margin-left:9px;
	text-align:left;
}


.EspacioAgen {
	height:20px;
}

.BordeLeft {
	border-left: 1px solid #247098;
}

.ContactoIn {
	font-size:13px;
	color:#247098;
	margin-top:10px;
}

.ContactoIn a{
	color:black;
	text-decoration:none;
}

.ContactoIn a:hover{
	color:#247098;
}

.TitContact {
	font-size:15px;
	font-weight:bold;
}

.DivHotel {
	font-size:13px;
	color:#247098;
	margin-bottom:3px;
}

.DivHotelF {
	font-size:14px;
	font-weight: bold;
	color:#247098;
	margin-bottom:8px;
}

.NombreInput {
	height:25px;
	font-size:12px;
	color:#247098;
	padding-left:30px;
}

.NombreInput a{color:#247098; }
.NombreInput a:hover{color:#247098; text-decoration: underline; }

.NombreInput2 {
	height:25px;
	font-size:12px;
	padding-left:64px;
	text-align:left;
	font-weight:bold;
}

.Casilla {
	width:240px;
	height:16px;
	font-size:12px;
	color:#247098;
	border:1px solid #91B7CC;
}

.HBConfirmation {
	background-color: #DCEFF6;
	color:#247098;
	font-size:12px;
	text-align:left;
}
/* CSS Document */

.required {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}