

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

img {border:0px;}

h1 {font-size:2.0em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:0.8em;}

.tit {font-size:1.2em; font-weight:bold; color: #333; font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; margin-bottom: 10px;}
.fecha {font-size:0.8em; font-weight:bold; color: #999;}

h1, h2, h3, h4, h5, h6 {color: rgb(40,40,40);}

a {text-decoration:none; font-weight:bold; }
a:hover {text-decoration:underline;}

p {padding: 0 0 5px 0;}

div.modAltura {}


/* ESTRUCTURA
--------------------------------------------------------*/

html, body { height: 100%; } 
html {font-size:0.7em;}
#container {
	margin: 0 auto; 
	text-align: left;
	background: #fff; 
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
}

body {font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	padding: 0;
	text-align: left;
	color: #666;
}

body#splash {
	background: #fff;
	text-align: center;
	width: 0 auto;
}

body#splash div {
	height: 66px;
	width: 258px;
}

body#splash div.modAltura { height: 200px;}

div#cabecera {
	background: #333 url(../img/bg_head.gif) repeat-x; 
	color:#fff;
	height: 81px;
	padding: 0 22px 0 22px;
}
div#menu {
	background: #fff url(../img/bg_menu.gif) repeat-x; 
	height: 20px;
}

div#mainContent, div#mainContentList {
	margin: 35px 20px 20px 171px;
	background: #FFFFFF;
	min-height: 450px;
}
div#mainContent { width: 505px; }
div#mainContentList { width: 582px; }
div#bottom {clear:both; height:20px;}
#container-foot { 
	width: 100%; 
	background: #CCC; 
	position: absolute; 
	bottom: 0 !important; 
	bottom: -1px; 
	height: 25px;
} 

div#footer {
	background:#666;
	width: 100%;
	height: 25px;
}


/* CABECERA
-------------------------------------------------- */

div#cabecera h1 {
	float: left;
	display: inline;
	height: 37px;
	margin-top: 15px;
	color: #fff;
}

div#cabecera h1 a {
	overflow: hidden;
	cursor: pointer;
}

div#cabecera h5 {
	float: right;
	display: inline;
	margin-top: 33px;
	color: #dfdedf;
}

/* FOOTER
--------------------------------------------------- */

div#footer .name {
	float: left;
	display: inline;
	margin: 9px 0 0 24px;
	color: #fff;
}

div#footer .name a {
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

div#footer .legal {
	float: left;
	display: inline;
	margin: 6px 24px 0 40px;
	background:url(../img/dot.gif) 0 -4px no-repeat;
}
div#footer .legal a {
	color: #fff;
	font-weight:bold;
	margin-left: 10px;
}

div#footer .direccion {
	float: right;
	display: inline;
	margin: 9px 24px 0 0;
	color: #fff;
}

/* IDIOMAS
-------------------------------------------------- */

ul#idiomas {
	float: right;
	display: inline;
	margin: 28px 10px 0 0;
}

ul#idiomas li {
	float: left;
	display: inline;
	width: 62px;
	color: #fff;
}

ul#idiomas li a {
	overflow: hidden;
	display: block;
	font-size:0.9em;
	font-weight:bold;
	color: #dfdedf;
	text-align:left;
	/*color: rgb(200,200,200);*/
}
ul#idiomas li a:hover {
	color: #fff;
}

li#espanol {
	background:url(../img/dot.gif) 55px -5px no-repeat;
	/*margin-right: 5px;*/
}
li#ingles {
	background:url(../img/dot.gif) 48px -5px no-repeat;
	/*margin-left: 2px;*/
}

/* IDIOMAS SPLASH
-------------------------------------------------- */

#splash ul#idiomas {
	float: none;
}

#splash ul#idiomas li {
	color: #333;
	margin: 5px 0 0 0;
}

#splash ul#idiomas li a {
	color: #333;
	text-align:center;
	margin-right: 7px;
}

#splash ul#idiomas li a:hover {
	color: #999;
}


#splash li#espanol {
	background:url(../img/dot.gif) right -5px no-repeat;
	/*margin-right: 5px;*/
}
#splash li#ingles {
	background: url(../img/dot.gif) right -5px no-repeat;
	/*margin-left: 2px;*/
}


/* MENÚ
-------------------------------------------------- */


