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

* { margin: 0; padding:0; border: none;}

body { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #868788;
	background: #c6e1fe url(../images/cuerpo/background.gif) repeat-x;}
	
	iframe body { background: none;}
	
.left {float: left;}
.right { float: right;}
.clearleft { float: left; width: 100%; clear: left;}

p { font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #868788;
	float: left;}
	
a { text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #868788;
	cursor:pointer;}
	
.px1115 { color: #1f4d7b;}

a:hover {	text-decoration: underline;}

h1 { 	font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
		color: #003B63;
		float: left;}
		
		.azul{ color:#003B63;}
		
		.rojo { color: #be0505;}

strong, p strong { font-weight: bold;}

p.bold strong { font-weight: bold;}

.bold { font-weight: bold; }
.bolditalic { font-weight: bold; font-style: italic; }
.capitalize { text-transform: capitalize;}
.left { float: left;}
	
ul { list-style: none; }

input, select, textarea {font-size: 11px; font-family:Arial, Helvetica, sans-serif; color: #868788;}

textarea { 	font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #868788;}
			
table { float: left;}
			
/* contenedor */

#contenedor { 
	width: 710px;
	margin: 0 auto;
	position: relative;}
	
/* colores */

#blue {}
#orange {}
#violet {}
#green {}
#acqua {}
#red {}
#yellow {}


/* header */

#header {
	float: left;
	width: 100%;}
	

/* cuerpo */

#cuerpo {
	float: left;
	margin-top: -52px; 
	width: 100%;}
	
	
	
	#columna {
		float: left;
		margin-top: 66px;
		width: 170px;}
		
	#principal {
		float: right;
		width: 526px;}
		
		#contenedor #cuerpo .margen { margin-top: 8px;}
	
		#columnas_centrales {
			float: left;
			width: 100%;}
			
/* footer */

.footer-contenedor {
	float: left;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;}

	.footer-contenedor #footer {
			margin: 0 auto; 
			margin-top: 10px;
			width: 710px;}



