﻿* {
	padding: 0px 0px 0px 0px;
}

/* Etiquetas HTML */
body {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-attachment: fixed;
	background-color: #900;
	position: relative;
	text-align:center; 	
}

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h1 {
	font-size: 20pt;
	text-align: center;
	font-family: "Impact";
}

h3 {
	font-size: 1.2em;
}

a, a:active, a:link, a:visited, a:hover {
	color: #000;
	border: 0px;
}

a:visited {
	color: #ccc;
}

.centeralign {
	color: #FFFFFF;
	border-bottom-style: none;
	border:0px;
	text-align: center;
}

img.leftalign, img.rightalign, img.centeraling {
	display: block;
	padding: 5px;
	background: #fff;
	text-decoration: none;
	border: 0px;
	margin: 5px;
	left: 50%;
}

ul {
	list-style: none;
}

/* Página completa */
#pagina {
	padding: 0px;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-y;
	background-color: white;
	margin:0px auto 0px auto;
	width: 973px;
	text-align:left;	
}

/* Header */
#header {
	background: url(../images/header.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	height: 169px;
}

#headercontent {
	height: 135px;
	text-align: right;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

#cabecera {
	height: 118px;
	float: right;
}

#clima {
	padding: 25px 0px 0px 0px;
	height: auto;
	width: auto;
	float: right;
}

/*Clima*/
#currentw {
	width: auto;
	height: auto;
	text-align: right;
	color: #515151;
	font-weight: bold;
	float: right;
}

#currentw #temp {
	font-size: 16px;
	font-style: normal; 
	padding-top: 3px;
	padding-right: 8px;
}

#currentw #fore {
	padding-right: 8px;
	font-size: 12px;
}

#currentw #fore a{
	font-size: 12px;
	color: #515151;
}

#imagen {
	margin-top: 8px;
	float: right;
	width: auto;
	background-color: white;
	border-width: 1px;
	border-style: outset;
}



#quienes_somos_header, #quienes_somos_header a{
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	text-align: justify;
	margin: 0px;
	width: auto;
}

#quienes_somos_header a:visited, #quienes_somos_header a:hover, #quienes_somos_header a:link, #quienes_somos_header a:active{
	color: #000000;
}

#info_pag {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	margin: 0px;
	width: auto;
	color: white;
	background-color: silver;
	font-weight: bold;
}

#topnav {
	height: 29px;
	width: 973px;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Contenido */
#content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Panel izquierdo */
#left,#left_not,#left_video,#left_contacto {
	text-align: center;
	width: 469px;
	float: left;
	margin-left: 0px;
	border-right-style: outset;
	border-right-width: 1px;
	border-right-color: #F7F7F7;
}

#left_not {
	width: 680px;
}

#left_video {
	width: 705px;
	padding-top: 20px;
}

#left_contacto{
	width: 935px;
	border: 0px;
	text-align: center;
}

.noticia {
	padding-top: 5px;
	margin-top: 1px;
	margin-bottom: 3px;
	border: 1px none #FFF;
	padding-right: 10px;
}

.noticia .noticiacontent {
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/bgnoticia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.noticiacontent .titulo {
	color: #900;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	right: 0px;
	text-align: left;
	background-image: url(../images/service_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.noticia .titulo a, .noticia .titulo a:visited {
	color: #900;
	text-decoration: none;
}

.noticia .titulo a:hover {
	color: #4682B4;
	text-decoration: none;
}

.noticia .tituloclasificado a {
	color: #900;
	text-decoration: none;
}

.noticiacontent .fechayhora {
	text-align: right;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #B22222
}

.noticiacontent .copete {
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: capitalize;
}

.noticiacontent p {
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 0.5cm;
}




#clasificados {
	text-align: left;		
}

.titulo_clasificado{
	text-transform: uppercase;
	margin-left: 20px;
}

#clasificados h3 {
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;	
	font-weight: bolder;
	background: url("../images/titulo_clas_d.gif") left no-repeat;
}

#clasificados .accordion {
	padding-left: 20px;
	margin-bottom: 10px;
}


#clasificados h3 a{
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

#clasificados img{
	margin: 0px;
	padding: 0px;
}

#titulo_clasificado{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: large;
	color: #900;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	right: 0px;
	text-align: right;
	text-transform: lowercase;
	text-shadow: green;
}







.objeto_sonido {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*Panel izquierdo videos*/
.tabla_videos{
	left: 50%;
	padding: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.tabla_videos a,.tabla_videos a:link,.tabla_videos a:hover,.tabla_videos a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.tabla_videos a:visited{
	color: #000;
}

.videos_descr{
	color: #000;
	text-decoration: none;
	font-weight: bold;	
	padding: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-top: 15px;
}

/*Tabla fotoreportajes*/
.tabla_fotoreportajes{
	padding: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.tabla_fotoreportajes a,.tabla_fotoreportajes a:link,.tabla_fotoreportajes a:hover,.tabla_fotoreportajes a:visited {
	color: #000;
	text-decoration: none;
}

.tabla_fotoreportajes a:visited{
	color: #ccc;
}

/*Panel contacto*/
#left_contacto #quienes_somos {
	text-align:center;
	width:935px;
}

.tabla_quienes_somos {
	padding: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align:justify;
	width: auto;
}

#contacto {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Panel medio */
#panelmedio {
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #CCCCCC;
	margin-right: 3px;
	text-align: center;
}

#panelmedio a {
	margin: 0px;
	background: #FFFFFF;
}

#portada {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #CCC;
	width: 500px;
	text-align: center;
}

.publicidad {
	padding: 1px 0px 1px 0px;
	text-align: center;
	float: none;
	margin-left: 0px;
}

#ultimasN {
	padding-bottom: 3px;
	padding-top: 1px;
}

/*Panel Medio videos*/
#panelmedio_videos {
	float: right;
	width: 220px;
	margin-right: 3px;
	text-align: center;
}

#panelmedio_videos a {
	margin: 0px;
	background: #FFFFFF;
}

/* Panel derecho */
#sidebar {
	float: right;
	width: 230px;
	text-align: center;
	margin-left: 3px;
}

#sidebar ul {
	display: block;
	padding: 5px 5px 5px 8px;
}

#sidebar ul li {
	display: block;
	padding: 3px;
}

#sidebar li a {
	padding: 0 10px 0 25px;
}

#sidebar li a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar .cat-item {
	height: 26px;
	padding: 0;
	text-align: right;
	border-bottom: solid 1px #ccc;	
}

#sidebar .cat-item a {
	display: block;
	font-stretch: wider;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	height: 20px;
	padding: 5px 10px 0 0px;
	color: #7C7B7B;
}

#sidebar .cat-item a:hover {
	background: url(../images/sidemenuhover.jpg) no-repeat;
	background-color: #E7E7E7;
	color: #fff;
	text-decoration: none;
}

#titulo_videos {
	text-align: center;
}


#titulo_facebook a img, #titulo_facebook a:visited img, #titulo_facebook a:hover img, #titulo_facebook a:link img, #titulo_facebook a:active img{
	border-style: none;	
}


/* Footer */
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 44px;
	padding: 10px;
	margin: auto;
	text-align: center;
	background-position: center bottom;
}

#footer .credit {
	padding: 5px;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}