/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet/Hoja de Estilos: Layout
 * Author: ignacio@iagiannotti.com
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/**
 * Tabla de Contenidos:
 *
 * 1.0 - Reset
 * 2.0 - Estructura General

 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
/*
.recaptcha_contacto {
	float: left;
	margin: 0 0 20px 0;
  	clear: both;
  	width: 100%;
}
.recaptcha_contacto #recaptcha_widget_div {
	float: left;
  	margin: 0 0 0 0;
}
*/
#cabecera .menu_ciclos {
    float: left;
    width: 262px;
    padding: 8px 0 8px 0;
    margin-left: -75px;
    margin-bottom: 30px;
}

#cabecera .menu_ciclos li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 1.10em;
    text-align: right;
	line-height:1.4em;
}

#cabecera .menu_ciclos li a.link_ciclo {
	float:right;
    font-weight: bold;
    font-size: 1.50em;
    padding: 5px 0 5px 0;
    color: #72757a;
}
#cabecera .menu_ciclos li a.link_ciclo.opened {
	color: #CE171F;
}

#cabecera .menu_ciclos li a.second {
    border-top: 1px #aaaaaa solid;
}

#cabecera .menu_ciclos li a.link_ciclo:hover {
    color: #ce171f;
}

#cabecera .submenu {
    display:none;
    float: left;
    width: 205px;
    padding: 8px 0 8px 0;
    border-top: 4px #ce171f solid;
    border-bottom: 4px #ce171f solid;
    margin-left: 58px;
    margin-bottom: 30px;
    margin-top: 10px;
}
#cabecera .submenu li {
        list-style: none;
        float: left;
        width: 100%;
        font-size: 1.10em;
        text-align: right;
		line-height:1.4em;
}

#cabecera .submenu li .first {
        border:none !important;
}

#cabecera .submenu li .other {
        border-top: 1px #ce171f solid;
}

#cabecera .submenu li a {
        color: #72757a;
        float: left;
        width: 100%;
        padding: 6px 0 6px 0;
        font-family: Arial;
        letter-spacing: 0.0em;
}
#cabecera .submenu li a.actual {
        font-weight: bold;
        color: #ce171f;
}
#cabecera .submenu li a:hover {
        color: #ce171f;
}

.twitter {
	margin-top:50px;
}
.twitter iframe {
	width:604px !important;
	height:300px !important;
}
.recaptcha_contacto {
	float: left;
	margin: 0 0 20px 0;
  	clear: both;
  	width: 370px;
}
.recaptcha_contacto #recaptcha_widget_div {
	float: right;
  	margin: 0 55px 0 0;
}
.recaptcha_contacto #recaptcha_response_field
{
	font-size: 14px !important;
	bottom: 0px !important;
	line-height:28px !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;	
	height:30px !important;
}

.ok {
	background: #aef78d;
	border-bottom: 1px #71e622 solid;
	float: left;
	width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #143b03;
	z-index: 100;
	display: none;
}

.alerta {
	background: #f82111;
	border-bottom: 1px #a7150a solid;
	float: left;
	width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	z-index: 100;
	display: none;
}
/* End hide from IE-mac */
/* For alternate content for screen readers */
.hidden {
    position: absolute;
    left: 0px;
    top: -2000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* For accesible image replacing */
.replaced {
    display: block;
    width: auto;
    height: auto;
    /* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}
* html>body .replaced {
    letter-spacing: -999em;
}
/**
 * 2.0 Estructura General
 * ----------------------------------------------------------------------------
 */
 
 body {
	font: 62.5%/1.16em "Arial", Verdana, sans-serif;
	/*background: #ce171f;*/
	background: #e2e2e2;
	color: #72757a;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 20px 0;
	min-width:1024px;
}

a {
	color: #ca3c08;
	text-decoration: none;

	/*-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;*/
	opacity: 1;
}
a:visited {
	color: #ca3c08;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
	/*-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;*/
	opacity: 0.8;
}

a:hover {
	text-decoration: underline;
}

#container {
	background: #e2e2e2;
	width: 100%;
	/*width:990px;*/
	padding: 0 0 80px 0;
	margin: 0 0 12px 0;
	float: left;
}
#wrapper {
    width: 990px;/**/
	min-width: 320px;
    margin: 0 auto;
	padding: 86px 0 0 20px;
	/*height:800px;*/
}

