
/****************************************************************************************************************
* colores
* beige: #CCCC99
* gris texto: #595959
* gris fondo: #F4F4F4
* 
****************************************************************************************************************/


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

html {
	
}

body {
	font-size: 0.625em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: url("../imagenes/degradadoFondo.png") top center repeat-y #F4F4F4;
	text-align: center;
	color: #595959;
	
}

a img {
	border: none;
}

a {
	color:blue;
}


/****************************************************************************************************************
* Tipografias principales: titulos, parrafos
****************************************************************************************************************/

#contenidos .homeBienvenida h2, #contenidos .paginaInterior  h2{
	border-bottom: 5px solid #F4F4F4;
	background:url("../imagenes/iconoSeccion.png") no-repeat;
	background-position: 0px 50%;
	padding:5px 0 5px 20px;
	font-weight: bold;
}

#contenidos .homeBienvenida p, #contenidos .paginaInterior p {
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height:150%;
	font-size:1.4em;
	padding: 1em 0 0 0;
	/*text-align: justify;*/
}

#contenidos .homeNoticias h2 {
	background:url("../imagenes/iconoNoticias.gif") no-repeat white;
	background-position: 10px 50%;
	padding:5px 0 5px 30px;
	font-weight: bold;
}

#contenidos .homeNoticias p {
	font-family: Georgia,"Times New Roman",Times,serif;
	/*text-align: justify;*/
	font-size:1em;
	line-height: 140%;
}

#contenidos .homeNoticias .enlaceListadoNoticias {
	text-align: right;
	font-size: 1.2em;
	margin-top: 2em;
}

#contenidos .areas ul.listaAreas {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	line-height:150%; 
}

#contenidos h3 {
	font-size:1.4em;
	margin: 1em 0 1em 0;
}

.contacto {
	font-family: Georgia,"Times New Roman",Times,serif;	
}

.contacto #formularioContacto label, .contacto #formularioContacto input, .contacto #formularioContacto textarea {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
}

#pie p {
	font-size: .9em;
}

/****************************************************************************************************************
* contenedor
****************************************************************************************************************/

#contenedor {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	background-color: white;
	overflow:hidden; 
	border-color: #C9C9C9;
	border-width: 0 2px 0 2px;
	border-style: solid; 
}

/****************************************************************************************************************
* columnas
****************************************************************************************************************/

.columnaIzquierda{	
	width:440px;
	float:left;
	display:inline;
}

.columnaDerecha{
	width:270px;
	float:left;
	display:inline;
	margin-left:10px;
}

/****************************************************************************************************************
* encabezado
****************************************************************************************************************/

#encabezado {
	height: 180px;
	background: url("../imagenes/encabezado.jpg") bottom right no-repeat;
	margin:10px 10px 0 10px;
}

#logotipo {
	width:180px;
	height:100%;
}

/****************************************************************************************************************
* menú principal
****************************************************************************************************************/

#menuPrincipal {
	overflow:hidden;
	padding:15px 0 15px 0;
}

#menuPrincipal ul {	
	list-style:none;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;	
}

#menuPrincipal li {
	display:inline;
	font-size:1.4em;
	text-align:center;
}

#menuPrincipal li a{
	color:#595959;
	text-decoration:none;
	padding: 0 2px 0 2px;
	margin:0 0 0 39px;
	float: left;
	border-bottom: 3px solid white;
}

#menuPrincipal li  .itemActivo{
	border-bottom: 3px solid #595959;
	/*font-weight:bold;*/
}

#menuPrincipal li a:hover {
	border-bottom: 3px solid #595959;	
}

/****************************************************************************************************************
* contenidos
****************************************************************************************************************/

#contenidos{
	clear:both;
	padding: 0 10px 0 10px;
	overflow:hidden;
}

#contenidos h2 {
	font-family:"Century Gothic";
	font-size: 1.6em;
	font-weight:normal;	
}

/****************************************************************************************************************
* inicio
****************************************************************************************************************/

/* texto de bienvenida */

#contenidos .homeBienvenida{
	background: url("../imagenes/degradadoResaltado.png") no-repeat;
	padding: 10px 20px 10px 20px;
}

#contenidos .homeBienvenida #listaAsociaciones  {
	margin:15px 0 15px 0;
}

#contenidos .homeBienvenida #listaAsociaciones li{
	display:inline;
	float:left;
	list-style:none;	
}

/* destacado de noticias */

#contenidos .homeNoticias{
	background: url("../imagenes/degradadoContenido.png") repeat-x;
	padding: 10px;
}

#contenidos .homeNoticias ul {
	list-style:none;
}

#contenidos .homeNoticias ul li {
	padding-bottom:1em;
	border-bottom: 2px solid white;
}

