/*	-------------------------------------------

	(c) 2008 Ambar Multimedia S.L.

	------------------------------------------- */

@import url("cabecera.css");
@import url("navega.css");
@import url("publi.css");
@import url("portada.css");
@import url("pie.css");
@import url("contenidos.css");
@import url("formularios.css");
@import url("sectores.css");



/*Cuerpo de página*/

html{
	width: 100%;
	height:auto;
		
}


html, body {
	border: 0;
  	margin: 0 auto;/*center the page in Firefox*/
  	padding: 0;
	
}

* html {
	border: 0;
  	margin: 0 0;
  	padding: 0;
	
}

body {
	font: normal 0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A54;
	background: #faf9f3 url(../layout/bg_body.png) no-repeat center top;
 
}


/*Contenedor*/
#simo { position: relative; margin: 0px -60px 0px 0px; visibility: visible; z-index: 90000; background: transparent; height: 46px; width: 90px; left: 60px; top: 20px; clear: none; float: left; }

#simo a img , #simo a:hover img { text-decoration: none; border-style: none; }
	
#wrap {
	width: 100%;
	height: auto;
	margin: 0 0px;/*center the page in Firefox*/
	text-align: center;/* IE fix to center the page in the middle of the page*/
	padding: 0px;
}


#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #FFFFFF;
	margin-bottom: 20px;
	color: #0d3082;
	text-decoration: none;	
	
}

* html #container {
	
	width: 1000px;
	margin:0px;
	padding:0px;
	

}


/*Separador*/

.separad  {
	background: #FFFFFF url(../layout/rayaSeparad.gif) no-repeat center;
	display: block;
	height: 22px;
	width: 998px;
	clear: both;
	left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	position: relative;
	padding: 0px;
}

* html .separad {
	margin:0px;


}

/*Contenidos*/

#contenido {
	width: 998px;
	background: #FFFFFF;
	position: relative;
	top:-55px;
	left:0px;
	padding: 0px;
	z-index: 3;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: left;
	
	
}


* html #contenido {
	
	width: 1008px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	

}

h1 {
	font: bold normal 1.1em "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	color:#0d3082;
	padding: 0px;
	margin-top: 10px;
	margin-left: 11px;
	text-transform: uppercase;
	display: inline;
	float: left;	
}
	
h1 a:link , a:visited , a:hover {
	color:#0d3082;
	text-decoration: none;	
	
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	

}

a:link {
	color: #587dbe;
	text-decoration: none;	

}

a:visited {
	color: #7f9dd2;
	text-decoration: none;

}

a:hover {
	color: #ef891f;
	text-decoration: underline;
	
}

p {
	color: #5A5A54;

}


ul {
	list-style: none;
}

.marco {
	border: 1px solid #D0C5BF;
	padding: 2px;
	background-color: #E7E1DE;

}
