/* CSS Document */

html
{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	height: 100%;
	background: url(../img/fondo.gif) repeat-y center;
}

img
{
	margin: 0px;
	padding: 0px;
	float: clear;
}

#padre
{
	width: 150px;
	height: 113px;
	overflow: hidden;
}

#MADRE
{
	width: 1000px;
	
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

/* COLUMNA IZQUIERDA */

#IZQUIERDA
{
	float: left;
	width: 200px;
}

#IZQUIERDA ul
{
	margin: 10px 10px 10px 20px;
	list-style: none;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-align: right;
}

#IZQUIERDA ul.subnivel
{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0;
	font-size: smaller;
}

#IZQUIERDA li
{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-right: 13px;
	line-height: 14px;
	background: url(../img/fondo-item-menu.jpg) no-repeat bottom;
}

#IZQUIERDA li.subnivel
{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: normal;
	background: none;
	font-size: 11px;
}


#IZQUIERDA li.subnivel a
{
	padding: 3px 13px 3px 5px;
	text-transform: capitalize;
	background: url(../img/bullet-menu-izq-off.gif) right center no-repeat;
}

#IZQUIERDA li.subnivel a:hover
{
	color: #006fa1;
	background: url(../img/bullet-menu-izq-on.gif) right center no-repeat #ebedee;
}


#IZQUIERDA a
{
	color: #FFFFFF;
	text-decoration:none;
	margin-left: -10px;
	padding-left: 10px;
	display: block;
	width: 92%;
}

#IZQUIERDA a:hover
{
	/*font-weight: bold;
	letter-spacing: -0.08ex; */
	background: url(../img/flecha-blanca.gif) 1ex 1ex no-repeat;
}

/* FIN COLUMNA IZQUIERDA */

/* COLUMNA DERECHA */

#DERECHA {
	float: right;
	width: 167px;
	padding: 42px 10px 0 43px;
	_height: 400px;
	min-height: 400px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	
	/* background: url(../img/full_interactive_agency.gif) no-repeat 0px 46px; */
}

#DERECHA h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0px 0px 12px 0px;
	padding-bottom: 3px;
	background: url(../img/fondo-titulo-derecha.jpg) no-repeat bottom;
}

#DERECHA .ImgProyecto
{
	/*border: #CCCCCC solid 5px;*/
	width: 150px;
	
}

#DERECHA a
{
	text-decoration: none;
	color: #999999;
}

#DERECHA a:hover
{
	text-decoration: underline;
}

#DERECHA p
{
	margin: 5px 10px 5px 10px
}

#DERECHA .Seccion
{
	margin-bottom: 10px;

}
#DERECHA .SeccionBloque
{
	width: 154px;
	margin: 5px 4px 15px 2px;
	background-color: #dedede;
	padding: 4px 0px 5px 4px;
}

#DERECHA .SeccionBloqueServicios
{
	margin-bottom: 15px;
}

#DERECHA .SeccionBloqueServicios a
{
	margin-left: 5px;
	display: block;
}

#DERECHA .VerProyecto
{
	font-weight: bold;
	position: relative;
	margin: 5px 4px 0 0px;
	padding: 0 0 0 15px;
	background: url(../img/fondo-derecha-ver.png) 5px 2px no-repeat #9fb2bc;
}

#DERECHA .VerProyecto a
{
	color: #FFFFFF;
}

#DERECHA .Titular
{
	margin: 5px 0px 2px 6px;
}


#DERECHA .Fecha
{
	font-weight: bold;
	position: relative;
	margin: 0px 0 0 6px;
}

#DERECHA ul
{
	margin: 0px 0px 5px 6px;
	list-style: none;
	padding-left: 0px;
}

#DERECHA li
{
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}

/* FIN COLUMNA DERECHA */

/* CENTRO (CONTENIDOS) */

#CENTRO { 
	float: left;
	width:580px;
	padding-bottom: 98px;
	height: 100%;
}

#CENTRO #BarraSuperior
{
	margin: 18px 0 0 0;
	width: 533px;
	overflow: hidden;
	padding: 0px 12px 0px 12px;
	background-color: #9fb2bc;
}

#CENTRO #Migas
{
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 0 5px 12px;
	width: 450px;
}

#CENTRO #Migas a
{
	color: #FFFFFF;
}

#CENTRO h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #006FA1;
	font-weight: bold;
	
	padding: 0px;
	margin: 5px 22px 10px 21px;
}

#CENTRO h2
{
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #006FA1;
	font-weight: bold;
	
	padding: 0px;
	margin: 5px 22px 10px 12px;*/
}