ul#navegacion li {
	overflow: hidden;
	float: left;
	display: inline;
	background-color: transparent;
	margin-left: 2px;
}

ul#navegacion li a {
	overflow: hidden;
	display: block;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	color: #666;
	border-left: 2px solid #fff;
	padding: 4px 0 0 2px;
}

ul#navegacion li a:hover {
	color: #000;
}
ul#navegacion li a img  {
	font:11px;
	font-weight:bold;
	color: #666;
}

ul#navegacion li#volver a {
	background: url(../img/btn_flecha.gif) left 2px no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	width: 140px;
	color: #333;
}

ul#navegacion li#noticias a, ul#navegacion li#info a, 
ul#navegacion li#servicios a, ul#navegacion li#contacto a, 
ul#navegacion li#proyectos a {
	width: 101px;
}
ul#navegacion li#mapa a {
	width: 102px;
	border-right: 2px solid #fff;
}

/* CONTENIDOS
----------------------------------------------- */

div#mainContent h2, div#mainContentList h2 {
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 22px;
	padding-bottom: 0px;
}

.tit a { color: #333; }

/* Proyectos */

.prMed { width: 189px; margin: 0 5px 35px 0; float:left; }
div.prMed img { border: 5px solid #ccc; margin-bottom: 8px; }
div.prMed p { line-height: 12px; padding-right: 2px; }
div.prMed p.tit {  }
div.prMed p.tit span { color: #666;padding-right: 5px; }

.prBig { width: 505px; }
div.prBig img { border: 5px solid #ccc; margin-bottom: 8px; }
div.prBig p { line-height: 12px; }
div.prBig p.fecha { }
div.prBig p.tit {  }
div.prBig p.tit span { color: #666; padding-right: 5px; }

/* Noticias */

.nwMed { float:left; margin-bottom: 7px; width: 100%; }
div.nwMed img { float:left; width: 189px; border: 5px solid #ccc; }
div.nwMed div.info { float:left; width: 296px; margin-left: 10px;}
	div.nwMed div.info p { line-height: 12px; }
	div.nwMed div.info p.fecha { }
	div.nwMed div.info p.tit { }
	
/* Servicios */

.srMed { width: 248px; margin: 0 4px 35px 0; float:left; }
div.srMed img { border: 5px solid #ccc; margin-bottom: 19px; }
div.srMed p { line-height: 12px;padding-right: 2px; }
div.srMed p.tit { margin-bottom: 7px; }

/* Info */

.ifBig { width: 505px; }
div.ifBig img { border: 5px solid #ccc; margin-bottom: 12px; }
div.ifBig p { line-height: 12px;}
div.ifBig p.fecha {  }
div.ifBig p.tit { margin-bottom: 10px; }
div.ifBig p.tit span { color: #666;padding-right: 5px; }

/* Mapa */

div.mapa h3 {width: 100%;border-bottom: 2px solid #ccc;margin-bottom: 10px;padding-bottom: 0px;}
div.mapa h3 a { color: #333; }
div.mapa ul { margin-bottom: 10px; }
div.mapa ol a { padding-left: 10px; color: #999; }

/* Otros */

p.mail a {color: #333;}
div.col50_i { float: left; width: 49%; padding-right: 5px;}
div.col50_d { float: left; width: 49%; padding-left: 5px; }

/* CONTACTO
----------------------------------------------------------- */


input, textarea, select { color: #666; }

form { display: inline; text-align:left; margin-top: 20px;}
h4 { margin-bottom: 10px;}
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: 1.1em; font-weight: bold; }
  #s1p_cform div input,
  #s1p_cform div textarea { background: #ccc; width: 260px; padding: 1px 3px; font-size: 1.1em; border: 1px solid #ccc; overflow: auto; margin-bottom: 10px;}
  #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 span.error { background: url(../images/m_i_error.png) 150px 50% no-repeat; display: block; padding: 0.5em 10px 0 175px; font-size: 1.1em; }
  #s1p_cform div input.error,
  #s1p_cform div textarea.error { background-color: #f5cfcf; }

 #s1p_cform div.submit { margin-bottom: 10px; }
  #s1p_cform div.submit input { margin: 0 0 0 150px; width: 120px; padding: 0 3px; font-size: 1.1em; border: 0px solid #ccc; background: #999; color: #fff;}