@charset "utf-8";
/* CSS Document */
body {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	margin-top: 0; margin-bottom: 5px;
	background: #e1e1e1;
}
a img { border: none; }
#wrapper {
	width: 800px;
	margin-left: auto; margin-right: auto;
}
#baseLogoMenu {
	width: 100%; height: 60px;
	margin-left: auto; margin-right: auto;
	background: #1a78be;
}
#logo {
	width: 230px; height: 60px;
	position: relative;
	float: left;
}
#menu {
	width: 570px; height: 20px;
	float: left;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	color: #e1e1e1;
	font-weight: bold;
}
#menu a, #menu a:hover, #menu a:visited {
	color: #e1e1e1;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #0FF;
}
#promoDiaria {
	width: 800px; height: 200px; /*224px;
	margin-top: 3px;*/
}
#baseContenido {
	border: solid; border-width: 1px; border-color: #c5c5c5;
	background: #FFF;
	padding: 20px;
	padding-top: 0;
}
#checkBox2 {
	border: solid; border-color: #CCC; border-width: 1px;
}
#msg {
	margin-top:3px; margin-bottom: 3px;
	border: solid; border-width: 1px; border-color: #c5c5c5;
}
#menuFooter {
	width: 100%; height: 25px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
	color: #999;
	background: #FFF;
	border: solid; border-width: 1px; border-color: #c5c5c5;
}
#menuFooter a, #menuFooter a:hover, #menuFooter a:visited {
	color: #000;
	text-decoration: none;
	font-size: 11px; font-weight: bolder;
}
#menuFooter a:hover {
	text-decoration: underline;
	color: #000;
	font-size: 11px; font-weight: bolder;
}
#direccion {
	margin-top: 5px;
	font-weight: bolder;
}
.errores {			border:				solid;
					border-color:		#F90;
					border-width:		1px;
					background:			#FFE3D7;
					color:				#F00;
					font-size:			15px;
					padding:			10px;
					width:				90%;
}