#CENTRO h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #006699;
	font-weight: normal;
	
	padding: 0px;
	
	margin-top: 40px;
	margin-bottom: 5px;
}

#CENTRO h3 a
{
	text-decoration: none;
	color: #999999;
}

#CENTRO h3 a:hover
{
	text-decoration: underline;
}


#CENTRO h4
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	
	padding: 0px;
	
	margin-top: 0px;
	margin-bottom: 5px;
}

#CENTRO p
{
	margin-top: 0px;
	margin-bottom: 5px;
}


#CENTRO.portada
{
	padding-top: 50px;
	background-color: #070602;
	
	
}

#CENTRO #Contenidos
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;	

	margin: 22px;
	overflow: hidden;
}

#CENTRO .apartado
{
	margin-bottom: 20px;
}

#CENTRO #col1
{
	width: 139px;
	margin-left: -11px;
	padding-left: -11px;

	margin-right: 15px;
	float: left;
	overflow: hidden;
	text-align: right;
	z-index: 1343;
	
}

#CENTRO #col1 a
{
	text-decoration: none;
	color: #006699;
	display:block;
	overflow: hidden;
}

#CENTRO #col1 a:hover
{
	text-decoration: none;
	background: url(../img/flecha-gris.gif) 1ex 1ex no-repeat;
}

#CENTRO #col1 ul
{
	margin: 0 0 0 0px;
	padding:  0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;	
}

#CENTRO #col1 li
{
	margin-bottom: 7px;
	padding: 10px 15px 10px 0px;
	background-color: #ebedee;
	margin-left: 0px;
	
}

#CENTRO #col1 ul.subnivel
{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
}

#CENTRO #col1 ul.subnivel a
{
	color: #006699;	
}

#CENTRO #col1 li.TitSeccion
{
	color:#FFFFFF;
	background: url(../img/fondo.gif) repeat;
	
}

#CENTRO #col1 li.TitSeccion a
{
	color:#FFFFFF;
	display:inline;
}

#CENTRO #col1 li.sin_formato
{
	background: none;
	padding: 0;
	margin:0;
}

#CENTRO #col1 li.sin_formato a
{
	background: none;
}

#CENTRO #col1 li.sin_formato a:hover
{
	background: url(../img/flecha-gris.gif) 1ex 1ex no-repeat;
}

#CENTRO .col1Noticias
{
	width: 47%;
	margin-right: 20px;
	float: left;
	padding-top: 2ex;
}

#CENTRO #col2
{
	float: left;
	width: 390px;
}


#CENTRO .col2Noticias
{
	width: 47%;
	padding-top: 2ex;
	float: left;
}

#CENTRO .NoticiaBloque
{
	margin-bottom: 25px;
}

#CENTRO .NoticiaBloque a
{
	text-decoration: none;
	color: #999999;
}


#CENTRO .NoticiaBloque .fecha
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12x;
	font-weight: normal;
	font-style: normal;
	color: #80B7D0;
	margin-top: -2ex;
}

#CENTRO .NoticiaBloque .titular
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}

#CENTRO .NoticiaBloque .texto
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


#CENTRO #NoticiaAmpliadaPie a
{
	text-decoration: none;
	color: #999999;
}

#CENTRO #NoticiaAmpliadaPie a:hover
{
	text-decoration: underline;
}

#CENTRO #NoticiaAmpliadaPie
{
	clear: both;
	border-top: #CCCCCC 1px solid;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}

#CENTRO #NoticiaAmpliadaPie #volver
{
	float: left;
	margin-top: 5px;
}

#CENTRO #NoticiaAmpliadaPie #imprimir
{
	float: right;
	margin-top: 5px;
}

#CENTRO #NoticiaAmpliada .fecha
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12x;
	font-weight: normal;
	font-style: normal;
	color: #80B7D0;
}

#CENTRO #NoticiaAmpliada .titular
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-bottom: 20px;
}

#CENTRO #NoticiaAmpliada .texto
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

#CENTRO #NoticiaAmpliada .foto
{
	margin: 0 15px 15px 0px;
	float: left;
}

#CENTRO #NoticiaAmpliada #fuente
{
	margin-top: 30px;
	margin-bottom: 5px;
	float: right;
}

#CENTRO #NoticiaAmpliada #fuente .nombre
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style:italic;
}

#CENTRO #NoticiaAmpliada #fuente a
{
	color: #80B7D0;
	text-decoration: none;
}

#CENTRO #NoticiaAmpliada #fuente a:hover
{
	text-decoration: underline;
}

