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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.contenedorGeneral
{
	margin:0 auto 0 auto;
	width:980px;
	height:auto;
}

.contenedor
{
	width:980px;
	height:auto;
	background-color:#fff;
	float:left;
	border:1px solid #000;

}

/*HEADER*/

header
{
	float:left;
	width:980px;
	height:125px;
	background-color:#fff;
}

.liga
{
	position:absolute;
	z-index:2;
	width:720px;
	height:120px;
}

.logoNotimex
{
	float:left;
	width:188px;
	height:84px;
	background-image:url(../imagenes/logo.png);
	margin-left:20px;
	margin-top:20px;
}

.textoAgencia
{
	float:left;
	width:152px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3b3d3c;
	margin-top:40px;
	margin-left:5px;
}


.textoComunicacion
{
	float:right;
	width:333px;
	height:30px;
	font-family:Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#58585a;
	margin-top:40px;
	margin-left:15px;
}


.mapaHeader
{
	width:340px;
	height:124px;
	background-image:url(../imagenes/map.png);
	position:absolute;
	z-index:1;
	margin-left:390px;
}


.contenedorBloquesHeader
{
	width:310px;
	height:auto;
	float:right;
}

.logueo
{
	width:165px;
	height:23px;
	float:right;
	margin-right:15px;
	margin-top:15px;
border:1px solid #a6a7a9;
}

.logueoText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	float:right;
	width:131px;
	height:18px;
	padding-top:5px;
	padding-left:10px;
	background-color:#FFF;
}

.logueoImg
{
	float:right;
	width:24px;
	height:23px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: -25px -0px !important;
}


.usuarioSesion
{
	float:left;
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	color:#000;
	margin-left:5px;
	margin-top:3px;
}

.cerrarSessionTxt
{
	float:right;
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
	color:#000;
	margin-right:5px;
	margin-top:3px;
}

.cerrarSessionImg
{
	float:right;
	width:16px;
	height:23px;
	margin-top:2px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: -52px -2px !important;
}

.busqueda
{
	width:165px;
	height:22px;
	float:right;
	margin-right:15px;
	margin-top:5px;
	border:1px solid #a6a7a9;

}

.busquedaImg
{
	float:right;
	width:24px;
	height:23px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: -0px -0px !important;
	border:0px;
}

.busquedaCampo
{
	width:131px;
	height:20px;
	float:left;
	border:0px;
}




.menuHeader
{
		width:208px;
	height:18px;
	float:right;
	margin-right:15px;
	margin-top:5px;

}

.menuHeader ul
{
	list-style:none;
    margin:0px; 
    padding:0px; 
	
}

.menuHeader ul li
{
	float:left;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.menuHeader ul li a
{
	width:auto;
	height:17px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    float:left;
	text-align:center;
	padding-top:1px;
}

.menuHeader ul li a:hover
{
	color:#941a27;
}


.hora
{
	float:left;

	width:60px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#941a27;
}

.fecha
{
float:left;
	width:220px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#login
{
	width:100%;
	height:100%;
	background-image:url(../imagenes/fondonegro.png);
	position:absolute;
	z-index:101;
	position:fixed;
}

.loginForm
{
    margin:0 auto 0 auto;
	margin-top:280px;
	width:500px;
	height:280px;
	background-color:#d9d4d1;
	padding-top:10px;
	border:1px solid #a9b1b4;
	-moz-box-shadow: 0px 0px 20px #a9b1b4; 
    -webkit-box-shadow: 0px 0px 20px #a9b1b4; 
    box-shadow: 0px 0px 20px #a9b1b4;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
   -moz-border-radius: 10px; /* Para Firefox */
   -khtml-border-radius:10px; /* Navegadores de Linux */
   border-radius: 10px; /* CSS3 */
	
	
}

.loginForm label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

.loginFormBoton
{
	width:100px;
	height:25px;
	border:0px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.loginFormBoton:hover
{
	border:1px solid #000;
}

.loginContacto 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:10px;
	text-align:justify;
}

.loginContacto span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:10px;
	font-weight:bold;
}

.loginContacto ul li 
{
	padding-left:0px;
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:10px;
	text-align:justify;
	
}

.loginContacto ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:12px;
	text-decoration:none;
}


.suscriptor
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}


.loginSalir
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2592f;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFF;
}

.loginCancela
{
	position:absolute;
	width:16px;
	height:16px;
	margin-left:455px;
	margin-top:-3px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: -52px -2px !important;
}


.social
{
	float:right;
	width:20px;
	height:110px;
	margin-right:10px;
	margin-top:13px;
	clear:left;

}


.socialFace
{
	float:left;
	width:20px;
	height:20px;
	margin-top:0px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: 1px -24px !important;
}


.socialFace:hover
{
	margin-top:0px;
   	background-position: -19px -24px !important;
}

.socialTwitter
{
	float:left;
	margin-top:3px;
	width:20px;
	height:20px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: 1px -46px !important;

}

.socialTwitter:hover
{
	background-position: -19px -46px !important;
}

.socialYoutube
{
    float:left;
	width:20px;
	height:20px;
	margin-top:3px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: 1px -66px !important;
}

.socialYoutube:hover
{
	background-position: -19px -66px !important;
}


.socialInsta
{
    float:left;
	width:20px;
	height:20px;
	margin-top:3px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: 1px -88px !important;
}

.socialInsta:hover
{
	background-position: -19px -88px !important;
}


.googleMas
{
    float:left;
	width:20px;
	height:20px;
	margin-top:2px;
	background: url(../imagenes/sprite.png) no-repeat;
	background-position: 1px -109px !important;
}

.googleMas:hover
{
	background-position: -20px -109px !important;
}
/*FIN HEADER*/
/*Estilos calendario*/

.pika-single {

    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family:Arial, Helvetica, sans-serif;
	z-index:100;
	
}



.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
	z-index:100;

}

.pika-title {
    position: relative;
    text-align: center;
	background-color:#fff;

}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
	width:70px;
	height:20px;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;

    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;

}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color:#fff;
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0;
	 opacity: 1;
}


.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image:url(../imagenes/left.png);
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image:url(../imagenes/right.png);
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 30px;
		background-color:#FFF;
}

.pika-table th {
    color: #000;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
	background-color:#FFF;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;

}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ad1126 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}



/*Fin estilos calendario*/

/*MENU PRINCIPAL*/

.menuPrincipal
{
	float:left;
	width:980px;
	height:auto;
	background-color:#d0202a;
}

.menuPrincipal ul
{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}


.menuPrincipal ul li a
{
	width:81px;
	height:22px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    float:left;
	text-align:center;
	padding-top:8px;


}