#contenidos .homeNoticias ul h3 {
	list-style:none;
	padding:10px 0 10px 0;
	font-family:"Century Gothic";
	font-size: 1.4em;
	font-weight:bold;	
	text-align:left;
	margin: 0;
}

#contenidos .homeNoticias ul h3 a{
	color: #595959;
	text-decoration: none;	
}

#contenidos .homeNoticias ul h3 a:hover{
	text-decoration: underline;
}

#contenidos .homeNoticias ul p {
	margin-bottom:5px;
	font-size:1.2em;
}


/****************************************************************************************************************
* Páginas interiores
****************************************************************************************************************/

#contenidos .paginaInterior{
	background: url("../imagenes/degradadoResaltadoInterior.png") no-repeat;
	/*text-align:justify;*/
	padding: 10px 20px 10px 20px;
}

/****************************************************************************************************************
* areas de actuacion
****************************************************************************************************************/

.areas ul {
	margin:1em 1em 1em 3em;
}

.areas .segundoNivel li {
	margin-bottom: 0.5em;	
}

.areas .tercerNivel {
	list-style-type: lower-alpha;
}

.areas .tercerNivel li {
	margin-bottom: 0em;	
}

.areas .cuartoNivel {
	list-style-type: lower-roman;	
} 

/****************************************************************************************************************
* equipo
****************************************************************************************************************/

.equipo .introCurriculum {
	margin-bottom:1em;
	padding:1em;	
	overflow:hidden;
	clear:both;
}

.equipo .introCurriculum img {
	float:left;
	margin:1em 1em 1em 0;
	border: 1px solid white;
	background-color: white;
	padding: 1em;
}

.equipo .introCurriculum .resumen {
	float:right;
	width: 75%;	
}

.equipo .introCurriculum .resumen p {
	font-size:0.7em;	
}

.equipo .introCurriculum  h3 {	
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #595959;
}

.equipo .introCurriculum .resumen .enlaceVerCV {
	margin-top: 2em;
	text-align:right;
}

/****************************************************************************************************************
* noticias
****************************************************************************************************************/

.noticias {
	overflow:hidden;
	padding:1em;	
}

.noticias .noticia {
	clear:both;
	margin: 1em 0 2em 0;	
}

.noticias .noticia .fecha {
	font-size: 1.4em;
	float:left;
	width:15%;
	font-weight: bold;
	font-stretch: condensed;
}

.noticias .noticia .cuerpo {
	float:right;
	width:83%;	
}


.noticias .noticia h3 {
	margin-top:0 !important;
	float:right;
	width:83%;
	border-bottom: 1px dashed #595959;
	padding-bottom: 0.5em;			
}

.noticias .noticia h3 a {
	color: #595959;
	text-decoration: none;	
}

.noticias .noticia .enlaceVerNoticia {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align:right;
}

.noticias .noticia .enlaceListadoNoticias {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align:left;
}

/****************************************************************************************************************
* localizacion
****************************************************************************************************************/

.localizacion #map {
	width: 100%;
	height: 300px;
	text-align: center;
	margin: 1em auto 1em;
}

.localizacion #map h3 {
	margin:1em 0em 0em 0em;
	padding:0;
}

.localizacion #map p {
	margin:0;
	padding:0;
}

.localizacion #map .logo{
	margin-top: 10px;	
}

/****************************************************************************************************************
* contacto
****************************************************************************************************************/

.contacto {	
	overflow:hidden;	
}

.contacto ul {
	margin: 1em;
	list-style-position: inside;
}

.contacto ul li {
	margin-left: 2em;
	font-size:1.2em;
	margin-bottom: 1em;
	
}

.contacto #formularioContacto div {
	margin:1em 1em 1em 0;
	border:1px solid white;
	padding: 1em;
	width:45%;
	float:left;
}

.contacto #formularioContacto input {
	display: block;
	margin: 0.2em 0 0.5em 0;
	width: 95%;
	padding: 0.2em;
	border:1px solid white;
	
}

.contacto #formularioContacto textarea {
	display: block;
	margin: 0.2em 0 0.5em 0;
	width: 95%;
	height:10em;
	padding: 0.2em;		
	border:1px solid white;
	overflow: auto;
}

.contacto #formularioContacto .searchButton {
	width:25%;
	/*
	margin: 0 10px 0 auto;
	margin: 0 0 0 auto !important;
	*/
	margin: 0 auto;
	
}

#formularioContacto div input[type=hidden]{
	display:none;	
}

/****************************************************************************************************************
* pie
****************************************************************************************************************/

#pie {
	clear:both;
	margin:20px 10px 0 10px;
	padding:10px;
	background: url("../imagenes/degradadoPie.png") repeat-x;
	height: 70px;
	border-color: #C9C9C9;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#pie .logotipoPeque {
	vertical-align: middle;
	margin-right:10px;
}
