/*********************************************
SPL SISTEMAS DE INFORMACIÓN - info@spl-ssi.com
**********************************************/

/* ESTILOS BÁSICOS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

dt{
	margin-top: 10px;
	font-weight: bold;
	font-size: 120%;
}
dd{
	margin-left: 40px;
}
em{
	font-weight:bold;
}
strong{
	font-weight:bold;
}
ul{
	list-style-image:url("../img/ico_menu.gif");
	margin:0px;
	padding-left:20px;
}
li{
	margin-bottom:6px;
}
ol{
	list-style:decimal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
--------------------------------------*/



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
/*	color: #919191;*/
	color: #444444;
	background-image: url(../img/ico_fondo.jpg);
}
p{
	line-height:150%;
	margin-bottom:8px;
}
h1{
	font-family:inherit;
	font-size: 15px;
	font-weight:bold;
	color: #004668;
}

h1#titulo_seccion{
	font-family:inherit;
	font-size: 17px;
	font-weight:bold;
	color: #004668;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
}
.h1_dorado{
	font-family:inherit;
	font-size: 17px;
	font-weight:bold;
	color: #cfcf9e;
}
h1.subtitulo_seccion{
	font-family:inherit;
	font-size: 17px;
	font-weight:bold;
	color: #004668;
	margin-top:20px;
	margin-bottom:10px;
	display:inline-block;
}
h2{
	font-family:inherit;
	font-size: 17px;
	font-weight:bold;
	color: #cfcf9e;
	margin-top:30px;
	margin-bottom:10px;
}
h1.subtitulo_seccion h2{
	font-family:inherit;
	font-size: 17px;
	font-weight:bold;
	color: #cfcf9e;
	margin-top:30px;
	margin-bottom:0px;	
}
h3,h3 a{
	font-family:inherit;
	font-size: 14px;
	font-weight:bold;
	color: #cfcf9e;
	margin-bottom:8px;
}

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

.clear{
	clear:both;
}


/* ESTRUCTURA */
div#contenedor{
	display:block;	
	width: 850px;
	margin: 0 auto;
	padding-right: 0px;
	background-color:#ffffff;
}

div#cabecera{
	background-image: url("../img/cabecera.jpg");
	background-repeat: no-repeat;
	border:0px;
	padding:0px;
	margin:0px;
	height:137px;
}


#cabecera a img, a:link img, a:active img, a:visited img, a:hover img{
	border: 0px;
	padding:0px;
}
div#marco_principal{
	display:block;
	width:850px;	
	margin:0 auto;
}
div#contenido{
/*	clear:left;*/
	padding: 20px;
	margin-bottom:10px;
	border:0px;
	width: 560px;/*600 con padding*/
	max-width:560px;/*600 con padding*/
	min-height: 530px;
	float:left;
	position: relative;
	background-color:#ffffff;
}
div#derecha{
	width: 219px;/*250 con margin*/
	max-width:239px;
	height: 450px;
	display: inline;
	margin-left:5px;
	margin-right:5px;
	margin-top: 40px;
	border-left:1px solid #d7d7d7;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	position: relative;
	float:left;
}
div#derecha h2{
	margin-top:0px;
}
div#pie{
	margin:0px 0px 0px 0px;
	padding-top:5px;
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	width: 850px;
	height:40px;
	display: inline;
	float:left;
	position: relative;
	background-color:#e5e5cc;
}
div#pie p{
	padding-top:0px;
	padding-bottom:0px;
}


div#menuPie{
	margin:0px;
	padding-top:0px;
	padding-bottom:4px;
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	width: 850px;
	height:40px;
	position: relative;
	background-color: #f9f9f1;
	background-image: url(../img/ico_fondo.jpg);
}


a.correo{
	color: #a1a1a1;
}
a.correo:hover{
	color: #336699;
}

.fija{/* img. para texto estático de cada sección */
	margin-right:30px;
	margin-bottom:10px;
	height:150px;
	float:left;
}
.izquierda{/* img. para texto estático de cada sección */
	margin-right:30px;
	margin-bottom:10px;
	border: 1px solid #dddddd;
	padding:5px;
	float:left;
}
.derecha{/* img. para texto estático de cada sección */
	margin-left:30px;
	margin-bottom:10px;
	border: 1px solid #dddddd;
	padding:5px;
	float:right;
}