.menuPrincipal ul li a:hover
{
	background-color:#941a27;
	color:#fff;
}

/*FIN MENU PRINCIPAL*/

/*BLOQUE PRINCIPAL*/

.bloquePrincipal
{
	float:left;
	width:650px;
	height:auto;
	margin-left:10px;
	margin-top:15px;
	padding-bottom:10px;
}

.posicionUno
{
	float:left;
	width:388px;
	height:auto;
}

.posicionCat
{
	float:left;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.posicionCuerpo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	float:left;
	clear:left;
	margin-top:3px;
	text-align:justify;
	margin-bottom:3px;
	padding-right:3px;
}

.posicionUnoTit
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:22px;
	color:#940f24;
	float:left;
	clear:left;
}


.posicionDos
{
	width:247px;
	height:auto;
	float:right;
	margin-bottom:15px;
	border-bottom:1px solid #b1b1b3;
}

.posicionDos1
{
	width:247px;
	height:auto;
	float:right;
	margin-bottom:5px;
}

.posicionDosTit
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:17px;
	color:#7c7d81;
	margin-top:5px;
	float:left;
	clear:left;
}

.bloqueDos
{
	float:left;
	width:650px;
	height:auto;
	margin-top:5px;
	border-top:1px solid #737375;
}

.posicionTresTit
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	color:#7c7d81;
	margin-top:5px;
	float:left;
	clear:left;
}


.posicionTresLeft
{
	float:left;
	width:320px;
	height:auto;
	clear:left;
	margin-top:7px;
	border-bottom:1px solid #b1b1b3;
}

.posicionTresRight
{
	float:right;
	width:313px;
	height:auto;
	margin-top:7px;
	border-bottom:1px solid #b1b1b3;
	padding-right:7px;
}

/*FIN BLOQUE PRINCIPAL*/


/*CONTENEDOR MULTIMEDIA*/

.contenedorMultimedia
{
	float:right;
	width:310px;

	height:auto;
	margin-top:10px;
}
/*FIN CONTENEDOR MULTIMEDIA*/



/*ULTIMAS NOTAS*/

.bloqueUltimas
{
	float:right;
	width:275px;
	height:auto;
	background-color:#e7e8ea;
	margin-right:17px;
}

.bloqueUltimas span
{
	float:left;
	width:265px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	background-color:#6d6e72;
	padding-left:10px;
	padding-top:3px;
}

.bloqueUltimas ul
{
	width:240px;
	height:auto;
	background-color:#e7e8ea;
	margin-left:17px;
	list-style:none;
	padding:0;
}


.bloqueUltimas ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:2px solid #e7e8ea;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	border-bottom:1px solid #acadaf;
}

.bloqueUltimas ul li a
{
	text-decoration:none;
	color:#5d5f5e;
}

