@charset "UTF-8";
/* CSS Document */

/*estilos generales*/
*
{
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-style: normal;
	color:#92979B;
}

img {
	border: 0px;
}

p, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E6A71;
	text-align:justify;
}

ul li {
	list-style-type: none;
}

/*clases*/
.clear {
	clear: both;
}
.gris {
	color: #5E6A71;
}
.rojo {
	color: #CF142B;
}
.azul {
	color: #00A3E0;
} 
.rosa, #texto h2.rosa {
	color: #F54A91;
}
.verde {
	color: #4FA800;
}
.morado {
	color: #590075;
}
.naranja {
	color: #F25900;
}
.dorado {
	color: #9A9870;
}
a:hover.dorado {
	color: #9A9870;
}

.izq {
	display: block;
	border: 1px solid #5E6A71;
	padding: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*css para las partes*/
body {
	background-image: url(../imgs/fondo.png);
	background-repeat: repeat-x;
}
#todo {
	border: 2px solid #CCC;
	margin: 30px;
	background-color: #FFF;
	min-width: 860px;
}


/*cabecera*/
#cabecera {
	height: 100px;
	background-image: url(../imgs/fondoCab.png);
	background-repeat: repeat-x;
}
#primera {
	float: left;
}
#segunda {
	float: right;
}

/*menus*/
#menu #menuINT {
	background-color: #D0D3D4;
	height: 25px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 8px;
}
#menuINT p, #menuINT form {
	font-size: 11px;
	font-weight: bold;
}
  #menuINT .acceso {
	float: left;
	margin-right: 15px;
  }
  #menuINT .idioma {
	float: right;
	width: 160px;
	text-align: right;
  }
  
  #menuINT .idioma img {
  	margin-left: 10px;
  }
  
  #menuINT .idioma .select {
	color: #92979B;
  }
  #menuINT form input {
	width: 100px;
	margin-right: 20px;
	border: 1px solid #5E6A71;
	height: 15px;
  }
  #menu #menuINT form #boton {
	width: 50px;
	color: #5E6A71;
  }
  #menuINT form {
	width: 650px;
	float: left;
  }
  #menu #menuINT .desconectar {
	float: left;
	padding: 3px;
  }
	#menuINT a.apint {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #5E6A71;
		background-color: #B9B8B9;
		display: block;
		float: left;
		margin-right: 10px;
		font-weight: bold;
		padding-top: 3px;
		padding-right: 4px;
		padding-bottom: 3px;
		padding-left: 4px;
	}
  #menuINT a:hover {
	  color: #5E6A71;
  }
  #menuINT a.apint:hover {
	background-color: #D0D3D4;
	color: #5E6A71;
  }

#menuPPAL {
}

#menuPPAL #ap1, #menuPPAL #ap2, #menuPPAL #ap3, #menuPPAL #ap4, #menuPPAL #ap5, #menuPPAL #ap6, #menuPPAL #ap7 {
	min-width:10%;
	float: left;
	background-color: #E8E9EA;
	margin-left: 7px;
	height: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#menuPPAL h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5E6A71;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
#menuPPAL p {
	font-size: 10px;
	padding-top: 2px;
}
#menuPPAL a:link, #menuPPAL a:visited, #menuPPAL a:active {
	text-decoration: none;
	font-style: normal;
	color:#92979B;
}


#menuPPAL #ap1 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CF142B;
}
#menuPPAL #ap1 a:hover, a.rojo:hover {
	text-decoration: none;
	font-style: normal;
	color:#CF142B;
}

#menuPPAL #ap2 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#00A3E0;
}
#menuPPAL #ap2 a:hover, a.azul:hover {
	text-decoration: none;
	font-style: normal;
	color:#00A3E0;
}

#menuPPAL #ap3 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F54A91;
}
#menuPPAL #ap3 a:hover, a.rosa:hover {
	text-decoration: none;
	font-style: normal;
	color:#F54A91;
}


#menuPPAL #ap4 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#4FA800;
}
#menuPPAL #ap4 a:hover, a.verde:hover {
	text-decoration: none;
	font-style: normal;
	color:#4FA800;
}


#menuPPAL #ap5 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#590075;
}
#menuPPAL #ap5 a:hover, a.morado:hover {
	text-decoration: none;
	font-style: normal;
	color:#590075;
}

#menuPPAL #ap6 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F25900;
}
#menuPPAL #ap6 a:hover, a.naranja:hover {
	text-decoration: none;
	font-style: normal;
	color:#F25900;
}

#menuPPAL #ap7 h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#9A9870;
}
#menuPPAL #ap7 h1 a {
	color:#5E6A71;!important
}

#menuPPAL #ap7 a:hover, a.dorado:hover {
	text-decoration: none;
	font-style: normal;
	color:#9A9870;
}


