body {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

a:link {
	color: #0d904e;
	font-weight:bold;
}
a:visited {
	color: #0d904e;
	font-weight:bold;
}
a:hover {
	color: #0d904e;
	font-weight:bold;
}
a:active {
	color: #0d904e;
	font-weight:bold;
}

#loading_cuerpo {
    display:none;
    position: absolute;
    /*top:50%;
    left:52%;*/
    margin: 400px 0 0 650px;
    z-index:9999;
    width:200px;
    height:30px;
    /*margin:0;*/
}

#leyenda {
	position: relative;
	width: 100%;
	display: block;
	height: 20px;
	z-index: 400;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	margin-bottom: -19px;
}

.error_span {
	display: block;
	width: 200px;
	height:auto;
	background: #FFF;
	border: 2px solid #F00;
	text-align: center;
	margin: 0 auto 0 auto;
}

.error_span2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	height: auto;
	background: #FFF;
	/*border: 2px solid #F00;*/
	text-align: center;
	margin: 0 auto 0 auto;
}

/*MAQUETADO*/
#header {
	width: 780px;
	height: 150px;
	padding-bottom: 3px;
}
/*
.fondo {
	width: 780px;
	height: 500px;
	margin: 0 auto 0 auto;
	background-image: url("../images/borde.jpg");
	background-repeat:no-repeat;
	background-position:right; 
}
*/

#todo {
	width: 780px;
	margin:5px auto;
	text-align: center;
	height: 860px;
	padding:0px;
}

#cuerpo {
	width: 780px;
}

#lateral {
	width: 200px;
	height: 512px;
	float: left;
	text-align: left;
	}
	
#right {
	width: 580px;
	height: 512px;
	overflow: hidden;
	float:left;
}
	
#principal {
	width: 100%;
	height: 405px;
	overflow: hidden;
	padding-bottom: 0px;
	background: #DCDDDE;
	padding-top: 0px;
	float:left;
}

	
#pie_principal {
	width: 100%;
	height: 105px;
	float:left;
}

#footer {
	width: 780px;
	height: 75px;
	margin: 5px auto 20px auto;
	position:relative;
}
#auspician {
	width:780px;
	margin-top:3px;
}


#gal {
	height:79px;
	width:580px;
	margin-bottom:5px;
	text-align:left;
}

#galeria_imagen {
	width:auto;
	height: 320px;
	float: left;
	display:inline;
	text-align:left;
	padding-left:10px;
}

#galeria_datos {
	width: 90px;
	height: 320px;
	margin-left: 10px;
	text-align:left;
}

#galeria_tools {
	width: 100%;
	height: 30px;
	background-color: #FFF;
}

#tbb {
	width:120px;
	text-align:right;
	margin-top:3px;
	position:absolute;
	right:0;
	bottom:0;
}
#callcenter {
	width:180px;
	text-align:left;
	margin-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	font-size:13px;
}
	
/*CLASES*/

/*TOOLS*/
.both {
	clear: both;
}


.subtitle {
	font-size: 14px;
	font-weight: bold;
}

/*FORMULARIOS*/

.log_input {
	border: 1px solid #AAA;
}

.log_subm {
	border: 1px solid #AAA;
}
.premios_tit {
	font-size: 14px;
	font-weight: bold;
	color: #006CB5;
}

#textos {
	width:555px;
	height:345px;
	overflow:auto;
	margin-left:10px;
	margin-top:10px;
	text-align:justify;
	padding-right:10px;
}

#titulo {
	border:0px;
	margin:0px;
}

#texto_premios {
	width:555px;
	height:345px;
	margin-left:10px;
	margin-top:10px;
	text-align:justify;
	padding-right:10px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#intro {
	width:100%;
	text-align:center;
	margin-top:50px;
}