.bloqueUltimasMas
{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:270px;
	background-color:#6d6e72;
	height:auto;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:right;
	margin-top:10px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

/*FIN ULTIMAS NOTAS*/


/*TWITTER*/

.bloqueTwitter
{
	float:right;
	width:275px;
	height:auto;
	background-color:#ebedec;
	margin-right:17px;
	margin-top:10px;
}

.bloqueTwitter span
{
	float:left;
	width:265px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	background-color:#6d6e72;
	padding-left:10px;
	padding-top:3px;
}

.twitter-timeline
{
	margin-left:7px;
	margin-top:10px;
	margin-bottom:10px;
}

/*FIN TWITTER*/


/*FINANZAS*/

.bloqueFinanzas
{
	float:right;
	width:275px;
	height:auto;
	background-color:#ebedec;
	margin-right:17px;
	margin-top:10px;
}

.bloqueFinanzas span
{
	float:left;
	width:265px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	background-color:#6d6e72;
	padding-left:10px;
	padding-top:3px;
}

.bloqueFinanzasAct
{
	position:absolute;
	margin-top:8px;
	margin-left:135px;
	width:140px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bloqueFinanzasAct a
{
	color:#FFF;
	text-decoration:none;
}

.bloqueFinanzasDatos
{
	margin-left:12px;
	margin-top:10px;
	float:left;
	width:250px;
	height:auto;

}

.bloqueFinanzasDatos1
{
	float:left;
	width:240px;
	height:auto;
	border-bottom:1px solid #ab9f87;

	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	
}

.bloqueFinanzasTit
{
	float:left;
	width:45px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	color:#000;
	font-weight:bold;

	clear:left;
}

.bloqueFinanzasValor1
{
	float:left;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#636365;
	font-size:17px;
	width:90px;

}

.bloqueFinanzasValor2
{
	float:left;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#6d6e72;
	font-size:11px;
	width:50px;
	font-weight:bold;
}

.bloqueFinanzasDolar
{
	float:left;
	width:40px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c21624;
	text-decoration:none;
	margin-bottom:10px;
	margin-left:45px;
}

.bloqueFinanzasDolar
{
	float:left;
	width:40px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c21624;
	text-decoration:none;
	margin-bottom:10px;
	margin-left:45px;
}

.bloqueFinanzasDolar1
{
	float:left;
	width:50px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c21624;
	text-decoration:none;
	margin-bottom:10px;
	margin-left:60px;
}
/*FIN FINANZAS*/


/*BLOQUE GOBIERNO*/

.bloqueGobierno
{
	float:right;
	width:275px;
	height:auto;
	margin-right:17px;
	margin-top:10px;
}

.bloqueGobierno p
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin-left:18px;
}
/*FIN BLOQUE GOBIERNO*/

/*BLOQUE SECCI&Oacute;N ESPECIAL*/

.seccionEspecialBloque
{
	float:left;
	width:650px;
	height:auto;
	background-color:#535152;
	margin-top:10px;
}

.seccionEspecialBloque span
{
	float:left;
	width:594px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-left:28px;
	margin-top:5px;
}

.seccionEspecialBloqueImg
{
	float:left;
	margin-left:28px;
	margin-top:5px;
	margin-bottom:10px;
}

/*BLOQUE SECCI&Oacute;N ESPECIAL*/


/*SECCI&Oacute;N MULTIMEDIA*/

.seccionMultimedia
{
	float:left;
	width:520px;
	height:auto;
	margin-left:10px;
	margin-top:10px;

}



/*FIN SECCI&Oacute;N MULTIMEDIA*/


/*ULTIMAS NOTAS*/

.seccionUltimasNotas
{
	float:right;
	width:400px;
	height:auto;
	margin-right:10px;
	margin-top:10px;
	border-left:1px solid #535152;

}

.seccionUltimasNotas span
{
	float:right;
	height:auto;
	padding-right:5px;
	width:395px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	background-color:#535152;
	text-align:right;
	margin-bottom:25px;
}

.bloqueUltimasSeccion
{
	float:left;
	width:390px;
	height:auto;
	border-bottom:1px solid #535152;
	margin-top:10px;
}

.bloqueUltimasSeccionCat
{
	float:right;
	width:370px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	margin-top:10px;
}

.bloqueUltimasSeccionTit
{
	float:right;
	width:370px;	
	height:auto;
	margin-top:10px;
	color:#535152;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
}

.bloqueUltimasSeccionCuer
{
	float:right;
	width:370px;	
	height:auto;
	margin-top:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	text-align:justify;
	margin-bottom:10px;
}

.bloqueUltimasSeccionVer
{
	float:right;
	height:auto;
	padding-right:5px;
	width:395px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	background-color:#535152;
	text-align:right;
	margin-top:55px;
}

/*FIN ULTIMAS NOTAS*/


/*CARGADOR*/
.loader
{
	position:absolute;
	width:980px;
	height:1100px;
	background-color:#ffffff;
   z-index:1005; 
   text-align:center; 
   padding-top:100px; 
   font-size:20px; 
   font-family:Arial; 
   color:#000000;
   margin-top:160px;
}
/* CARGADOR*/


/*CARRUSEL FOTO*/

.multimediaCarruselFoto
{
	float:left;
	width:480px;
	background-color:#ebedec;
	height:430px;
	border:1px solid #e1e3e2;
	margin-left:7px;

}

.multimediaCarruselFoto span
{
	float:left;
	width:475px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;

}

.multimediaCarruselFotoImg
{
	float:left;
	margin-left:42px;
	margin-top:5px;
}

.multimediaCarruselFotoImg2
{
	float:left;
	margin-left:40px;
	margin-top:1px;
	position:absolute;
	margin-top:35px;

}

.multimediaCarruselFotoDes
{
    width:377px;
	height:117px;
	background-color:#535152;
	float:left;
	text-align:justify;
    line-height:15px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	margin-left:42px;
	
}

.multimediaCarruselFotoDes h3
{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.carousel ul 
{
	position:absolute;
    overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.no-js .carousel ul 
{
	position:static;
}



.carruselUno
{
	float:left;
	width:500px;
	height:330px;
	margin-bottom:10px;
}


.carruselDos
{
	float:left;
	width:500px;
	height:470px;
	margin-bottom:10px;
	margin-top:140px;
}


.carousel .mask 
{
	position:relative;
	overflow:hidden;
    border:1px solid #d7d7d7;
	background-color:#e7e7e8;
	
}

.carousel ul li 
{
	float:left;
	width:480px;
      height:440px;
	margin:0;
}

.carousel .pagination-links
{
	list-style:none;
	margin:0;
    margin-left:-32px;	
}

.carousel .pagination-links li 
{
    display:inline;		
}

.carousel .pagination-links li a
{
	padding:3px 7px;
	background-color:#f0f0ee;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.carousel .pagination-links li a:hover 
{
	text-decoration:none;
}

.carousel .pagination-links li.current a
{
	background:#4c483d;
	color:#fff;
	text-decoration:none;
}

.carousel .disabled 
{
	color:gray;
	cursor:default;
}


#my-carousel-1 .mask 
{
    width:480px;
	height:500px;
	margin-left:8px;
}

#my-carousel-2 .mask 
{
	width:480px;
	height:440px;
	margin-left:8px;

}

#my-carousel-2 ul li
{
	float:left;
	width:480px;
	height:440px;
	margin:0;
	text-align:center;

}


.carouselDosTit
{
	position:absolute;
	width:475px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
	z-index:1;
	margin-left:9px;
}



.carruselDosContenedorTexto
{
	float:left;
	clear:left;
	width:400px;
	height:auto;
	margin-top:40px;
	margin-left:35px;

}

.carruselDosContenedorTextoTit
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.carruselDosContenedorTextoDir
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	float:left;
	text-align:justify;
}



.carruselDosThumbnail
{
	float:left;
	max-width:250px;
	max-height:290px;
	margin-left:130px;
	margin-top:35px;
}

.tituloCarrusel
{
	position:absolute;
	width:475px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
	z-index:1;
	margin-left:9px;
}

.descripcionCarruselCuerpo
{

	width:375px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	line-height:8px;
}

.descripcionCarruselTitulo
{

	width:380px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	line-height:21px;

}

.descripcionCarruselFoto
{
	width:377px;
	height:auto;
	background-color:#535152;
	position:absolute;
	margin-top:295px;
	text-align:justify;
    line-height:17px;
	margin-left:40px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	line-height:15px;
}




/*FIN CARRUSEL FOTO*/

/*BLOQUE INTERIORES*/

.bloqueInteriores
{
	float:left;
	width:650px;
	height:auto;
	margin-top:10px;
	
}

.bloqueInterioresNota
{
	float:left;
	width:323px;
	height:210px;
	
	margin-bottom:20px;

}

.bloqueInterioresNotaCat
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	width:320px;
	height:auto;
	
}

.bloqueInterioresNotaTit
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#6f6e73;
	text-decoration:none;
	width:320px;
	height:auto;
	
	margin-top:5px;
}

.bloqueInterioresNotaCu
{
	float:right;
	width:195px;
	height:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	margin-top:5px;
	margin-right:3px;
	padding-right:5px;
}

.bloqueInterioresNotaFoto
{
	float:left;
    max-width:115px;
	max-height:140px;
	margin-top:5px;
}

/*FIN BLOQUE INTERIORES*/


/*VIDEO INTERIOR*/


.videoInterior
{
	float:left;
	margin-left:7px;
	width:480px;
	height:auto;
	margin-top:140px;
	background-color:#ebedec;
}

.videoInterior span
{
	float:left;
	width:475px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
}

.videoInteriorVer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:right;
	padding-top:3px;
	margin-right:3px;
}


.videoInteriorTit
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	width:470px;
	height:auto;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:5px;
}

.videoInteriorThumbnail
{
	float:left;
	max-width:200px;
	max-height:200px;
	margin-left:5px;
	margin-bottom:10px;
}

.videoInteriorInfo
{
	float:right;
	width:260px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	margin-right:5px;
	text-align:justify;
}

/*FIN VIDEO INTERIOR*/

/*INICIO SITIOS*/

.sitios
{
	float:left;
	width:980px;
	height:90px;
	background-color:#ebedec;
}

