@charset "utf-8";
/* CSS Document */

body{
	font-size:11px;
	color:#C0A062;
	font-family:Helvetica, sans-serif;
	letter-spacing:1px;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:11px;
	background-color:#31171A;
/*	
	background-image:url(../archivos/fondo2.jpg);
	background-attachment:fixed;*/
	margin-top:0px;
	margin-left: 0px;
	
			/*estilo de barras de desplazamiento*/
			scrollbar-face-color: #5E0612; 
			
			scrollbar-shadow-color: #5E0612; 
			scrollbar-highlight-color: #5E0612; 
			scrollbar-3dlight-color: #5E0612; 
			scrollbar-darkshadow-color: #5E0612; 
			scrollbar-arrow-color:#FFF;
					
			scrollbar-track-color: #6A0615; 	
	
	}


#cuerpo{
	width:709px;
	height:548px;

	/*margin-left:auto;
	margin-right:auto;
	margin-top:35px;*/
	background-image:url(../archivos/fondo2.jpg);
}

#superior1{
	width:380px;
	height:72px;
	float:left;
	}
	
#superior2{
	width:289px;
	height:72px;
	float:left;
	text-align:center;
	line-height:72px;
	background-image:url(../swf/cabecera_link.jpg);
	}

#superior3{
	width:40px;
	height:72px;
	float:left;
	}

#centro1{
	width:380px;
	height:80px;
	float:left;
	}
	
#centro2{
	width:289px;
	height:80px;
	float:left;
	}

#centro3{
	width:40px;
	height:80px;
	float:left;
	}

#inferior1{
	width:380px;
	height:396px;
	float:left;
	text-align:center;
	}
	
#inferior2{
	width:289px;
	height:396px;
	float:left;
	text-align:center;
	background-image:url(../swf/com_f.jpg);
	}

#inferior3{
	width:40px;
	height:396px;
	float:left;
	}

#inferior_completa{
	width:709px;
	height:396px;
	float:left;
	}

#pie{
	width:709px;
	height:30px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	}

p{
	text-align:justify;
	}







.fondo1{
	background-image:url(../archivos/fondo1.jpg);

	}
	
.fondo2{
	background-image:url(../archivos/fondo2.jpg);

	}
	
.trans {
/*	background-color:#420912;
	opacity: 0.6;
	filter:alpha(opacity=60);*/

	
	border-style: dotted; 
   	border-width: 2px; 
   	border-color: #C0A062; 
}

.trans span{
	
	}

.trans2 {
	background-color:#420912;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

a:link {
	text-decoration: none;
	color:#FFF;	
}

a:active {
	text-decoration:none;	
	color:#FFF;	
}

a:visited {
	text-decoration: none;	
	color:#FFF;	
}

a:hover {
	text-decoration: none;
	color: #C0A062;
}

.texto_grande{
	font-size:15px;
	}

.texto_botonera{
	font-size:11px;
	letter-spacing:0px;
	}

.texto_blanco{
	color:#FFF;

	}

.texto_ladrillo{
	color:#C75732;
	}
	
input{ 
	border:1px solid #C19E64;
	background-color: #8B6C3F;
	color:#FFF;

}

input.btn{
	color:#FFFFFF;
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;*/
	background-color:#006699;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#006699;');
}

textarea{
	overflow:auto;
	border:1px solid #C19E64;
	background-color: #8B6C3F;
	color:#FFF;


}

.sin_transparencia{

	opacity: 100;
	filter:alpha(opacity=100);

}