/*centro*/
#centro {
	margin: 30px;
}
#centro #texto {
	float: left;
	width: 45%;
	padding-right: 2%;
}
#centro #imgs {
	float: left;
	width: 45%;
	padding-left: 2%;
}
	
	/*centro >> texto*/

	#centro p.migas {
	font-size: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E6A71;
	padding-bottom: 3px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	}
	
	#texto p.indentado {
		margin-left: 12px;
	}

	#centro h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	#texto h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E6A71;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align:justify;
	}
	#texto h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #5E6A71;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
	#texto h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #5E6A71;
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 15px;
	text-align:justify;
	}

	#centro p {
	padding-bottom: 7px;
	padding-left: 10px;
	text-indent: 5px;
	}
	#centro ul {
		margin-bottom: 12px;
	}
	#centro ul li {
		font-family: Verdana, Geneva, sans-serif;
		color: #5E6A71;
		font-size: 11px;
		padding-left: 10px;
		list-style-type: none;
		padding-bottom: 3px;
		text-align:justify;
	}
	
	#centro ul.prensa li {
		padding: 5px;
	}

	
	#texto table {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #5E6A71;
		width: 90%;
		border: 2px solid #5E6A71;
		margin: 10px;
	}
	#texto table tr th {
		text-align: left;
		width: 200px;
		padding: 5px;
	}
	#texto table tr td {
	vertical-align: top;
	border: 1px solid #CF142B;
	padding: 10px;
	}

	
	#texto table tr .org {
	color: #CF142B;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
	#texto p.imgnot {
	float: left;
	width: 42%;
	text-indent: 0px;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 15px;
	}


	/*centro >> imgs*/
	#imgs {
		margin-top: 20px;
	}
	#imgs p.pie {
	font-size: 9px;
	padding-top: 3px;
	text-indent: 0px;
	padding-left: 0px;
	}
	#imgs p.extra {
		font-weight: bold;
		width: 55%;
		text-indent: 10px;
	}
	
	
/*para el apartado de acuerdos realizados*/
#servicio {
	border: 1px solid #999999;
	margin: 11px;
	padding: 10px;
}
#servicio p {
	text-indent: 0px;
}

#servicio img {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #4FA800;
	padding: 5px;
}
#servicio h3 {
	/*width: 180px;*/
	/*float: left;*/
	margin-bottom: 10px;
}


/*pie*/
#pie {
	background-color: #D0D3D4;
	padding-top: 5px;
}
#pie p {
	font-size: 9px;
	text-align: center;
	padding-bottom: 3px;
}
#pie a:link, #pie a:visited, #pie a:active {
	text-decoration: none;
	font-style: normal;
	color:#5E6A71;
}
#pie a:hover {
	text-decoration: none;
	font-style: normal;
	color:#92979B;
}


#centro #noticias {
	width: 38%;
	float: left;
	padding-right: 2%;
}
#centro #tablon {
	width: 38%;
	float: left;
	padding-right: 2%;
}
#centro #colaboradores {
	float: left;
	width: 20%;
}
#colaboradores img {
}
#colaboradores p {
	text-align: center;
}
#texto ul.empresas li {
	display: inline;
	padding: 2px;
}
#texto ul.empresas {
	margin-left: 20px;
}

/* Formularios */

.form_general, .form_baja {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 16px;
}

	.form_general input {
	position: relative;
	border: 1px solid #888888;
	width: 350px;
	margin-bottom: 5px;
	margin-top: 1px;
	padding: 2px;
	color: #5E6A71;
	background-color: #EEEEEE;
	}
	
	.form_general textarea {
		position: relative;
		border: 1px solid #888888;
		width: 450px;
		height: 200px;
		margin-bottom: 5px;
		margin-top: 1px;
		padding: 2px;
		color: #5E6A71;
		background-color: #EEEEEE;
		
	}
	
	.form_general #boton, .form_baja #boton {
	width: 60px;
	}
	
	.form_general select {
		margin-bottom: 5px;
		margin-top: 1px;
	}
	
	.form_general .checkbox {
		width: 15px;
		height: 15px;
	}
	
	.form_baja input {
	position: relative;
	border: 1px solid #888888;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 1px;
	padding: 2px;
	color: #5E6A71;
	background-color: #EEEEEE;
	}
	
label.error {
	display:block;
	color: #CF142B;
}
#texto p.avisoRosa {
	border: 1px solid #F54A91;
	background-color: #E9D6E2;
	padding: 5px;
	margin: 10px;
}
#texto p.avisoVerde {
	border: 1px solid #4FA800;
	background-color: #D8EDCD;
	padding: 5px;
	margin: 10px;
}
#texto p.avisoRojo {
	border: 1px solid #CF142B;
	background-color:#EBCFD0;
	padding: 5px;
	margin: 10px;
}
#texto p.oferta {
	border: 1px solid #4FA800;
	padding: 5px;
	text-indent: 0px;
	margin: 10px;
}
#texto a {
	text-decoration: underline;
}
#texto a {
	text-decoration: underline;
}

/* texto recuperar pass */

.recuperar {
	position: relative;
	right: 13px;
	bottom: 1px;
	font-size: 9px;
	font-weight: normal;
}
#cabecera #FlashID {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.apVentanilla {
	color: #FFF;
	background-color: #9A9870;
	display: block;
	margin: 10px;
	padding: 5px;
	height: 10px;
	font-weight: bold;
}