#CENTRO .FilaImagenes
{

	margin-bottom: 11px;
	clear:both;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}

#CENTRO .FilaImagenes .izquierda
{
	float: left;
	width: 190px;
	/*height: 113px;*/
}

#CENTRO .FilaImagenes .derecha
{
	float: right;
	width: 190px;
	/* height: 113px; */
}

#CENTRO #Ficha
{
	position: relative;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}

#CENTRO .TitFicha
{
	text-align: left;
	width: auto;
	margin: 0 2px 0px 0;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #C3C6C7;
	font-weight: normal;
	font-style: italic;
	display:inline;
}	

#CENTRO .TextoFicha
{
	margin: 0 0 0px 0;
	width: auto;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #80B7D0;
	font-weight: normal;
	font-style: italic;
	display:inline;
}

#CENTRO .TextoFicha a
{
	color: #80B7D0;
	text-decoration: none;
}

#CENTRO .TextoFicha a:hover
{
	color: #80B7D0;
	text-decoration: underline;
}


#CENTRO .BloqueListaTrabajos
{
	position: relative;
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

#CENTRO .BloqueListaTrabajos .Nombre
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #C3C6C7;
	font-weight: normal;
	font-style: italic;
	overflow: hidden;
}

#CENTRO .BloqueListaTrabajos .Nombre a
{
	color: #80B7D0;
	text-decoration: none;
}

#CENTRO .BloqueListaTrabajos .Nombre a:hover
{
	text-decoration: underline;
}


#CENTRO .BloqueListaTrabajos .Fecha
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #C3C6C7;
	font-weight: bold;
	font-style: normal;
	overflow: hidden;
}

#CENTRO .BloqueListaTrabajos .Servicio
{
	margin-top: 5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #80B7D0;
	font-weight: normal;
	font-style: normal;
	overflow: hidden;
}

#CENTRO .BloqueListaTrabajos .Servicio a
{
	color: #80B7D0;
	text-decoration: underline;
}

#CENTRO .BloqueListaTrabajos .Servicio a:hover
{
	text-decoration: underline;
}


#CENTRO .PieProyecto
{
	position: relative;
	clear: both;
	float: left;
	
	margin: 15px 0 0px 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #C3C6C7;
	font-weight: normal;
	font-style: italic;
	width: 100%;
}

#CENTRO .PieProyecto a
{
	color: #80B7D0;
	text-decoration:none;
}
/*
#CENTRO a.link
{
	background: url(../img/flecha-link.gif) no-repeat;
	display: block;
	padding: 0px 0px 0px 15px;
	
	text-decoration: none;
	
	color: #006699;
}
*/

#CENTRO a.link:hover
{
	text-decoration: underline;
}

#CENTRO #Descripcion
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

#CENTRO #Proyectos
{
	position: relative;
	clear: both;
	float: left;
	margin-top: 20px;
}


#CENTRO .BloqueEnlace
{
	margin-bottom: 10px;
}

#CENTRO .BloqueEnlace .Nombre
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

#CENTRO .BloqueEnlace .Enlace
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3C6C7;
	font-weight: normal;
	font-style: normal;
}

#CENTRO .BloqueEnlace .Enlace a
{
	color: #80B7D0;
	text-decoration:none;
}

#CENTRO .BloqueEnlace .Enlace a:hover
{
	text-decoration:underline;
}


#CENTRO .TitFormu
{
	text-align: right;
	width: 150px;
	margin: 0 2px 0px 0;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #C3C6C7;
	font-weight: bold;
	font-style: italic;
	float: left;

}	

#CENTRO .TextoFormu
{
	margin: 0 0 0px 0;
	width: auto;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	float: left;
}

#CENTRO .LineaFormu
{
	width: 100%;
	margin: 15px 0 0px 0;
}

#CENTRO .LineaFormu .cajas
{
	width: 300px;
}
/* FIN CENTRO (CONTENIDOS) */

#LogoAtico
{
	margin: 5px 13px 45px 43px;
	height: 62px;
}

#FirmaAtico
{
	bottom: 5px;
	margin: 20px 13px 15px 20px;

	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

#FirmaAtico a
{
	color: #CCCCCC;
}


#PIE
{
	clear: both;
	position: relative;
	z-index: 1000;
	width: 1000px;
	margin: -99px 0 0 200px;
	padding: 65px 0 50px 15px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #82939c;
	background: url(../img/pie.png) 0px 0px no-repeat;
}


#PIE a
{
	color: #82939c;
}