/* CSS Home DiarioShow.com */

/* contenido col 1 */
/* alerta */
#alerta{
	margin: 10px 0px;
	padding:0px;
	width:430px;
	border:5px solid #FF0000;
}
#alerta h2{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
	text-transform:uppercase;
	background-color:#FF0000;
}
#alerta p{
	margin:0px;
	padding:5px;
	display:block;
	background-color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	display:block;
}
#alerta p a{
	color:#000000;
}
#alerta p a:hover{
	color:#FF0000;
}

/* visor-portada */
#visor-portada {
	position:relative;
	width:440px;
	height:280px;
	overflow:hidden;
	z-index:1;
}
#visor-portada div{
	width:440px;
	top:0;
	left:0;
}
#visor-portada img {
	float:left;
	position:absolute;
	left:440px;
}

/* portadas */
#portadas {
	width:440px;
	position:relative;
	z-index:1;
}
#portadas #caja{
	width:440px;
	display:table;
	margin:0px;
}
#portadas ul {
	margin-top:110px;
	width:440px;
}
#portadas ul img{
	display:none;
}
#portadas ul a img{
	display:block;
}

#portadas li {
	float:left;
	margin:0px 4px;
}
#portadas li img{
	filter: alpha(opacity=60);
	opacity:0.6;
	width:100px;
	height:70px;
	overflow:hidden;
}

#portadas .titular{
	position:absolute;
	top:285px;
	left:0px;
	width:440px;
	height:130px;
	display:none;
	padding:0px;
	overflow:hidden;
}

#portadas h1 a, #portadas h2 a {
font-size:18px;
font-weight:bold;
}


#portadas h1 {
	margin:0px;
}
#portadas h1 a{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#portadas p {
	margin:0px;
	padding:5px 5px 5px 5px;	
	display:table;
	font-size: 12px;
}

#portadas a p{
	font-size:12px;
	color:#FFFFFF;
}

#portadas li.activo div.titular{
	display:block;
}
#portadas li.activo img {
	filter: alpha(opacity=100);
	opacity:1;
}



/* nota 1 */
#nota1{
	width:440px;
	margin:0px;
	display:table;
	background-color:#0472B7;	
}
#nota1 h1 {
	margin:0px;
	padding:5px;
}
#nota1 h1 a{
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}
#nota1 h2{
	margin:0px;
	padding:0px 0px 0px 5px;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
}

#nota1 p{
	margin:0px;
	padding:5px 5px 5px 5px;	
	display:table;
}
#nota1 a p{
	font-size:12px;
	color:#FFFFFF;
}
#nota1 #foto{
	margin:0px auto;
	padding:0px;
	width:440px;
	text-align: center;
}
#nota1 #thumbs {
	display:table;
}
#nota1 #fotoch{
	float:left;

}
#nota1 #fotoch a{
	padding-top:5px;
	width:100px;
	margin: 5px 2px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#nota1 #fotoch a:hover{
	filter: alpha(opacity=100);
	opacity: 1;
 
}
#nota1 #linea{
	width:430px;
	height:3px;
	margin: 5px auto;
	background-color:#F15A29;
}
/* nota destacada */
#nota5 {
	width:440px;
	background-color:#F15A29;
	display:table;
	padding:5px 0px;
}
#nota5 h1 {
	padding:3px;
}
#nota5 h1 a{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
}
#nota5 #bajada p {
	padding:2px;
}
#nota5 #bajada a p{
	font-size:12px;
	color:#FFFFFF;
}
#nota5 #foto {
	width:220px;
	float:left;
	margin:0px 5px;
}
#nota5 #hora{
	font-size:12px;
	color:#FFFFFF;
	padding:2px 0px 0px 2px;
	font-weight:bold;
	float:left;
}

/* nota2 */
#nota2{
	width:430px;
	margin:5px;
	margin-bottom:0px;
	display:table;
}
#nota2 h1 {
	margin:0px;
	padding:5px;
}
#nota2 h1 a{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#0472B7;
}
#nota2 h2{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:0px 0px 0px 5px;	
}
#nota2 #bajada p {
	padding:5px;
}
#nota2 #bajada a p{
	font-size:12px;
	color:#000000;
}
#nota2 #foto{
	width:220px;
	height:140px;
	margin:5px;
	margin-bottom:0px;
	float:left;
	overflow:hidden;
}
#nota2 #hora{
	font-size:12px;
	color:#000000;
	padding-top:5px;
	font-weight:bold;
	float:left;
}

#nota2 #rec_img{
    width:220px;
    height:140px;
    margin:5px;
    margin-bottom:0px;
    float:left;
    position:relative;
}
#nota2 #rec_img #foto{
    width:220px;
    height:140px;
    margin:0px;
    float:left;
    overflow:hidden;
    position:relative;
}
#nota2 #rec_img #video{
    width:60px;
    height:60px;
    padding:2px;
    filter: alpha(opacity=40);
    opacity:0.4;
    background-image:url(/imgs/play_atl.png);
    background-repeat:no-repeat;
    position:absolute;
    top:2px;
    left:2px;
}
#nota2 #rec_img #video a{
    width:60px;
    height:60px;
    display: block;
}


/* nota3 */
#nota3{
	width:430px;
	margin:5px;
	padding-top:5px;
}
#nota3 #texto{
	height:10px;
	width:430px;
	margin:5px 0px 20px 0px;
}
#nota3 #hora{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#0472B7;
	float:left;
}
#nota3 h1 a{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}
#nota3 h1 a:hover{
	color:#666;
}


