/*
 * Colors
 * -------------
 * Pink: FA0153
 * Purple: 4C2582
 * Green: 16D500
 * Orange: FF9600
 */


/* General
--------------------------------------------------------------- */
body
{
	background-color: #FFF;
	border-top: 3px solid #000;
	text-align: left;
}
a
{
	color: #FA0153;
}
h1
{
	font: bold 24px "Arial Narrow",Arial,Helvetica,sans;
	letter-spacing: 0px;
}
#containerAll
{
	margin: 0px auto;
	width: 1000px;
}
/* Top Menu
--------------------------------------------------------------- */
#topMenu
{
	margin-bottom: 80px;
	margin-left: 260px;
}
#topMenu ul
{
	overflow: hidden;
}
#topMenu li
{
	float: left;
}
#topMenu li a
{
	border-left: 1px solid #CCC;
	display: block;
	font: bold 14px Arial,Helvetica,sans;
	padding: 20px 10px 10px 10px;
	vertical-align: bottom;
	width: 127px;
}
#topMenu li.selected a, #topMenu li a:hover
{
	background: #FA0153 url(../img/iconoSiguienteNegro-8.png) no-repeat;
	/*background-position: 8px 24px;*/
	background-position: 130px 24px;
	border-color: #000;
	/*padding-left: 20px;
	padding-right: 0px;*/
	color: #FFF;
	text-decoration: none;
}
/* Left Menu
--------------------------------------------------------------- */
#leftMenu
{
	float: left;
	margin-right: 60px;
}
#leftMenu #menuPrincipal li a
{
	display: block;
	height: 30px;
	margin-bottom: 2px;
	width: 200px;
}
#leftMenu #menuPrincipal #grafica_btn a
{
	background-color: #04B404;
	background-image: url(../img/leftMenuBoton-Grafica.png);
}
#leftMenu #menuPrincipal #interactiva_btn a
{
	background-color: #28A1DA;
	background-image: url(../img/leftMenuBoton-Interactiva.png);
}
#leftMenu #menuPrincipal #comunicacion_btn a
{
	background-color: #FF9600;
	background-image: url(../img/leftMenuBoton-Comunicacion.png);
}
#leftMenu #menuPrincipal li a.selected, #leftMenu #menuPrincipal li a:hover
{
	background-position: 0px -30px;
}
#leftMenu #menuPrincipal li.subMenu
{
	display: none;
}
#leftMenu #menuPrincipal li.subMenu a
{
	background: #FFF url(../img/iconoSiguienteNegro-8.png) no-repeat;
	background-position: 182px 10px;
	border-bottom: 1px solid #EEE;
	color: #666;
	height: 22px;
	padding-right: 22px;
	padding-top: 8px;
	text-align: right;
	width: 178px;
}
#leftMenu #menuPrincipal li.subMenu a.selected, #leftMenu #menuPrincipal li.subMenu a:hover
{
	background-position: 190px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*
--------------------------------------------------------------- */
#caption
{
	color: #FFF;
	font: bold 14px Arial,Helvetica,sans;
	padding: 12px 5px 0px 0px;
	text-align: right;
}
/* Contenedor Principal
--------------------------------------------------------------- */
#containerMain
{
	margin-left: 260px;
	width: 680px;
}
#containerMain .noticia
{
	border-bottom: 3px solid #CCC;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#containerMain .noticia h1
{
	font-size: 12px;
	margin-bottom: 20px;
}
#containerMain .noticia h1 .fecha
{
	background: #FA0153;
	color: #FFF;
	float: left;
	font: 14px Arial,Helvetica,sans-serif;
	line-height: 12px;
	margin-right: 10px;
	padding: 8px 5px;
	text-align: center;
}
#containerMain .noticia h1 .fecha small
{
	font-size: 10px;
	font-weight: bold;
}
#containerMain .noticia h1 .titular small
{
	color: #FA0153;
	font: 12px Arial,Helvetica,sans-serif;
	margin-top: 0px;
}
#containerMain .noticia h1 .titular .normal
{
	font-size: 24px;
}
#containerMain .noticia p b
{
	color: #FA0153;
}
#containerMain .noticia p
{
	line-height: 24px;
	overflow: hidden;
}
#containerMain .noticia p a:hover
{
	background: #FA0153;
	color: #FFF;
}
#footer
{
	background: #FFF;
	border-top: 15px solid #DDD;
	clear: both;
	margin-top: 40px;
	padding-top: 20px;
}
#footer h1
{
	margin-bottom: 15px;
}
#footer a
{
	font-weight: bold;
}
#footer a:hover
{
	background: #FA0153;
	color: #FFF;
	text-decoration: none;
}
#footer #infoContacto p
{
	float: left;
	border-right: 3px solid #EEE;
	margin-right: 20px;
	overflow: hidden;
	width: 180px;
}
#footer #infoBuscar p
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 590px;
}
#footer #infoBuscar p a.nivel1
{
	color: #FA0153;
	font-size: 18px;
}
#footer #infoBuscar p a.nivel2
{
	color: #666;
	font-size: 14px;
}
#footer #infoBuscar p a.nivel3
{
	color: #999;
}
#footer #infoBuscar p a.nivel1:hover, #footer #infoBuscar p a.nivel2:hover, #footer #infoBuscar p a.nivel3:hover
{
	color: #FFF;
}
#footer #socialMenu
{
	background: #DDD;
	clear: both;
	margin-bottom: 20px;
	padding: 3px;
	text-align: right;
}
#footer #socialMenu li
{
	display: inline;
}
#footer #footerMenu
{
	height: 32px;
}
#footer #footerMenu li
{
	float: right;
}
#footer #footerMenu li a
{
	border-left: 1px solid #CCC;
	display: block;
	font: bold 14px Arial,Helvetica,sans;
	height: 12px;
	margin-left: 20px;
	padding: 15px 0px 5px 0px;
	text-align: right;
	width: 120px;
}
#footer #footerMenu li a:hover
{
	background-color: #FFF;
	color: #333;
}
#containerEnd
{
	background: #000 url(../img/fondoFin.png) repeat-x;
	border-top: 3px solid #FA0153;
	clear: both;
	margin-top: 25px;
	padding: 50px 0px 25px;
	text-align: center;
}
#containerEnd #formularioContacto
{
	margin: auto;
	text-align: left;
	width: 1000px;
}
#containerEnd #formularioContacto h1
{
	color: #FA0153;
	font: bold 24px "Arial Narrow",Arial,Helvetica,sans;
	letter-spacing: 0px;
	margin-bottom: 25px;
}
#containerEnd #formularioContacto label
{
	color: #666;
	display: block;
	float: left;
	font: bold 14px Arial,Helvetica,sans;
	width: 150px;
}
#containerEnd #formularioContacto input, #containerEnd #formularioContacto textarea
{
	background: #000;
	border: 1px solid #333;
	color: #CCC;
	font: 18px Arial,Helvetica,sans;
	width: 350px;
}
#containerEnd #formularioContacto button
{
	cursor:pointer;
	background: #000;
	border: 1px solid #333;
	color: #CCC;
	font: 18px Arial,Helvetica,sans;
	width: 350px;
}