/****************************** Estilos comunes de todo el portal ******************************/
	/********** Estilos generales **********/
body {
	background-color: #ffffff;
	color: #FFF;
}

h2 {
	color: #428239;
	font-size: 2.2em !important;
}
#destacados h2 {
	color: #428239;
	font-size: 1.5em !important;
}


h3 {
	color: #428239;
}

a {
	color: #FFF;
}

kbd {
	color: #336699;
	background-color: #336699;
}

.tipoOperacion {
	color: #C00;
}

/********** Estilos de la cabecera **********/
#cabecera {
	margin-left: 2em;
	padding: 0.2em 0;
height: 9em;	
}

#cabecera h1 {
	position: absolute;
	right: 0.4em;
	color: #000000;
}

#cabecera a {
	color: #000000;
}

#menu_destacado {
	position: absolute;
	z-index: 10;
	float: left;
}

#menu_destacado li {
	display: inline;
}

#menu_destacado li a {
	color: #999 !important;
	font-size: 3em;
	margin-left: 1em;
	font-weight: bold;
}

#fondoCabecera {
	position: absolute;
	z-index: 0;
}

#fondoCabecera img {
	width: 100%;
	height: 100%;
}

#cabecera form {
	text-align: left;
	top: 1.5em;
	float: left;
}

#cabecera label {
	vertical-align: bottom;
	margin-right: 0.3em;
}

#logged span {
	padding-left: 1.5em;
	margin-left: 1em clear :     both;
}

#logged {
	position: absolute;
	z-index: 100;
	background-color: #fff;
}

#logged span.usuario {
	background: url("imgs/usuario.png") no-repeat;
	color: #000;
}

#logged span.cerrar {
	background: url("imgs/cerrarSesion.png") no-repeat;
}

/********** Maquetacion en 2 columnas **********/
#cuerpo,#menuBanners {
	position: relative;
}

#cuerpoPortada {
	float: left;
	width: 82%;
}

#cuerpo {
	float: left;
	width: 98%;
}

#menuBanners {
	float: left;
	width: 20%;
	padding: 1em 1em !important;
}

/********** Menu principal **********/
#menu {
	font-family: "Arial Narrow";
	font-size: 120%;
	font-weight: bold;
}

#menu img {
	margin-right: 0.25em;
}

#menu li {
	margin: 0 0;
	position: relative;
	background-color: #428239;
	color: #FFFFFF;
	padding: 0.3em 0;
	margin-bottom: 0.1;
	padding-bottom: 0.3;
}

#menu li a {
	color: #FFFFFF;
}

#menu li.selected {
	background-color: #333333;
}

#menu li.selected span {
	text-decoration: underline;
	color: #fff;
}

#menu li ul {
	background-color: #fff;
}

#menu li li {
	background-color: #66CC66;
	padding-left: 2em;
	margin-left: 0;
}

#menu li li a {
	color: #fff;
}

#menu li li li,#menu li li li a {
	margin-left: 0;
	font-style: italic;
	color: #fff;
}


#menu span.img {
	width: 11px;
	height: 11px;
	float: left;
	text-decoration: none !important;
	margin: 3px 3px 0 0;
}

#menu span.vacio {
	background: url("imgs/moderno-vacio.png") no-repeat;
}

#menu span.mas {
	background: url("imgs/moderno-mas.png") no-repeat;
}

#menu span.menos {
	background: url("imgs/moderno-menos.png") no-repeat;
}

/********** Banners **********/
#banners {
	padding-top: 2em;
	text-align: center;
}

#banners li {
	margin-bottom: 1em;
}

/********** Enlaces de acceso rapido **********/
#accesoRapido {
        background: url("imgs/FondoMenuSup.gif") repeat-x;
        background-position: left top;
	float: right;
	padding: 0.5em 0;
        padding-right: 3em;
        margin-right: 2em;
	text-align: right;
	font-weight: bold;
        width:97%;
 }

#accesoRapido li {
	display: inline;
}

#accesoRapido li a {
	padding-left: 0.5em;
	padding-right: 0.3em;
	border-left: 2px solid;
	color: #458136;
}