#policiales {
	width:440px;
}
#policiales #banner{
	width:440px;
	height:99px;
	background-image:url(../imgs/b_policiales2.jpg);
	margin:5px 0px;
}
#policiales #fondo{
	width:440px;
	padding:5px;
	background-color:#FF0000;
	display:table;
	margin-bottom:5px;
}

#policiales #titular a{
	/*width:200px;*/
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	/*float:left;*/
	
}
#policiales #foto{
	width:220px;
	float:left;
	padding-right:5px;
}


#teatro {
	width:440px;
}
#teatro #banner{
	width:440px;
	height:99px;
	background-image:url(/imgs/b_teatro.jpg);
	margin:5px 0px;
}
#teatro #fondo{
	width:440px;
	padding:5px;
	background-color:#000;
	display:table;
	margin-bottom:5px;
}

#teatro #titular a{
	/*width:200px;*/
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	/*float:left;*/
	
}
#teatro #foto{
	width:220px;
	float:left;
	padding-right:5px;
}


/* contenido col 2 */

/* tapa */

#tapa{
	width:220px;
	margin-top:-5px;
}
#tapa #titulo{
	width:218px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#0472B7;
	margin:5px 0px;
	border:solid 1px #F15A29;
}
#tapa #fnd{
	width:220px;
	background-color:#F15A29;
	padding:5px;
}

/* nota4 */
#nota4{
	width:220px;
	margin-top: 5px;
}
#nota4 h1 {
	padding:5px 5px 5px 0px;
}
#nota4 h1 a{
	font-size:18px;
	font-weight:bold;
	color:#0472B7;
}
#nota4 h2 {
	padding:0px 2px 2px 0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#nota4 #bajada p {
	padding:5px 5px 5px 0px;
}
#nota4 #bajada a p{
	font-size:12px;
	color:#000000;
}
#nota4 #foto {
	width:220px;
	overflow:hidden;
}

#nota4 #rec_img{
    width:220px;
    height:140px;
    margin:5px 5px 0px 0px;
    position:relative;
    display:block;
}
#nota4 #rec_img #foto{
    width:220px;
    height:140px;
    display:block;
    overflow:hidden;
    position:relative;
}
#nota4 #rec_img #video{
    width:60px;
    height:60px;
    padding:2px;
    filter: alpha(opacity=40);
    opacity:0.4;
    background-image:url(/imgs/play_atl.png);
    background-repeat:no-repeat;
    position:absolute;
    top:2px;
    left:2px;
}
#nota4 #rec_img #video a{
    width:60px;
    height:60px;
    display: block;
}

#nota4 #hora{
	font-size:12px;
	color:#000000;
	padding-top:5px;
	font-weight:bold;
	float:left;
}


/* nota col derecha */
#nota6, #nota6b{
	width:278px;
	margin:5px 0px 0px 0px;
	border:solid 1px #0472B7;
	display:table;
}
#nota6 #foto, #nota6b #foto {
	width:100px;
	margin:3px;
	padding:2px;
}
#nota6 #foto{
	float:left;
}
#nota6b #foto{
	float:right;
}
#nota6 #titulo, #nota6b #titulo {
	padding:3px;
}
#nota6 #titulo a, #nota6b #titulo a{
	font-size:12px;
	font-weight:bold;
	color:#0472B7;
}
#nota6 #volanta, #nota6b #volanta {
	padding:2px;
}
#nota6 #volanta a, #nota6b #volanta a{
	font-size:10px;
	color:#000000;
}


/* la pavada */
#pavada{
	width:220px;
	margin-bottom:-3px;
}
#pavada #titulo{
	width:220px;
	padding:5px;
	background-color:#0472B7;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}
#pavada #rec{
	margin:5px 0px;
	width:208px;
	border:solid 1px #0472B7;
	padding:5px;
}



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

/* contenido col 3 */

/* player */
#player{
	width:280px;
	margin-top:5px;
	margin-bottom:-2px;
}

/* Columnas */
#columnas_contenedor{
	width:280px; 
	display:table;
	margin-bottom:-10px;
}
#columnas{
	width:280px;
	/*height:55px;*/
	background-color:#0472B7;
	display:table;
	margin-bottom:5px;
	/*padding:3px 0px;*/
}
#columnas_titulo{
	width:280px;
	background:#0472B7;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:5px;
}
#columnas #foto {
	width:76px;
	height:50px;
	margin:3px 3px 0px 3px;
	padding-bottom:3px;
	float:left;
}
#columnas #titulo {
	padding:3px;
}
#columnas #titulo a{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#columnas #columnista {
	padding-bottom:3px;
	font-size:12px;
	color:#000000;
}

/* notas más leídas */
#mas_leidas { 
	width:278px; 
	margin:5px 0px 5px 0px;
	border:solid 1px #0472B7;
}
#mas_leidas #titulo {
	 width:278px;
	 background-color:#0472B7;
	 padding:5px;
	 font-size:18px;
	 font-weight:bold;
	 color:#FFFFFF;
	 text-align:center;
	 text-transform:uppercase;
	 margin:0px 0px 5px 0px;
}
#mas_leidas ul{
	list-style-type:none;
	margin: 5px 0px 0px 0px;
	padding:0px 10px;
	text-transform: uppercase;
}
#mas_leidas li{
	width:270px;
	margin:10px 0px 10px 0px;
}
#mas_leidas li a{
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	color:#000000;
	text-align:center;
}
#mas_leidas li a:hover{
	color:#0472B7;
}

/* loteria */
#loteria {
	width:280px;
	height:220px;
	margin:0px auto;
	margin-bottom:-10px;
}

/* iframe del minuto a minuto */
#mam_iframe{
	margin-bottom:5px;
}
#banner{
	width:280px;
	display:table;
	margin:5px 0px;
}