/* Cabecera */
#cabecera {
	line-height: 2.2em;
	color: #72757a;
	width: 187px;/**/
	float: left;
	padding: 120px 83px 90px 0;/*290*/
	position: relative;
}
#cabecera h1 {
	width: 174px;
	height: 174px;	
	position: absolute;
	top: -86px;
	left: 60px;
}
#cabecera h1 a {
	width: 174px;
	height: 173px;
	background: url(../images/logo_dyd.png) center center no-repeat;
	text-align: left;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	opacity: 1;
}
#cabecera h1 a:hover {
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	opacity: 0.8;
}
#cabecera p {
	font-size: 1.8em;
	text-align: right;
	margin: 0 0 15px 0;
	font-family: "Arial" Helvetica, sans-serif;
	font-weight: 0;
}
#cabecera p.texto_intro_first {
	margin-top: 15px;
}
#cabecera #logo_clarin {
	width: 191px;
	height: 33px;
	position: absolute;
	bottom: 0px;
	right: 85px;
}
#cabecera #logo_clarin a {
	width: 191px;
	height: 33px;
	background: url(../images/logo_clarin_70.png) center center no-repeat;	
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	opacity: 1;
}
#cabecera #logo_clarin a:hover {
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	opacity: 0.8;	
}

#cabecera .texto_intro hr {
	color:#CE171F;
	background-color:#CE171F;
	width: 40px;
	height: 2px;
	border: 0;
}
/* Navegacion */
nav {
	font-size: 1em;
	line-height: 1.16em;
	margin: 0 0 0 6px;
	position: absolute;
	top: 5px;
	left: 270px;
}
nav ul {
}
nav li {
	list-style: none;
	display: inline;
}
nav a {
	color: #ce171f;
	text-transform: uppercase;
	font-size: 1.9em;
	margin: 0 24px 0 0;
	/*-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;*/
	border-bottom: 2px #e2e2e2 solid;
}
nav a:hover {
	border-bottom: 2px #ce171f solid;
	text-decoration: none;
	/*-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;*/
}
nav a:visited, nav a:focus, nav a:active {
	color: #ce171f;
}

nav a.actual {
	border-bottom: 2px #ce171f solid;
}
/* Contenido */
#content {
	width: 100%;
	position: relative;
}
/* Contenido - Principal */
#content #main {
	width: 604px;
	float: left;
	margin: 9px 0 0 0;
	padding: 56px 50px 0 45px;
	border-left: 1px #72757a solid;
}
#content #main p {
	font-size: 1.3em;
}
#content #main img.ilustrativa {
	margin: 20px 0 25px 0;
}

/*DYD */
.dyd #content #main hr {
	color:#CE171F;
	background-color:#CE171F;
	width: 40px;
	height: 2px;
	border: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
.dyd #content #main h2 {
	color: #ce171f;
	font-size: 3em !important;
	line-height:1.2em;
}

.dyd #content #main h3 {
	color: #ce171f;
	font-size:2.1em;
	font-weight:100;
	line-height: 1.1em;
	margin-bottom:0.2em;
	margin-top:0px;
}
.dyd #content #main p {
	margin-top: 0.2em;
	margin-bottom: 0px;
	font-size: 1.4em;
}
.dyd #content #main p.debates {
	font-size: 1.8em;
	line-height: 1.2em;
}
.titulo {
	font-size: 2.5em;
}
/* Consultas */
.consultas #content #main p {
	font-size: 1.5em;
}
.consultas .first {
	margin-top:0px !important;
}
.consultas #content #main form {
	width: 100%;
}
.consultas #content #main form p {
	padding: 0 0 24px 0;
	width: 370px;
}
.consultas #content #main form p.check_item {
	padding: 0 0 24px 0;
	margin: 0;
	width: 500px;
}
.consultas #content #main form p.check_item small {
	margin: 0 0 0 25px;
	float: left;
	width: 100%;
}
.consultas #content #main label {
	font-weight: bold;
	font-size: .8em;
}
.consultas #content #main .error {
	font-size: .7em;
	color: #a92c52;
	display:none;
}
.consultas #content #main .advertencia {
	font-size: 1.1em;
	color: #a92c52;
	width: 100%;
	clear: both;
	float: left;
	margin: 15px 0 10px 0;
}
.consultas #content #main label span {
	color: #a92c52;
}
.consultas #content #main input {
	width: 370px;
	float: left;
	border: 1px #b2b2b2 solid;
	padding: 2px;
	font-size: .85em;
}
.consultas #content #main input.form_check {
	width: 16px;
	float: left;
	border: 1px #b2b2b2 solid;
	padding: 2px;
  	margin: 5px 10px 0 0;
	font-size: .85em;
}
.consultas #content #main textarea {
	width: 370px;
	float: left;
	border: 1px #b2b2b2 solid;
	padding: 2px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: .8em;
	min-height: 75px;
}
.consultas #content #main button {
	border: 1px #afafaf solid;
	border-radius: 1px;
	background: #e1e1e1;
	font-size: .9em;
	margin: 30px 0 50px 0;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	cursor: pointer;
	clear: both;
	float: left;
}