.avisolegal{
	float:right;
	width:840px;
	margin-right:10px;
	margin-top:5px;
	text-align:right;
} 
.avisolegal a{
	color: #004668;
	font-weight:bold;
}

/* MENÚ CON LISTAS */
#menu {
	list-style:none;
	font-family: inherit;
	margin-right:0px;
	padding: 0px;
	font-size: 1em;
	float:right;
	clear:left;
}

#menu li {
	margin:2px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #CCCCCC;
	list-style-type:none;	
	float:left;
}

#menu li a{
	font-size: 12px;
	font-weight:bold;
	width:100px;
	text-decoration:none;
	text-align:center;
	color: #edfafe;
}
#menu li a:hover {
	color:#cccc99;
}

#menu a.menu_actual {
	color:#cccc99;
}


#submenu{
	font-family: inherit;
	margin: 0;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 1em;
	clear:left;
	list-style-image:url(../img/ico_menu.gif);
}

#submenu li {
	width:190px;
	height:30px;
	margin:2px;
	margin-top:10px;
	padding:1px;
	float:left;
	border-bottom: solid 1px #d7d7d7;
}

#submenu li a {
	font-size: 1em;
	height: 20px;
	text-decoration:none;
}
#submenu li a:hover {
	color:#bbbb79;
}

#submenu a.menu_actual {
	color:#bbbb79;
}



#menuInferior {
	list-style:none;
	font-family: inherit;
	margin: 0;
	padding: 0px;
	font-size: 0.5em;
	clear:left;
}

#menuInferior li {
	margin:1px;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	list-style-type:none;	
	float:left;
}

#menuInferior li a{
	font-size: 10px;
	font-weight:bold;
	width:60px;
	text-decoration:none;
	text-align:center;
	color: #acacac;
}
#menuInferior li a:hover {
	color:#cccc99;
}






.tabla_proyectos{
	width:555px;
	border: 1px solid #ccc;
	margin:10px 0px 10px 0px; 
	padding:5px;
}

.foto_proyecto{
	border:1px solid #ccc;
	width:130px;
	vertical-align:middle;
	text-align:center;
}
.aux_proyectos{
	color: #6b6b6b;
	padding-top:5px;
}

.tabla_proyectos table.borde_sup{
	border-top:1px solid #ccc;
	width:381px;	
	margin-top:5px;
}
ul.lista_noticia{
	list-style:none;
	padding-left:0px;
	list-style:none;
	list-style-image:none;
}
ul.lista_noticia li{
	padding-top:10px;
}
ul.lista_noticia p{
	padding-left:5px;
	padding-right:8px;
	font-size:11px;
}

#articulo_autor{
	text-align:right;
	margin-top:20px;
	font-size:0.9em;
}
.visitar_web{
	text-align:right;
	font-size:0.9em;
}


#inicio_izquierda{
	float:left;
	width:47%;
	border:1px solid #dddddd;
	padding:5px;
}
#inicio_izquierda img{
	width: 54px;
	height: 50px;
	border: 1px solid #dfdfdf;
	padding: 2px;
}
#inicio_izquierda div{
	padding: 10px;
	float:left;
	width:40%;
}
#inicio_derecha{
	float:right;
	width:47%;
	border:1px solid #dddddd;
	padding:5px;
}

/* FORMULARIO SOLICITUD INFORMACIÓN*/

#solicitud input, textarea, select,fieldset{
	border:1px dotted #cfcf9e;
	font-size:1em;
}
legend{
	background:#ffffff;
	padding:4px;
}

.lbl_siguiente{
	width: 18em; 
	padding: 0; 
	text-align: left; 
   	margin-left: 2em;
}
.lbl_primera{
   width: 10em;
   float: left;
   text-align: right;
   margin-right: 1em;
}

.errFld {border: 1px solid #F00; /*... or any other css properties ... */}
.errMsg { 
	float:left;
	margin-left: 9em;
	color: #C33; /*... or any other css properties ... */ 
}
.obligatorios{
	font-size:.9em;
}
.primaryAction{
	margin-left:250px;
	padding-left:10px;
	padding-right:4px;
	padding-left:1px;
	padding-left:1px;
}
