/* CSS Document */
/** { padding: 0; margin: 0; border: none; outline: none; }*/
html { background: #e5edf6 url("../img/fondo_todo.jpg") repeat-x; }
body { background: #ffffff; font: normal 0.80em/1.15em /*SolarisEFOP-Bold, SolarisEFOP-Regular,*/ Verdana, Arial, Helvetica, sans-serif; color: #333333; }

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX LA MAGIA PARA FOOTER XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

html, body { height: 100%; margin: 0 auto; }
#body, #pie { margin: 0 auto; }
#body { position: relative;  min-height: 100%; height: auto !important; height: 100%; padding: 0 24px; max-width: 763px; /* IE 6 - */width: 763px; }

#pie { width: 763px; text-align: center; position: absolute; /*height: 71px;*/ padding: 10px 0 10px; margin-top: 50px; white-space: nowrap; bottom: 0 !important; bottom: -1px; background: #ffffff;}

/* XXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX ESTRUCTURA XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXX */

#todo { margin: 0 auto; background: #ffffff; padding-bottom: 5.00em; }
	#top { }
		#logo {  }
		#webTop {  }
		#menuhorizontal {  }
	#contenido {  }
		#nombresite {  }
		#cabecera {  }
#pie {  }
	#paises {  }
	#copy {  }

/* XXXXXXXXXXXXXXX */
/* XXXXX TOP XXXXX */
/* XXXXXXXXXXXXXXX */
	
#top { margin:0; padding:0; height: 102px; }

/* XXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX WEB TOP XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXX */

#logo { float: left; }
	#logo a {  }
		#logo h1 { display: none; } /* Se habilita en caso de no cargar CSS */
		#logo img { border: none; }

#webTop { text-align: right; margin: 0; width: 763px; padding-top: 8px; }
	#webTop a { font-size: 0.8em; font-weight: normal; text-decoration: none; color: #666666; }
	#webTop a:hover { text-decoration:underline; color: #0099CC; }
	
/* XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX MENU PRINCIPAL XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX */

ul#menuhorizontal  { display: block; padding: 0; margin: 54px 0 0 0; text-align: right; float: right; color: #0099CC; }
	#menuhorizontal li { list-style: none; display: inline; margin: 0; padding: 0; }
	#menuhorizontal li a { text-decoration: none; font: bold 85% Arial, Helvetica, sans-serif; color: #0099cc; padding: 0 4px 0 0; }
	#menuhorizontal li.ultimo a { padding: 0; }
	#menuhorizontal li a:hover,
	#menuhorizontal li a.slc { color: #333333; }
	
#menuhorizontal img { border: 0; }

/* XXXXXXXXXXXXXXXXXXXXX */
/* XXXXX CONTENIDO XXXXX */
/* XXXXXXXXXXXXXXXXXXXXX */

#contenido { border-top: 1px solid #0099CC; padding: 12px 0px 20px 0px; font-size: 85%; }
	#nombresite { margin-bottom: 16px; }
		#nombresite h2 { display: none; } /* Se habilita en caso de no cargar CSS */
	#cabecera { margin: 0px; padding: 0px; width: 763px; }	

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX FORMULARIO DE OPINION XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

input, textarea, select { color: #777777; }

form { text-align:left; margin-top: 20px;}
hr { border: none; color: #f4f4f4; background: #f3f3f3; height: 1px; margin: 6px 0 10px; }

#s1p_cform { border: none; }
 #s1p_cform legend { display: none; }
 #s1p_cform div {  }
  #s1p_cform div label { width: 150px; font-size: 90%; font-weight: bold; float: left; text-align: right; margin-right: 0.50em;  }
  #s1p_cform div input, 
  #s1p_cform div textarea {
	background: #ffffff;
	width: 260px;
	padding: 0.2em;
	border: 1px solid #B0BFBF;
	margin-bottom: 10px;
}
  #s1p_cform div input { font-size: 100%; overflow: hidden; }
  #s1p_cform div textarea { width: 40.00em; padding: 0.20em; font: normal 105%/1.15em /*SolarisEFOP-Bold, SolarisEFOP-Regular,*/ Verdana, Arial, Helvetica, sans-serif; overflow: auto; }
  #s1p_cform div input:hover,
  #s1p_cform div textarea:hover { background: #fefee5; }
  #s1p_cform div input:focus,
  #s1p_cform div textarea:focus { background: #fdfed6; }

 #s1p_cform div.submit {
	height: 1em;
	border-top: 1px dotted #B0BFBF;
	padding: 1.00em 0;
	margin-top: 1em;
	text-align: center;
}
  #s1p_cform div.submit input { cursor: hand; cursor: pointer; width: 5.00em; padding: 0.25em 0.50em; font-size: 110%; border: 1px solid #009ee0; background: #009ee0; color: #fff;}
  #s1p_cform div.submit input:hover { border: 1px solid #009ee0; background: #ffffff; color: #009ee0;}
.aviso {
	color: #009ee0;
	text-align: center;
	margin: 60px 140px;
	padding: 40px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background-color: #FDFDFD;
}

  
/* XXXXXXXXXXXXXXXXXX */
/* XXXXX FOOTER XXXXX */
/* XXXXXXXXXXXXXXXXXX */

#pie {  }
	#paises { background: #ffffff; border-top: 1px solid #009ee0; text-align: right; color: #009ee0; font-size: 0.9em; padding: 20px 0 10px; width: 99.9%; }
	#copy { background: #ffffff; color:#999999; text-align: right; width: 99.9%; font-size: 0.8em; padding-bottom: 10px; }
	
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* XXXXX FORMATEO DE TEXTO XXXXX */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXX */	

h1,h2,h3,h4,h5,h6 { color: #009ee0; font-weight: bold; }
h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }
	
p {
	text-align: justify;
	color: #333333;
	margin-bottom: 27px;
	display: block;
}
p.center { text-align: center; }
ul, ol {
	margin-bottom: 27px;
}
	ul li { list-style-image: url(img/li_item.gif); }
	ol li {
	margin-bottom: 1.2em;
}
a { color:#0099cc; text-decoration: none; } 
a:hover { text-decoration: underline; }

.titular { color:#009ee0; font-size: 1.5em; margin: 30px 0px 14px; font-weight: bold;}
.subtitulo { font-size: 1.1em; font-weight: bold; color: #B0BFBF; padding: 14px 0px 6px 0px; display: block;}


.invisible { display:none;}
.flotaizquierda { float:left;} 
.flotaderecha { float:right;}
.alinizquierda { text-align:left; }
.alinderecha { text-align:right; }

.boton { cursor: hand; cursor: pointer; width: 5.00em; padding: 0.25em 0.50em; font-size: 110%; border: 1px solid #009ee0; background: #009ee0; color: #fff;}
.boton:hover { border: 1px solid #009ee0; background: #ffffff; color: #009ee0;}
.label { width: 150px; font-size: 90%; font-weight: bold; float: left; text-align: right; margin-right: 0.50em; }
.textbox, 
.textarea {
	background: #ffffff;
	width: 260px;
	padding: 0.2em;
	border: 1px solid #B0BFBF;
	margin-bottom: 10px;
}
.textbox { font-size: 100%; overflow: hidden; }
.textarea { width: 40.00em; padding: 0.20em; font: normal 105%/1.15em /*SolarisEFOP-Bold, SolarisEFOP-Regular,*/ Verdana, Arial, Helvetica, sans-serif; overflow: auto; }
.textbox:hover,
.textarea:hover { background: #fefee5; }
.textbox:focus,
.textarea:focus { background: #fdfed6; }

/* XXXXXXXXXXXXXXXXX */
/* AREA DE PRODUCTOS */
/* XXXXXXXXXXXXXXXXX */

.area_productos { padding: 25px; width: 710px; }

	.area_productos .blq_producto { float: left; width: background: #e1e1e1; width: 351px; height: 115px; }
	.area_productos .blq_producto h4 { font: normal normal 130% Verdana, Arial, Helvetica, sans-serif; padding: 0 15px; }
	html* .area_productos .blq_producto h4 { padding-top: 15px; }
	.area_productos .blq_producto p { font: normal normal 95% Verdana, Arial, Helvetica, sans-serif; padding:0; margin: 0; padding: 0 15px; width: 200px; text-align: left; } 
	
	.area_productos .blq_producto#presentacion-compania { background: url("../img/asisomos/presentacion-compania.jpg"); }
	.area_productos .blq_producto#soluciones { background: url("../img/asisomos/soluciones.jpg"); }
		.area_productos .blq_producto#soluciones p { width: 150px; } 
	.area_productos .blq_producto#servicios { background: url("../img/asisomos/servicios.jpg"); }
		.area_productos .blq_producto#servicios p { width: 150px; }
		
	.area_productos .blq_producto#ce-aena { background: url("../img/asisomos/ce-aena.jpg"); } 
	.area_productos .blq_producto#ce-donana { background: url("../img/asisomos/ce-donana.jpg"); }
	.area_productos .blq_producto#ce-serendipia { background: url("../img/asisomos/ce-serendipia.jpg"); }
	.area_productos .blq_producto#ce-csn { background: url("../img/asisomos/ce-csn.jpg"); }
	.area_productos .blq_producto#ce-cesca { background: url("../img/asisomos/ce-cesca.jpg"); }