#accesoRapido li.primero a {
	border-left: 0;
}

/********** Migas de pan **********/
#migas div {
/* 	background-color: #7194B8; */
	height: 1%;
	width: 100%;
	margin-bottom: 0.8em;
}

#migas ol {
	padding: 0.4em;
	font-weight: normal;
	font-size: 0.9em;
}

#migas li {
	display: inline;
}
#migas li a {
	color: 444;
}

/********** Contenido principal, secundario y entrecontenidos **********/
#contenido,#subcontenido {
	margin-bottom: 0.3em;
	height: 1%;
	color: #000;
	margin-left: 23%;
	margin-top: 1em;
        text-align: justify;

}

#subcontenido {
	width: 59% !important;
	text-align: justify;
}

#subcontenido_portada {
	width: 70% !important;
	text-align: justify;
}

#agenda a {
	color: #458136;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#agenda p,#agenda h3 {
	color: #000
}

#agenda div {
	background-color: #f2f2f2;
	width: 100%;
	padding: 0.5em;
}

#contenido {
	padding: 1em;
	width: 60% !important;
}

#subcontenido {
	background-color: #FFF;
	padding: 1em;
}

#contenido a,#subcontenido a,#entrecontenidos a {
	//color: #458136;
	color: #336633;
	border-bottom-style: none;
	border-bottom-width: 1px;
	font-weight:bold;

}

#contenido a:hover,#subcontenido a:hover,#entrecontenidos a:hover {
	text-decoration: none;
}

#entrecontenidos {
	width: 55%;
	margin-left: 25%;
	background-color: #D6E0EB;
	padding: 1em;
	margin-bottom: 0.3em;
}

#entrecontenidos * {
	margin: 0;
	color: #000;
}

#entrecontenidos h3 {
	margin-bottom: 0.3em
}

#subcontenido ul li {
	background: url("imgs/lista.png") no-repeat 0 0.3em;
	padding-left: 1.3em;
}

/********** Logotipos de anunciantes **********/
#logotipos ul {
	background-color: #ffffff;
	color: #000;
	clear: both;
	text-align: left;
	padding: 0.3em;
	height: 1%;
}

#logotipos li {
	display: inline;
	margin: 0 0.7em;
}

#logotipos li img {
	vertical-align: middle;
}

/********** InformaciÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ³n del portal **********/
#infoPortal
{
	text-align: center;
	padding-top:0.3em;
        padding-bottom: 0.3em;
        margin-top: 3px;
	font-weight: bold;
        width: 80%;
}
#info_empresa 
{
	text-align: center;
	padding: 1em 0;
        width: 80%;
}

#cuerpoPortada #infoPortal,#cuerpoPortada #info_empresa
{
  width: 100%;
}

#infoPortal li {
	display: inline;
}

#infoPortal li a {
	padding: 0 0.2em;
}

/******* Estilos para los formularios *******/
form.formulario legend {
	color: #000;
}

/********** estilos especiales de la intranet **********/
#subcontenido .intranet {
	margin-top: 3em;
}

/****************************** Contenido de la portada ******************************/
	/********** contenido principal **********/
#contenido.portada {
	padding-left: 2em;
	width: 95% !important;
	float: left;
	margin-left: 0;
	background-color: #ffffff;
}

#agenda {
	background-color: #FFF;
	float: right;
	width: 15%;
	padding: 1em 0;
	margin-right: 1em;
}

/********** contenido secundario **********/
.subportada, #galeria_portada {
	padding: 1em 0 !important;
	float: left;
	margin: 1% 0 !important;
	background-color: #ffffff !important;
	color: #458136;
	width: 70% !important;
}

#galeria_portada{
	background-color: #f2f2f2 !important;
 	width: 98% !important;

}

#subcontenido div.ultimos .mas {
	position: absolute;
	bottom: 0;
}

/****************************** Otros estilos ******************************/
#fotoAmpliada a {
	color: #0066FF;
}

/******* Listados *******/
#fotos_previews {
	width: 100%;
}

#fotos_previews li {
	float: left;
	width: 20%;
	list-style-type: none;
}