.sitiosContenedor
{
	float:left;
	width:177px;
	height:55px;
	border:1px solid #6d6e72;
	margin-left:15px;
	margin-top:17px;
	text-align:center;
	padding-top:10px;
}


/*FIN SITIOS*/

/*DIRECTORIO*/

.directorio
{
	float:left;
	width:970px;
	height:auto;
	background-color:#941a27;
	margin-top:40px;
	padding-left:10px;
}

.directorio ul
{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

.directorio ul li a
{
	width:112px;
	height:32px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    float:left;
	text-align:center;
	padding-top:7px;
	padding-right:12px;
	padding-left:12px;
}

.directorio ul li a:hover
{
	background-color:#000;
	color:#fff;
}

/*FIN DIRECTORIO*/


/*QUE ES NOTIMEX*****/


/*FIN QUE ES NOTIMEX*/

.contenidoQueEs
{
	float: left;
	width: 650px;
	height: auto;
	margin-left: 100px;
	margin-top: 60px;
	margin-bottom: 15px;
}

.contenidoQueEs h1
{
	color:#941a27
}

.contenidoQueEs p 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
	height:auto;
	text-align:justify;
}

.contenidoQueEs  a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
	height:auto;
	text-align:justify;
	text-decoration:none;
}

.normateca
{
	float:left;
	width:800px;
	height:50px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	margin-bottom:10px;

}


.normatecaImg
{
	float:left;
	width:30px;
	height:30px;

}

.normatecaTexto
{
	float:left;
	width:700px;
	height:auto;
	margin-top:8px;
}

.contenidoInformacion
{
	float:left;
	width:808px;
	height:498px;
	margin-left:85px;
	margin-top:80px;
	margin-bottom:80px;
	background-image:url(../imagenes/notimexinfo/fondo.png);
}

.contenidoInformacionScroll
{
	float:left;
	width:580px;
	height:347px;

	overflow-y: scroll;
	overflow-x:hidden;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background-color: #999;
	border-radius: 15px 15px 15px 15px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
	visibility:hidden;
	border-radius: 15px 15px 15px 15px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	background-color: #FFF;
	border-radius: 15px 15px 15px 15px;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #cd1e2b;
	border-radius: 15px 15px 15px 15px;
	border: thin solid #FFF;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspcorner
{
	margin: 0 -3px 0 0;
}

.contenidoinformacionmundo
{
	position:absolute;
	width:219px;
	height:219px;
	background-image:url(../imagenes/notimexinfo/mundo.png);
	margin-left:580px;
	margin-top:100px;
}

.contenidoInformacionLineas
{
	position:absolute;
	width:808px;
	height:168px;
	background-image:url(../imagenes/notimexinfo/lineas.png);
	margin-top:330px;
}


.contenidoInformacion h1
{
	float:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-left:40px;
}

.contenidoInformacion p
{
    float:left;
	clear:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-height:1.5px;
	margin-left:40px;
	width:500px;
}


.contenidoInformacion ul
{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
	z-index:100;
	position:absolute;
	margin-top:440px;
	margin-left:25px;
}

.contenidoInformacion ul li 
{
	width:140px;
	height:25px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    float:left;
	margin-left:10px;
	text-align:center;
	background-color:#e4142d;
	padding-bottom:5px;
}



.contenidoInformacion ul li a
{
	width:140px;
	height:25px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    float:left;
	text-align:center;
	background-color:#5f0716;
	padding-top:5px;
	padding-bottom:5px;
}

.contenidoInformacion ul li a:hover
{
	background-color:#e4142d;
	color:#fff;
}


.contenidoNormateca
{
	float:left;
	width:808px;
	height:498px;
	margin-left:85px;
	margin-top:80px;
	margin-bottom:80px;
	background-image:url(../imagenes/notimexinfo/fondo.png);
	z-index:100;
}

.contenidoNormatecaScroll
{
	float:left;
	width:580px;
	height:347px;
	overflow-y: scroll;
	overflow-x:hidden;
	z-index:99;
}

.contenidoNormatecaMundo
{
	position:absolute;
	width:219px;
	height:219px;
	background-image:url(../imagenes/notimexinfo/mundo.png);
	margin-left:580px;
	margin-top:100px;
}

.contenidoNormatecaLineas
{
	position:absolute;
	width:808px;
	height:168px;
background-image:url(../imagenes/notimexinfo/lineas.png);
	margin-top:322px;
	z-index:98;
}

.contenidoNormatecaMarco
{
	position:absolute;
	z-index:99;
}

.contenidoNormateca h1
{
	float:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-left:40px;
}

.contenidoNormateca p
{
    float:left;
	clear:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-height:1.5px;
	margin-left:40px;
	width:500px;
	z-index:100;
}

.contenidoNormateca p a
{

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-height:1px;
	text-decoration:none;
	color:#FFF;
}


.contenidoNormateca ul
{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
	z-index:100;
	position:absolute;
	margin-top:450px;
	margin-left:25px;
}

.contenidoNormateca ul li 
{
	width:100px;
	height:25px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    float:left;
	margin-left:10px;
	text-align:center;
	background-color:#e4142d;
	padding-bottom:5px;
}



.contenidoNormateca ul li a
{
	width:100px;
	height:25px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    float:left;
	text-align:center;
	background-color:#5f0716;
	padding-top:5px;
	padding-bottom:5px;
}

.contenidoNormateca ul li a:hover
{
	background-color:#e4142d;
	color:#fff;
}



/*FIN QUE ES NOTIMEX*/


/*INICIO MENUR PIE*/

.menuPie
{
	float:left;
	width:970px;
	height:auto;
	background-color:#941a27;
	padding-left:10px;
		border-top:2px solid #bf1e2e;
	border-bottom:2px solid #bf1e2e;

}

.menuPie ul
{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}

.menuPie ul li a
{
	width:auto;
	height:23px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    float:left;
	text-align:center;
	padding-top:7px;
	padding-right:4px;
	padding-left:4px;
	
}

.menuPie ul li a:hover
{
	background-color:#000;
	color:#fff;
}

/*FIN MENU PIE*/



/*BUSCADOR NOTA INTERIORES*/

.buscadorNota
{
	float:left;
	width:900px;
	height:auto;
	margin-top:10px;
	margin-left:40px;
	padding-bottom:10px;
	background-color:#e7e7e9;
}

.buscadorNota label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.buscadorCampo
{
	margin-left:5px;
	float:left;
	margin-top:8px;
}

.botonBusqueda
{
	width: 120px;
	height: 25px;
	background-color: #58585a;
	border: 0px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-top: 8px;
	margin-right: 100px;
	cursor: pointer;
}


.buscadorNota1
{
	float:left;
	width:900px;
	height:auto;
	margin-top:10px;
	margin-left:40px;
	padding-bottom:5px;
	background-color:#e7e7e9;
}

.buscadorNota1 label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	clear:left;

	margin-top:10px;
}

