@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F2EE;
}

.txt_principal {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	line-height: 1.2em;
}
.txt_popup {
	font-family: Lora;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

.txt_principal_title {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #DE4217;
}

.txt_btn_bold {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.txt_btn {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler img{position:absolute;left:0;top:0;width:100%;z-index:1}
#background_cycler img.active{z-index:3}
.a_bold {
	font-style: italic;
	font-weight: normal;
}
.a_bold:hover {
	font-style: italic;
	font-weight: bold;
}

.divnighttxt {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	cursor: default;
	width: auto;
	font-family: Lora;
	font-style: italic;
}
.degrade {
background: rgba(240,239,234,1);
background: -moz-linear-gradient(top, rgba(240,239,234,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,239,234,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(240,239,234,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(240,239,234,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(240,239,234,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(240,239,234,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efea', 
}.formulario {
	font-family: Lato;
	font-size: 12px;
	color: #666;
	width: 200px;
	border: 1px solid #666;
}
