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

body,html{
	font-size:12px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../archivos/fondo.jpg);
	background-attachment:fixed;
	margin-top:0px;
	margin-bottom:0px;
	}
#principal{
	width:800px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;	
	}
#cuerpo{
	width:800px;
	background-color:#FFF;
	float:left;
	}

#banner{
	width:800px;
	height:213px;		
	float:left;
}

#contenido{
	width:800px;
	background-image:url(../archivos/fondo_2.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	float:left;
	}

#cizquierda{
	width:237px;
	/*height:510px;*/
	text-align:right;
	float:left;
}

#cderecha{
	width:563px;
	/*height:510px;*/
	float:left;
}

#subbaner{

	width:800px;
	height:72px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	background-image:url(../archivos/fondo_3.jpg);
	text-align:center;
	float:left;
}

#pie{
	width:800px;
	height:50px;
	float:left;
	}

#titulo{
	width:300px;
	height:50px;
	margin-top:0px;
	margin-left:20px;
}

#texto_cuerpo{
	width:520px;
	margin-left:20px;
	/*margin-bottom:0px;*/
	float:left;
	}

.titulo_grande_azul{
	color:#06C;
	font-size:18px;
	}

.titulo_grande{
	font-size:22px;
	font-weight:bold;
}

.titulo_azul{
	font-size:18px;
	color:#008ACC;
	}
	
.texto_gris{
	color:#999999;
	}

.texto_verde{
	color:#030;/*
	color:#FC0;*/
	}

#cizquierda_int{
	width:200px;
	margin-top:20px;
	margin-left:20px;
	float:left;
	text-align:right;
}

#cderecha_int{
	width:200px;
	height:200px;/**/
	margin-top:20px;
	margin-left:30px;
	float:left;
}




p{
	text-align:justify;
	}

/*a:link {
	text-decoration: none;
	color:#660;
}

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

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

a:hover {
	text-decoration: none;
	color: #CC0;
}*/


	
input{ 
	border:1px solid #999;
	background-color:#CCC;
	color:#000;

}

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

textarea{
	overflow:auto;
	border:1px solid #999;
	background-color: #CCC;
	color: #000;
}

.sin_transparencia{

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

}
