body {
	background: #ECE9D8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: white;
}

input, textarea {
	border: 1px solid #AAA;
	background: white;
}

table {
	font-family: Verdana, Arial;
	color: white;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
}

hr {
	width: 80%;
	height: 1px;
}

iframe {
	background: transparent;
	border: 0;
}

table.camp {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}

td.camp {
	padding: 5px;
}

tr.camp {
	border: 0;
}

tr.camp:hover, tr.camp.hover{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #B0B0B0;
	border: 0;
}

#loading {
	position: relative;
	top: 210px;
	width: 214px;
	height: 15px;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
}

#base {
	width: 774px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background: url('../images/bg.gif') top center;
	border: 0;
}

#header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0px;
	width: 774px;
	height: 82px;
	border: 0;
	background: url('../images/header.jpg') no-repeat left;
}

#menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0px;
	width: 774px;
	height: 112px;
	border: 0;
}

#main {
	padding: 20px 0 90px 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0px;
	width: 774px;
	height: auto;
	min-height: 400px;
	border: 0;
	overflow: visible;
}

#footer {
	padding: 12px 0 0 14px;
	margin: 0 0 0 0;
	bottom: 0;
	width: 760px !important;
	width: 774px;
	height: 37px !important;
	height: 49px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/footer.jpg');
	clear: both;
	text-align: left;
}

#main_intro {
	border: 0;
	width: 500px;
	min-height: 420px;
	margin-left: 10px;
	float: left;
}

#right_intro {
	border: 0;
	width: 200px;
	min-height: 400px;
	margin-right: 20px;
	float: right;
}

#menu_intro {
	width: 100% !important;
	width: 200px;
	min-height: 380px;
	border: 0;
	height: 380px;
	padding: 0 0 0 0;
}

.movil {
	width: 176px;
	height: 144px;
	background: #444;
	text-align: center;
	float: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.info {
	background: #fbffe2;
	border: 1px solid silver;
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	color: black;
}

.info2 {
	background: #fbffe2;
	border: 1px solid silver;
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	color: black;
	width: 300px;
	text-align: left;

}

.msgbox {
	text-align: center;
	background: #fbffe2;
	border: 1px solid silver;
	margin: 25 25 25 25;
	padding: 25 25 25 25;
	font-size: 2em;
	color: black;
}

.msgbox_bt,.msgbox_bt2 {

	width: 100px;
	text-align: center;
	border: 1px solid silver;
	margin: 25 25 25 25;
	padding: 25 25 25 25;
	font-size: 2em;
	color: black;
	margin-left: auto;
	margin-right: auto;

}
.msgbox_bt a,.msgbox_bt2 a{
	text-decoration: none;
	color: black;
}

.botonazo {
	width: 300px;
	text-align: center;
	border: 1px solid silver;
	margin: 25px 25px 25px 25px;
	padding: 25px 25px 25px 25px;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	background: #fbffe2;
	color: black;
	text-decoration: none;
}

.botonazo a {
	color: black;
	text-decoration: none;
}

.msgbox_bt2{
}

.msgbox_bt:hover{
	background: #DFDFDF;
}

.titulo{
	font-size: 2em;
}

.subtitulo {
	font-size: 1.6em;
	font-weight: bold;
	margin: 50px 0 0 0;
	color: white;
	text-align: left;
	margin-left: 10px;
}

.texto_peq{
	font-size: 0.8em;
}

.errores{
	border: 1px solid silver;
	margin: 20px 10px 10px 20px;
	padding: 20px 10px 10px 20px;
	background: #F8B933 url('../images/alert.gif') no-repeat center left;
}