.buscadorCampo1
{

	float:left;
	margin-top:8px;
}

.botonBusqueda1
{
	width:80px;
	height:25px;
	background-color:#58585a;
	border:0px;
	color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	margin-top:8px;
}

.buscadorNotaBloque
{
	width:125px;
	height:auto;

	float:left;

}
.buscadorNotaBloquePalabra
{
	width:280px;
	height:auto;
	float:left;
}

.buscadorNotaBloqueCategoria
{
	width:140px;
	height:auto;
	float:left;
}


.categoriaNotasInteriores
{
	float:left;
	width:897px;
	height:auto;
	margin-left:40px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background-color:#535152;
}


.totalNotasInteriores
{
	float:left;
	width:900px;
	height:auto;
	margin-left:40px;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}


.notasInteriores
{
	float:left;
	width:900px;
	height:auto;
	margin-left:40px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #6d6e72;
}

.previoNotaCategoria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	text-decoration:none;
	font-weight:bold;
}

.previoNotaTitulo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.previoNotaTiempo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#771013;
	text-decoration:none;
}
.previoNotaDesarrollo
{
	float:left;
	width:890px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	margin-top:5px;

}

.ligasPaginacion
{
	float:left;
	width:900px;
	height:auto;
	margin-left:40px;
	margin-top:20px;
	margin-top:5px;
	margin-bottom:10px;
		font-family:Arial, Helvetica, sans-serif;
}

.paginacionActiva
{
	font-family:Arial, Helvetica, sans-serif;
	color:#941a27;

}

.paginacionInactiva
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3a3a3c;
	font-size:13px;
	text-decoration:none;
}