/* Agenda */
.agenda #content #main ul {
	float: left;
	border-top: 4px #ce171f solid;
	border-bottom: 4px #ce171f solid;
	width: 615px;
	padding: 5px 0 5px 0;
	margin: 0 0 40px 0;
}
.agenda #content #main ul li {
	list-style: none;
	border-bottom: 1px #ce171f solid;
	float: left;
	width: 98%;
	padding: 0 0 18px 5px;
}
.agenda #content #main ul li:last-child {
	border-bottom: 0px #ce171f solid;
}
.agenda #content #main ul li .mes {
	float: left;
	width: 84px;
}
.agenda #content #main ul li .mes span {
	float: left;
	text-align: right;
	padding: 0 4px;
	background: #ce171f;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	width: 76px;
}
.agenda #content #main ul li .datos {
	float: right;
	width: 510px;
	line-height: 1.36em;
	padding: 10px 0 0 0;
}
.agenda #content #main ul li .datos h2 {
	color: #ce171f;
	font-size: 1.8em;
	line-height: 1.26em;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
}
.agenda #content #main ul li .datos h3 {
	color: #72757a;
	font-size: 1.4em;
	margin: 5px 0 8px 0;
	float: left;
	width: 100%;
}
.agenda #content #main ul li .datos p {
	color: #72757a;
	font-size: 1.4em;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	line-height: 1.56em;
}
.agenda #content #main ul li .datos p.fecha {
	font-size: 1.6em;
	color: #ce171f;
	font-weight: 400;
}
.agenda #content #main ul li .datos a.inscribase {
	margin: 15px 0 15px 0;
	float: left;
	width: 100%;
}

/* Debates */
.debates #content #main h2 {
	color: #ce171f;
	font-size: 2.2em;
}
.debates #content #main h2.primer_renglon {
	margin-bottom: 0.1em;
	line-height:30px
}

.debates #content #main h2.segundo_renglon {
	margin-top: 0.1em;
	line-height: 30px;
}


.debates #content #main .videos {
	margin: 10px 0 15px 0;
	float: left;
	width: 100%;
}

.debates #content #main .videos h3 {
	color: #ce171f;
	border-bottom: 1px #ce171f solid;
	font-size: 1.8em;
} 
.debates #content #main .videos .video_actual {
	width: 355px;
	height: 235px;
	float: left;
	background: #d1d0c2;
}
.debates #content #main .videos .otros_videos {
	width: 240px;
	float: right;
	height: 265px;
}
.debates #content #main .videos .otros_videos ul {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}
.debates #content #main .videos .otros_videos ul li {
	list-style: none;
	width: 210px;
	height: 59px;
	float: left;
	margin: 0 0 9.6px 0;
}
.debates #content #main .videos .otros_videos ul li a {
	width: 100%;
	height: 55px;
	float: right;
	padding: 0 0 10px 0;
	border-bottom: 1px #d1d0c2 solid;
}
.debates #content #main .videos .otros_videos ul li:last-child a {
	border-bottom: 0px #d1d0c2 solid;
}
.debates #content #main .videos .otros_videos ul li a img {
	float: left;
	margin: 2px 0 0 0;
	width: auto;
	height: 60px;
}
.debates #content #main .videos .otros_videos ul li:first-child a img {
	float: left;
	margin: 0px 0 0 0;
	width: auto;
	height: 60px;
}
.debates #content #main .videos .otros_videos ul li a .datos {
	float: right;
	width: 125px;
	margin: 0;
	padding: 0;
}
.debates #content #main .videos .otros_videos ul li a .datos h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: 400;
	color: #ce171f;
}
.debates #content #main .videos .otros_videos ul li a .datos p {
	margin: 0;
	padding: 0;
	line-height: 1.26em;
	font-size: 1.1em;
	font-weight: 400;
	color: #72757a;
}
.debates #content #main .fotos {
	margin: 10px 0 40px 0;
	float: left;
	width: 100%;
}
.debates #content #main .fotos h3 {
	color: #ce171f;
	border-bottom: 1px #ce171f solid;
	font-size: 1.8em;
} 
.debates #content #main .fotos ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 110%;
}
.debates #content #main .fotos ul li {
	margin: 0 7px 7px 0;
	padding: 0;
	display: inline;
	float: left;
	list-style: none;
	width: 80px;
	height: 60px;
	overflow: hidden;
}
.debates #content #main .fotos ul li a {
	float: left;
}
.debates #content #main .fotos ul li a:hover {
	opacity: 1;
}
.debates #content #main .notas {
	margin: 10px 0 15px 0;
	float: left;
	width: 100%;
}
.debates #content #main .notas h3 {
	color: #ce171f;
	border-bottom: 1px #ce171f solid;
	font-size: 1.8em;
}
.debates #content #main .notas ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.debates #content #main .notas ul li {
	list-style: none;
	line-height: 1.86em;
}
.debates #content #main .notas ul li a {
	background: url(../images/flecha.png) 3px 4px no-repeat;
	font-size: 1.4em;
	padding: 0 0 5px 20px;
	width: 100%;
	float: left;
	color: #ce171f;
}
.debates #content #main .notas ul li a:hover {
	opacity: 1;
}

.times {
	font-family:"Times";
}