.listado_fotos {
	overflow: hidden;
	height: 1%;
	margin-top: 2em;
	padding-left: 0 !important;
	clear: both;
}

.listado_fotos li {
	margin: 1%;
	width: 17.9%;
	float: left;
	list-style-type: none;
	background-image: none !important;
}

.listado_fotos p {
	text-align: center;
	margin: 0.1em 0;
}

.fotosFlickr li {
	list-style-type: none;
}

.listado_videos {
	padding-left: 0 !important;
	clear: both;
}

.listado_videos li {
	display: inline;
	margin: 0 1em 1em 0;
	list-style-type: none;
}

#acceso_buscador {
	float: left;
	width: 100%;
	height: 1em;
	margin-bottom: 1.6em;
}

#presentacion,.accesos {
	width: 14%;
	padding-top: 0 !important;
	float: left;
	margin-right: 2%;
	background-color: #f2f2f2;
	padding: 1em 1em 1em 2em;
	color: #458136;
	font-size: 90%;
}


.accesos_abajo {
	width: 35%;

	padding-top: 0 !important;
	float: right;
	margin-right: 2%;
	margin-left: 1%;

	background-color: #f2f2f2;
	padding: 1em 1em 1em 2em;
	color: #458136;
}

.accesos_abajo img {
	width: 96%;
	text-align: center;
	padding-top: 1em !important;
}

#presentacion img,.accesos img {
	width: 96%;
	height: 90px;
	text-align: center;
	padding-top: 1em !important;
}

.portada div.ultimos {
	margin: 2em;
	float: left;
	width: 20%;
}

#superior {
	border-bottom: 3px solid #999999;
}

.listado {
	clear: none !important;
	float: left;
}

#menuDestacado {
	width: 100%;
}

#menuDestacado li {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	text-align: right;
	padding: 0.1em;
}

#menuDestacado li a {
	color: #000;
	font-size: 2.5em;
	margin-right: 0.5em;
}

#menuDestacado li img {
	float: left;
}

#destacados {
	position: absolute;
	right: 0em !important;
	width: 15%;
	top: 4em;
}

#destacados div.ultimos {
	background-color: #f2f2f2;
	width: 95% !important;
	margin: 0 !important;
	margin-bottom: 2em;
	padding: 0.5em;
}

#destacados div.ultimos li {
	list-style-type: none;
	width: 95% !important;
	margin-bottom: 0.5em !important;
	color: black;
}

#destacados div.ultimos li a {
	color: #144d2c;
	font-weight: bold;
}

#destacados div.ultimos p {
	color: #144d2c;
	font-size: 90%;
}

#pestanias {
	margin-top: 2em;
}

.pestanias {
	border-bottom: 2px solid #7FE57F;
}

ul#pestanias .pestanias li {
	background-color: #7FE57F !important;
	float: left;
	width: 10em;
	border: 1px solid #7FE57F !important;
	margin-right: 0.2em;
	list-style-type: none !important;
	background-image: none !important;
}

ul#pestanias .pestanias li.selected {
	background-color: #fff !important;
	height: 4em;
	border: 4px solid #7FE57F !important;
	margin-top: -0.1em;
}

ul#pestanias .pestanias li.selected h3 {
	font-weight: bold !important;
}

p.mas a {
	color: #000 !important;
}

.ayudas {
	width: 6.5em !important;
}

.boton {
	background-color: #428239;
	color: #fff;
	padding: 0.1em 0.8em !important;
}

.imagen_ficha,.imagen_ficha img {
	border: 0 !important;
	width: 10em !important;
	float: left;
	margin-right: 2em;
}

#ficha_empresa {
	border-bottom: 1px solid #428239;
	width: 100%;
	float: left;
	padding: 1em 0;
	margin-bottom: 1em;
}

.left {
	float: left;
	width: 40%;
}

#ficha_descripcion {
	float: left;
	width: 100%;
}

.negrita {
	font-weight: bold;
}

.buscadorLogo p#botones {
	width: 100%;
}

#contenido.submenu {
	width: 60% !important;
}


#colectivo,#aspecto
{
  width: 10.7em;
}