.notaResultados
{
	float:left;
	width:500px;
	height:50px;
	margin-left:40px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

/*FIN BUSCADOR NOTA INTERIORES*/

/*FOTO INTERIORES */

.contenedorFoto
{
	float:left;
	width:270px;
	height:350px;
	margin-left:42px;
	margin-top:40px;
	margin-bottom:20px;
	border-bottom::1px solid #6d6e72;
	-moz-box-shadow: 0px 0px 10px #6d6e72; 
    -webkit-box-shadow: 0px 0px 10px #6d6e72; 
    box-shadow: 0px 0px 10px #6d6e72;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
   -moz-border-radius: 10px; /* Para Firefox */
   -khtml-border-radius:10px; /* Navegadores de Linux */
   border-radius: 10px; /* CSS3 */
}

.contenedorFoto span
{
	float:left;
	width:265px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	background-color:#535152;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}




.fotoThumbnail
{
  height:auto; 
  width:auto;
  max-width:260px;
  max-height:200px;

}

.contenedorImagen
{
	width:270px;
	height:auto;
	text-align:center;
	margin-top:5px;
}

.descripcionFoto
{
	float:left;
	width:260px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

.descargarFoto
{
	float:left;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
	font-weight:bold;
	text-decoration:none;
	background-color:#e7e7e9;
	text-align:center;
	margin-top:9px;
	margin-left:80px;
}


/* FIN FOTO INTERIORES*/


.contenedorInfo
{
	float:left;
	width:270px;
	height:400px;
	margin-left:42px;
	margin-top:40px;
	margin-bottom:20px;
	border-bottom::1px solid #6d6e72;
	-moz-box-shadow: 0px 0px 10px #6d6e72; 
    -webkit-box-shadow: 0px 0px 10px #6d6e72; 
    box-shadow: 0px 0px 10px #6d6e72;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
   -moz-border-radius: 10px; /* Para Firefox */
   -khtml-border-radius:10px; /* Navegadores de Linux */
   border-radius: 10px; /* CSS3 */
}

.contenedorInfo span
{
	float:left;
	width:265px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	background-color:#535152;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:center;
}




/* VIDEOS */

.contenedorVideo
{
	float:left;
	width:270px;
	height:370px;
	margin-left:42px;
	margin-top:40px;
	margin-bottom:20px;
	border-bottom::1px solid #6d6e72;
	-moz-box-shadow: 0px 0px 10px #6d6e72; 
    -webkit-box-shadow: 0px 0px 10px #6d6e72; 
    box-shadow: 0px 0px 10px #6d6e72;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
   -moz-border-radius: 10px; /* Para Firefox */
   -khtml-border-radius:10px; /* Navegadores de Linux */
   border-radius: 10px; /* CSS3 */
}

.contenedorVideo span
{
	float:left;
	width:265px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	background-color:#535152;
	padding-left:5px;
	margin-bottom:5px;	
}

.bloqueVideosPrevio
{

  max-width:262px;
  max-height:220px;
  margin-left:4px;
  margin-top:3px;
  float:left;
}


.bloqueVideosTit
{
  float:left;
  height:auto; 
  width:262px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  text-decoration:none;
  color:#3a3a3c;
  margin-left:4px;
  margin-top:5px;
  font-weight:bold;
  margin-bottom:20px;
}

.bloqueVideosDes
{
  float:left;
  height:auto; 
  width:262px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  color:#000;
  margin-left:4px;
  margin-top:5px;
}


.verVideo
{

	width:100%;
	height:100%;
	background-image:url(../imagenes/trans1.png);
	position:absolute;
	z-index:101;
	position:fixed;
}

.contenedorYou
{
margin: 0 auto;
margin-top:10%;
	width:600px;
	height:400px;
}



.verVideoCancela
{
	position:absolute;
	width:35px;
	height:36px;
	margin-left:570px;
	margin-top:-38px;
	background: url(../imagenes/delete.png);
}


/*FIN VIDEOS*/


/*CONTENEDOR AUDIO*/

.contenedorAudio
{
	float:left;
	width:270px;
	height:310px;
	margin-left:42px;
	margin-top:40px;
	margin-bottom:20px;
	border-bottom::1px solid #6d6e72;
	-moz-box-shadow: 0px 0px 10px #6d6e72; 
    -webkit-box-shadow: 0px 0px 10px #6d6e72; 
    box-shadow: 0px 0px 10px #6d6e72;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
   -moz-border-radius: 10px; /* Para Firefox */
   -khtml-border-radius:10px; /* Navegadores de Linux */
   border-radius: 10px; /* CSS3 */
}

.contenedorAudio span
{
	float:left;
	width:265px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	background-color:#535152;
	padding-left:5px;
	margin-bottom:5px;	
}



.bloqueAudioDes
{
  float:left;
  height:auto; 
  width:262px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:justify;
  text-decoration:none;
  color:#000;
  margin-left:4px;
  margin-top:10px;
  margin-bottom:10px;
}


.escuchar
{
	float:left;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
	font-weight:bold;
	text-decoration:none;
	background-color:#e7e7e9;
	text-align:center;
	margin-top:9px;
	margin-left:80px;
	padding-top:3px;
}

.escucharAudio
{

	width:100%;
	height:100%;
	background-image:url(../imagenes/trans1.png);
	position:absolute;
	z-index:101;
	position:fixed;
}


.reproductorAudio
{
	float:left;
	background-color:#3FF;
	width:500px;
	height:250px;
	
}

/**
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video 
{
	font-size:1.25em; 
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #fff;
	background-color:#eee;
}

div.jp-audio 
{
	width:200px;
}

div.jp-audio-stream 
{
	width:182px;
}

div.jp-interface 
{
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface 
{	
	height:20px;
}

div.jp-audio div.jp-type-playlist div.jp-interface 
{
	height:20px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface 
{
	height:20px;
}

/* @group CONTROLS */
div.jp-controls-holder 
{
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls 
{
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls 
{
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls 
{
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls 
{
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls 
{
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li 
{
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a 
{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause 
{
	width:12px;
	height:16px;
	margin-top:-18px;
	margin-left:-15px;
}

a.jp-play 
{
	background: url("../imagenes/play.png");
}

a.jp-play:hover 
{
	background: url("../imagenes/play.png");
}

a.jp-pause 
{
	background: url("../imagenes/pause.png");
	display: none;
}

a.jp-pause:hover 
{
	background: url("../imagenes/pause.png");
}

div.jp-progress 
{
	overflow:hidden;
	background-color: #ddd;
}

div.jp-audio div.jp-progress 
{
	position: absolute;
	top:32px;
	height:15px;
}

div.jp-audio div.jp-type-single div.jp-progress 
{
	left:30px;
	top:3px;
	width:158px;
	height:6px;
}

div.jp-audio div.jp-type-playlist div.jp-progress 
{
	left:166px;
	width:130px;
}

div.jp-video div.jp-progress 
{
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}

div.jp-seek-bar 
{
	background-color:#FFF;
	width:0px;
	height:100%;
	cursor: pointer;
}

div.jp-play-bar 
{
	background:url("../imagenes/proceso.png");
	width:0px;
	height:100%;
}

div.jp-audio div.jp-time-holder 
{
	position:absolute;
	top:6px;
}

div.jp-audio div.jp-type-single div.jp-time-holder 
{
	left:30px;
	width:159px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder 
{
	left:16px;
	width:100px;
}

div.jp-current-time,
div.jp-duration 
{
	width:60px;
	font-size:.80em;
	font-style:normal;
}

div.jp-current-time 
{
	float: left;
	display:inline;
}

div.jp-duration 
{
	float: right;
	display:inline;
	text-align: right;
}

div.jp-jplayer audio,
div.jp-jplayer 
{
	width:0px;
	height:0px;
}

div.jp-jplayer 
{
	background-color: #000000;
}
.audioescucharCon
{
	width:220px;
	height:25px;
	float:left;
	margin-left:56px;
	margin-top:50px;
}
/*FIN CONTENEDOR AUDIO*/

/*VER NOTA*/

.verNota
{
	float:left;
	width:700px;
	height:auto;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:15px;

}

.verNotaHora
{
	float:left;
	width:690px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.verNotaTitulo
{
	float:left;
	width:690px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	color:#3a3a3c;
	margin-top:20px;
}


.verNotaCuerpo
{
	float:left;
	width:690px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	margin-top:30px;
	text-align:justify;
}


.verNotaFirma
{
	float:left;
	width:690px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:30px;
	text-align:left;
}


.controlFuente
{
	float:left;
	width:500px;
	height:auto;

	margin-left:15px;
	margin-bottom:25px;
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.aumentarFont
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border:1px solid  #d8d8d8;
	background-color:#d8d8d8;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

.aumentarFont:hover
{
	color:#FFF;
	background-color:#ad1126;
	border-color:#ad1126;
}

.disminuirFont
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border:1px solid  #d8d8d8;
	background-color:#d8d8d8;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	margin-right:5px;
}

.disminuirFont:hover
{
    color:#FFF;
	background-color:#ad1126;
	border-color:#ad1126;
}


.resetearFont
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border:1px solid  #d8d8d8;
	background-color:#d8d8d8;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

.resetearFont:hover
{
	color:#FFF;
	background-color:#ad1126;
	border-color:#ad1126;
}

.imprimir
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	margin-left:50px;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#3a3a3a;
}

.descarga
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	margin-left:30px;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#3a3a3a;
}

.btnFace
{
	float:left;
	width:600px;
	height:auto;

	margin-left:15px;
	margin-bottom:25px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:5px;
}


.contenedorRelacionados
{
	float:right;

	height:auto;
	width:255px;
}

.contenidoRelacionadoMas
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	margin-right:3PX;
}

.notasRelacionadas
{
	float:right;
	width:250px;
	height:auto;
	background-color:#e7e8ea;
	margin-top:15px;
	margin-right:5px;
	
}

.notasRelacionadas span
{
	float:right;
	width:245px;
	height:auto;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#FFF;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}


.notasRelacionadasTit
{
	float:left;
	width:240px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}


.fotosRelacionadas
{
	float:right;
	width:250px;
	height:auto;
	background-color:#e7e8ea;
	margin-top:15px;
	margin-right:5px;


}

.fotosRelacionadas span
{
	float:right;
	width:245px;
	height:auto;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.fotosRelacionadasCon
{
	float:left;
	width:240px;
	height:auto;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

.fotosRelacionadasThumbnail
{
  height:auto; 
  width:auto;
  max-width:230px;
  max-height:200px;
  margin-left:5px;
}

.fotosRelacionadasDes
{
	float:left;
	width:230px;
	height:auto;

	margin-left:5px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:justify;
}

.fotosRelacionadasBoton
{
	float:left;
	width:100px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#6d6e72;
	text-align:center;
	margin-top:9px;
	margin-left:70px;
	padding-top:3px;
}


.infosRelacionadas
{
	float:right;
	clear:left;
	width:250px;
	height:auto;
	background-color:#e7e8ea;
	margin-top:15px;
	margin-right:5px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.infosRelacionadas span
{
	float:right;
	width:245px;
	height:auto;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.infosRelacionadasThumbnail
{
  height:auto; 
  width:auto;
  max-width:230px;
  max-height:200px;
  margin-left:25px;
  margin-top:15px;
  margin-bottom:10px;
}

.infosRelacionadasDes
{
	float:left;
	width:240px;
	height:auto;
	margin-left:5px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin-bottom:5px;
}



.videosRelacionados
{
	float:right;
	width:250px;
	height:auto;
	background-color:#e7e8ea;
	margin-top:15px;
	margin-right:5px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.videosRelacionados span
{
	float:right;
	width:245px;
	height:auto;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

.videosRelacionadosThumbnail
{
  height:auto; 
  width:auto;
  max-width:230px;
  max-height:200px;
  margin-left:10px;
  margin-top:10px;
}

.reproductorAudioRel
{
	float:left;
	width:auto;
	height:auto;
	margin-top:10px;
}
/*FIN VER NOTA*/

/*Inicio infografias*/

.tituloInfo
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000;
	width:270px;
	height:auto;
	text-align:center;
	text-decoration:none;

}


.infoInfo
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:260px;
	height:auto;
	text-align:justify;
	text-decoration:none;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:5px;
	margin-top:5px;

}

.descripcionInfo
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:270px;
	height:auto;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
/*Fin infografias*/


/*INFOGRAFIAS PORTADA INTERIOR*/

.infografiasInteriores
{
	float:left;
	width:480px;
	height:240px;
	 border:1px solid #d7d7d7;
	background-color:#e7e7e8;
	margin-left:10px;
	margin-top:150px;
}

.infografiasInteriores span
{
	float:left;
	width:475px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
}

.infografiasInterioresVer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:right;
	padding-top:3px;
	margin-right:3px;
}


.infografiaInterioresThumbnail
{
  height:auto; 
  width:auto;
  max-width:260px;
  max-height:200px;
  float:left;
  margin-left:5px;
  margin-top:7px;
}

.infoIntContenedor
{
	float:left;
	margin-top:7px;
	width:260px;
	height:auto;
	margin-left:8px;
}


.infoIntContenedorTit
{
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.infoIntContenedorDes
{
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	margin-top:20px;
}

.infoIntContenedorDescargar
{
    float:left;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#6d6e72;
	text-align:center;
	margin-top:25px;
	margin-left:80px;
	padding-top:5px;
}
	

/*FIN INFOGRAFIAS PORTADA INTERIOR*/

/*INICIO FOTO PREVIO*/

#verFoto
{
	width:100%;
	height:100%;
	background-image:url(../imagenes/fondonegro.png);
	position:absolute;
	z-index:101;
	position:fixed;
}

.verFotoContenedor
{
    margin:0 auto 0 auto;
	margin-top:3%;
	width:405px;
	height:auto;
}

.verFotoThumbnail
{
	float:left;
	text-align:center;
	max-height:500px;
}

.verFotoCancela
{
	float:right;
	width:35px;
	height:36px;
	background: url(../imagenes/delete.png);
}


.verFotoContenedorTit
{
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:400px;
	height:auto;
	color:#FFF;
}

.verFotoContenedorCu
{
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:400px;
	height:auto;
	color:#FFF;
}


/*FIN FOTO PREVIO*/

/*PREVIO INFO*/


.verInfografia
{

	width:100%;
	height:3500px;
	background-image:url(../imagenes/trans1.png);
	z-index:101;
	text-align:center;
	position:absolute;
}

.verInfografiaPrevio
{
	margin-top:15px;
	max-width:1300px;
	margin-bottom:200px;
}

.verInfoCancela
{
	float:right;
	clear:left;
	margin-top:15px;
	width:35px;
	height:36px;
	background: url(../imagenes/delete.png);
}


/*FIN PREVIO INFO*/


/*REPORTAJE*/

.bannerReportaje
{
	float:left;
	width:auto;
	height:auto;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:15px;
}

/*FIN REPORTAJE*/


/*TRANSPARENCIA*/



.menuTransparencia
{
	float:left;
	width:250px;
	height:auto;
	background-color:#6d6e72;
	margin-top:8px;
}


.plecaTransparencia
{
	float:left;
	width:970px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background-color:#535152;
	margin-bottom:20px;
	padding-left:10PX;
	text-decoration:none;
}

.menuTransparencia ul
{
	list-style:none;
    margin:0px; 
    padding:0px; 
	
}

.menuTransparencia ul li
{

	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.menuTransparencia ul li a
{
	width:247px;
	height:auto;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    float:left;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
}

.menuTransparencia ul li a:hover
{
	color:#fff;
	background-color:#d0202a;
}


.contenidoTransparencia
{
	float:right;
	width:720px;
	height:900px;
	margin-right:10px;
	border:0px;
}

/*FIN TRANSPARENCIA*/


/*INICIO EMPRESAS COMUNICADOS*/

.contPestana
{
	float:left;
	margin-left:40px;
	width:900px;
	height:45px;
	background-color:#ebedec;
	margin-top:25px;
}

.pestanaEmpresas
{
	float:left;	
	width:150px;
	height:40px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12PX;
	color:#000;
	text-decoration:none;
	text-align:center;
	
	font-weight:bold;
}

.pestanaEmpresas:hover
	{
		background-color:#3a3a3c;
		color:#FFF;
	}

.contenedorEmpresas
{
	float: left;
	width: 900px;
	height: auto;
	background-color: #fff;
	margin-left: 40px;
}


.empresa
{
	float:left;
	width:150px;
	height:100px;
	margin-left:60px;
	margin-top:10px;
	margin-bottom:10px;

}

.previoEmpresa
{
	max-width:150px;
	max-height:100px;
}

/*FIN EMPRESAS COMUNICADAS*/

/*BUSQUEDA N*/

.contenedorBusquedaN
{
float: left;
width: 900px;
height:auto;
background-color:#e5e5e5;
margin-left: 36px;
margin-top: 10px;
font-family:Arial;
font-size:14px;
color:#525251;
padding:3px;
}

.contenedorBusquedaN1
{
	width:900px;
	height:auto;
	float:left;
}

.contenedorBusquedaN label
{
	font-weight:bold;
	float:left;
	margin-bottom:20px;

}

.contenedorBusquedaNSelect
{

	float:left;
	margin-right:20px;
	margin-left:5px;
}



.contenedorBusquedaNBoton
{
float:right;
width:130px;
height:28px;
border:0px;
background-color:#58585a;
color:#fff;
}

.contenedorBusquedaNBoton:hover
{
	cursor:pointer;
}

.botonRango
{
	font-family:Arial;
	font-size:12px;
	color:#58585a;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

/*FIN BUSQUEDA N*/




/*FOOTER*/

.footer
{
	float:left;
	width:980px;
	height:auto;
	background-color:#941a27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin-bottom:10px;
	padding-bottom:10px;
}

.footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

/*FIN FOOTER*/



/*INICIO SOCHI*/

.contenedorSochi
{
		width:980px;
	height:auto;
	background-color:#fff;
	float:left;
	border:1px solid #000;
	background-color:#1f2935 !important;
	background-image:url(../imagenes/huracan/temporada-de-huracanes-fondo.jpg);
	background-repeat:no-repeat;
	  background-position: 0px 298px;	
}


.contenedorVive
{
	width:980px;
	height:auto;
	background-color:#fff;
	float:left;
	border:1px solid #000;
	background-image:url(../imagenes/sucesion/bg_esp.jpg);
	background-repeat:y;
	  background-position: 0px 298px;	
}





.sochiUltimasNotas
{
	float:right;
	width:310px;
	height:auto;
	margin-right:63px;
	margin-top:10px;
	border-left:1px solid #535152;
	background-color:#FFF;
}

.sochiUltimasNotas span
{
	float:right;
	height:auto;
	padding-right:5px;
	width:305px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	background-color:#535152;
	text-align:right;
	margin-bottom:10px;
}

.bloqueUltimasSochi
{
	float:left;
	width:305px;
	height:auto;
	margin-top:10px;
	background-color:#FFF;
}


.plcSochi
{
	float:left;
	width:300px;
	height:30px;
	background-color:#f3f3f5;
}

.bloqueUltimasSochiTit
{
	float:right;
	width:300px;	
	height:auto;
	margin-top:10px;
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;

}

.bloqueUltimasSochiCuer
{
	float:right;
	width:300px;	
	height:auto;
	margin-top:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	text-align:justify;
	margin-bottom:10px;

}

.paginacionSochi
{
	float:left;
	width:295px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}


.paginacionSochiActiva
{
	text-decoration:none;
	color:#941a27;
	width:25px;
	height:20px;
	float:left;
	font-weight:bold;
}

.paginacionSochiInactiva
{
	text-decoration:none;
	color:#3a3a3c;
	width:25px;
	height:20px;
	float:left;
}


.seccionMultimediaSochi
{
	float:left;
	width:545px;
	height:auto;
	margin-left:55px;
	margin-top:10px;

}


.contenedorFotoSochil
{
	float:left;
	width:543px;
	height:520px;
	margin-bottom:20PX;
}


.verFotosSochi
{
	width:75px;
	height:15px;
	padding-left:5px;
	padding-right:3px;
	padding-top:2px;
	padding-bottom:2px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	background-color:#4c483d;
	margin-left:461px;
	margin-top:-20px;
}


.thubmnailFotosSochi
{
max-width:600px;
	max-height:290px;
}
.infografiasSochi
{
	float:left;
	width:530px;
	height:240px;
	 border:1px solid #d7d7d7;
	background-color:#fff;
	margin-left:10px;
}

.infografiasSochi span
{
	float:left;
	width:525px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
}




.infografiasSochiVer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:right;
	padding-top:3px;
	margin-right:3px;
}


.infografiasSochiThumbnail
{
  height:auto; 
  width:auto;
  max-width:260px;
  max-height:200px;
  float:left;
  margin-left:5px;
  margin-top:7px;
}

.infografiasSochiContenedor
{
	float:left;
	margin-top:7px;
	width:310px;
	height:auto;
	margin-left:8px;
}


.infografiasSochiContenedorTit
{
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.infografiasSochiContenedorDes
{
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:justify;
	margin-top:20px;
}

.infografiasSochiDescargar
{
    float:left;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#6d6e72;
	text-align:center;
	margin-top:25px;
	margin-left:80px;
	padding-top:5px;
}
	
.videoSochi
{
	float:left;
	margin-left:7px;
	width:535px;
	height:auto;
	margin-top:25px;
	background-color:#fff;
}

.videoSochi span
{
	float:left;
	width:530px;
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#6d6e72;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding-left:5px;
}

.videoSochiVer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:right;
	padding-top:3px;
	margin-right:3px;
}


.videoSochiTit
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	width:470px;
	height:auto;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:5px;
}

.videoSochiThumbnail
{
	float:left;
	max-width:200px;
	max-height:200px;
	margin-left:5px;
	margin-bottom:10px;
}

.videoSochiInfo
{
	float:right;
	width:260px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	margin-right:5px;
	text-align:justify;
}





/*FIN SOCHI*/


/*SECCION DIRECTORIO*/

.seccionDirectorio
{
	width:530px;
	height:146px;
	float:left;
	background-color:#f2f3f4;
	border:1px solid #c7c8cb;
	margin-bottom:20px;
}

.seccionDirectorio img
{
	max-width:130px;
	max-height:130px;
	float:left;
	margin-left:8px;
	margin-top:8px;
}

.seccionDirectorio h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:#a51926;
	width:370px;
	height:30px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}

.seccionDirectorio p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:370px;
}

.seccionDirectorio a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#58585a;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:-8px;
	width:370px;
	text-decoration:none;
}



.seccionDirectorioDos
{
	width:530px;
	height:146px;
	float:left;
	background-color:#fff;
	border:1px solid #c7c8cb;
	margin-bottom:20px;
	margin-left:60px;
}

.seccionDirectorioDos img
{
	max-width:130px;
	max-height:130px;
	float:left;
	margin-left:8px;
	margin-top:8px;
}

.seccionDirectorioDos h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:#a51926;
	width:370px;
	height:50px;
	float:left;
	margin-top:5px;
	margin-left:10px;

}

.seccionDirectorioDos p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:370px;

}

.seccionDirectorioDos a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#58585a;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:-8px;
	width:370px;
	text-decoration:none;
}

.contenedor_scroll{
	margin-top: 15px;
	}
	
.logobann {
	float: left;
	margin-left: 40px;
	width: 900px;
	margin-top: 20px;
}

.bann
{
	max-width:250px;
	max-height:200px;
}
.divide{
	width: 900px;
	height: 1px;
	margin-top: 10px;
	margin-left: 40px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

.buscadorNota2
{
	float: right;
	width: 600px;
	height: auto;
	margin-top: 10px;
	margin-left: 40px;
	padding-bottom: 10px;
	background-color: #e7e7e9;
}
.buscadorNota2 label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
.botonBusqueda1
{
	width: auto;
	height: 25px;
	background-color: #58585a;
	border: 0px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin-top: 8px;
	margin-right: 100px;
	cursor: pointer;
}
/*FIN SECCION DIRECTORIO*/