body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#contenedor {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 1000px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* MENÚ SUPERIOR*/
#nav_superior {
	font-family: Arial, Helvetica, sans-serif;
}
#nav_superior ul {
	margin: 0px;
	height: 20px;
	width: 670px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_superior li {
	font-size: 11px;
	text-align: left;
	display: inline;
	margin: 0px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#nav_superior li a:link, #nav_superior li a:visited{
	text-align: left;
	display: inline;
	color: #FFF;
	text-decoration: none;
}
#nav_superior li a:hover{
	text-decoration: underline;
}
.nav_superior_comerciales {
	background-color: #363A34;
}
.nav_superior_diarios {
	background-color: #4D3F3E;
}

/* FIN MENÚ SUPERIOR*/
#box_comercial_up {
	background-color: #000000;
	padding: 0px;
	float: right;
	height: 156px;
	width: 300px;
	background-image: url(../img/linea_box_vertical.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box_comercial_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 18px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#box_comercial_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 85px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/linea_box_horizontal.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	float: left;
}
#box_comercial_links ul {
	margin: 0px;
	padding: 0px;
	float: left;
	/*width: 165px;*/
	width: 95px;
}
#box_comercial_links li {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	display: list-item;
	/*width: 145px;*/
	width: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(../img/bullet_naranja.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#box_comercial_links li a:link, #box_comercial_links li a:visited{
	color: #FFF;
	text-decoration: none;
}
#box_comercial_links li a:hover{
	text-decoration: underline;
}


#box_comercial_public120x80 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 80px;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#box_comercial_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	float: left;
	height: 15px;
}
#box_comercial_login a:link, #box_comercial_login a:visited{
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#box_comercial_login a:hover {
	text-decoration: underline;
}

#nav_principal {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav_principal ul {
	margin: 0px;
	height: 20px;
	width: 1000px;
	float: left;
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_principal li {
	font-size: 15px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
#nav_principal li a:link, #nav_principal li a:visited{
	text-align: left;
	display: inline;
}
#nav_principal li a:hover{
}
.current {
	background-color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6a1502;
}

.currentdeselect {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF4000;
	color:#fff;
}

.currentdeselect a:link{
	color: #FFF;
	text-decoration: none;
}
.currentdeselect a:visited{
	color: #FFF;
	text-decoration: none;
}
.currentdeselect a:hover{
	color: #FFF;
	text-decoration: underline;
}

.current a:link{
	color: #FFF;
	text-decoration: none;
}
.current a:visited{
	color: #FFF;
	text-decoration: none;
}
.current a:hover{
	color: #FFF;
	text-decoration: underline;
}

.current_right a:link{
	color: #FFF;
	text-decoration: none;
}
.current_right a:visited{
	color: #FFF;
	text-decoration: none;
}
.current_right a:hover{
	color: #FFF;
	text-decoration: underline;
}

	
.pilot-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF4000;
}
.pilot-left a:link {
	color: #FFF;
	text-decoration: none;
}
.pilot-left a:visited {
	color: #FFF;
	text-decoration: none;
}
.pilot-left a:hover {
	color: #FFF;
	text-decoration: underline;
}

.pilot-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF4000;
}
.pilot-right a:link{
	color: #FFF;
	text-decoration: none;
}
.pilot-right a:visited{
	color: #FFF;
	text-decoration: none;
}
.pilot-right a:hover{
	color: #FFF;
	text-decoration: underline;
}

.pilot-left-otros {

}
.pilot-left-otros a:link {
	color: #FFF;
	text-decoration: none;
}
.pilot-left-otros a:visited {
	color: #FFF;
	text-decoration: none;
}
.pilot-left-otros a:hover {
	color: #FFF;
	text-decoration: underline;
}
.pilot-left-otro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF4000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

	nav_principal_r {
	margin: 0px;
	padding: 0px;
	float: right;
}

#buscador_home {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	text-align: left;
	padding: 0px;
	float: left;
	height: 45px;
	width: 669px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#buscador_home_selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 0px;
	float: left;
	height: 30px;
	width: 260px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#buscador_home_selector input {
	margin-right: 5px;
	margin-left: 10px;
}

#flash_calendar {
	background-color: #333;
	text-align: left;
	padding: 0px;
	float: left;
	height: 275px;
	width: 669px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flash_calendar img {
	text-align: left;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#calendar {
	text-align: left;
	padding: 0px;
	float: left;
	height: 56px;
	width: 669px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-color: #8F1A00;
	border-bottom-width: 5px;
	border-bottom-color: #8F1A00;
	background-color: #2B0500;
}

#col_right_300px {
	text-align: left;
	padding: 0px;
	float: right;
	width: 300px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col_right_300px_publicidad1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 300px;
}
#col_right_300px_publicidad1 img {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor_middle_669px {
	text-align: left;
	padding: 0px;
	float: left;
	width: 669px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenedor_middle_669px_calendar {
	text-align: left;
	padding: 0px;
	float: left;
	width: 669px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenedor_bottom_519px {
	text-align: left;
	padding: 0px;
	float: right;
	width: 519px;
	background-color: #202020;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	margin: 0px;
	height: 158px;

}
#contenedor_bottom_519px  img {
	text-align: left;
	padding: 0px;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenedor_left_120px {
	text-align: left;
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* height:100%;*/
}
#publicidad_left_120px  {
	text-align: left;
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#publicidad_left_120px img {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	width: 1000px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer  ul {
	height: 20px;
	width: 1000px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #282828;
}
#footer  li {
	font-size: 11px;
	text-align: center;
	display: inline;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer  li  a:link, #footer  li  a:visited{
	text-align: left;
	display: inline;
	color: #FFF;
	text-decoration: none;
}
#footer  li  a:hover{
	text-decoration: underline;
}
#footer_terminos {
	width: 1000px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	float: left;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer_terminos a:link {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}
#footer_terminos  a:visited {
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#footer_terminos   a:hover {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}
.col_left_120px  {
	text-align: left;
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.col_left_120px img  {
	padding: 0px;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col_left_120px ul  {
	padding: 0px;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #202020;
}
.col_left_120px  li  {
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	background-image: url(../img/line_under_celeste.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	width: 100px;
}
.col_left_120px li a:link {
	list-style-type: none;
	color: #FFF;
	text-decoration: none;
}
.col_left_120px li a:visited {
	list-style-type: none;
	color: #FFF;
	text-decoration: none;
}
.col_left_120px li a:hover {
	list-style-type: none;
	text-decoration: underline;
}
 



.col_left_120px_HREF {
	
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	/*padding-left: 10px;
	text-align: left;*/
	/*background-image: url(../img/line_under_celeste.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
	width: 100px;*/
	text-decoration: none;
}

.col_left_120px_HREF a:link ,a:visited {
	list-style-type: none;
	color: #ffcc00;
	text-decoration: none;
}

.col_left_120px_HREF a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #ffcc00;
}


.calendar_flecha {
	padding: 0px;
	float: left;
	height: 42px;
	width: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.calendar_flecha img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendar_mes {
	float: left;
	height: 32px;
	width: 150px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.calendar_dia {
	float: left;
	height: 32px;
	width: 66px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #303030;
	color: #858585;
	font-size: 18px;
}
.calendar_dia a:link, a:visited{
	text-decoration: none;
	color: #FFF;
}
.calendar_dia  a:hover {
	color: #FF9900;
}
.calendar_dia_activo {
	float: left;
	height: 32px;
	width: 68px;
	margin-top: 8px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF4000;
	color: #FFF;
}
.calendar_dia_activo a:link, a:visited{
	text-decoration: none;
	color: #FFF;
}
.calendar_dia_activo  a:hover {
	color: #FFF;
	text-decoration: none;
}
.dia_txt {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
}
.calendar_flecha_sig {
	padding: 0px;
	float: right;
	height: 42px;
	width: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.calendar_flecha_sig  img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col_center  {
	text-align: left;
	float: left;
	width: 519px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.col_etiqueta  {
	text-align: left;
	float: left;
	width: 519px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.col_center img  {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.col_center_txt  {
	text-align: left;
	float: right;
	width: 259px;
	margin: 0px;
	padding: 0px;
	/*border:1px solid #ff0000;*/
}

.col_center_txt h1  {
	text-align: left;
	font-size: 21px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	width: 259px;
}
.col_center_txt h1 a:link {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt h1 a:visited  {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt h1  a:hover  {
	color: #FF4000;
	text-decoration: underline;
}
.col_center_txt p  {
	text-align: left;
	width: 259px;
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.col_center_txt p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt p a:hover {
	text-decoration: none;
	color: #FF4000;
}

.fotocoment {
	margin:30px 30px 30px 30px;
	padding-right:15px;

}


.col_bottom  {
	text-align: left;
	float: left;
	width: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.col_bottom h1  {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	float: right;
	width: 105px;
}
.col_bottom h1 a:link, a:visited  {
	color: #FFF;
	text-decoration: none;
}
.col_bottom h1  a:hover  {
	color: #FF4000;
	text-decoration: underline;
}
.col_bottom p  {
	text-align: left;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	width: 105px;
}
.col_bottom p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_bottom p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_bottom p a:hover {
	text-decoration: none;
	color: #FF4000;
}
.col_bottom_photo  {
	text-align: left;
	float: left;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.col_bottom_photo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}



.col_bottom2  {
	text-align: left;
	float: right;
	width: 259px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.col_bottom2 h1  {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	float: right;
	width: 135px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col_bottom2 h1 a:link, a:visited  {
	color: #FFF;
	text-decoration: none;
}
.col_bottom2 h1  a:hover  {
	color: #FF4000;
	text-decoration: underline;
}
.col_bottom2 p  {
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	width: 135px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col_bottom2 p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_bottom2 p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_bottom2 p a:hover {
	text-decoration: none;
	color: #FF4000;
}
.col_bottom_photo2  {
	text-align: left;
	float: left;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.col_bottom_photo2  img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.col_right_destacado300px {
	background-color: #1E1E1E;
	text-align: left;
	padding-bottom: 5px;
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
}
.col_right_destacado300px img {
	text-align: left;
	padding: 0px;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col_right_destacado300px h2 {
	text-align: left;
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
.col_right_destacado300px  h2 a:link {
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
.col_right_destacado300px   h2  a:visited {
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
.col_right_destacado300px    h2   a:hover {
	text-align: left;
	color: #FF4000;
	text-decoration: underline;
}
/* CAJA EMOLTV */
.col_right_destacado_emoltv300px {
	background-color: #1E1E1E;
	text-align: left;
	padding-bottom: 10px;
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 230px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
}
.col_right_destacado_emoltv300px img {
	text-align: left;
	padding: 0px;
	float: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col_right_destacado_emoltv300px h2 {
	text-align: left;
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
.col_right_destacado_emoltv300px  h2 a:link {
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
.col_right_destacado_emoltv300px h2  a:visited {
	text-align: left;
	color: #FFF;
	text-decoration: none;
}
.col_right_destacado_emoltv300px h2 a:hover {
	text-align: left;
	color: #FF4000;
	text-decoration: underline;
}

/* FIN CAJA EMOLTV */

.col_right_imgizq_150px {
	text-align: left;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 150px;
}
.col_right_150px {
	text-align: left;
	float: right;
	width: 115px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col_right_150px h2 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 17px;
	line-height: 21px;
	padding: 0px;
	width: 115px;
	color: #FFF;
	font-weight: bold;
}
.col_right_150px h2 a:link {
	color: #FFF;
	text-decoration: none;
}
.col_right_150px h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.col_right_150px h2 a:hover {
	text-decoration: underline;
	color: #FF4000;
}
.col_right_150px  p {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	width: 115px;
}
.col_right_150px p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_right_150px p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_right_150px     p    a:hover  {
	text-decoration: underline;
	color: #FFDE00;
}


/*
#content_center521{
	width:519px;
	float:left;

	
}
*/

#ContenedorCENTRAL{
	float: left;
	width: 519px;	
}

#ContenedorRegistro{
position: absolute;
width: 100%;
height: 3000px;
left: 0;
top: 0;
padding: 0px;
padding-top: 0;
background-color: #000;
border: 0px solid white;
z-index: 0;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
display: none;
}

#ContenedorRegistro2{ 
position: absolute;
background-color: #000 ;
width: 500px;
top: 200px;
left:400px;
height:200px;
z-index: 5;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
opacity: 1;*/
border:2px solid #fff;
color:#fff;
}
#ContenedorRegistroCenter{
border: 0px solid white;
background-color: white;
}


/*  Estilos de form de comentario  */

#form_boton_enviar{
	border:0px;
	padding:0px;
	margin:0px;
	width:75px;
	height:24px;
	background-image:url(/img/boton_enviar.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	cursor: hand;
}

.campo_texto {
	margin:0px;
	padding:0px;	
	width:95%;
	height:130px;
	background-color:#FFFFFF;
	color: #000000;
	padding: 3px 6px 2px 6px;
}
/*  Fin Estilo de form de comentario  */


/* REGISTR$O*/


#top_FORM {
	float: left;
	height: 72px;
	width: 498px;
	background-attachment: fixed;
	background-image: url(/img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#inf_FORM {
	float: left;
	height: 6px;
	width: 498px;
	background-image: url(/img/inf.jpg);
	background-position: left top;
	margin-top: 10px;
}


#contenedorFORM {
	float: left;
	height: auto;
	width: 498px;
	margin: 0px;
	padding: 0px;
}
#box_FORM {
	float: left;
	height: auto;
	width: 498px;
	margin: 0px;
	padding: 0px;
}

.imgcertifi
{
	display:block;
}

/* COLUMNISTA SIN FOTO */
.col_center_txt_sin_foto  {
	text-align: left;
	float: right;
	width: 519px;
	margin: 0px;
	padding: 0px;
}
.col_center_txt_sin_foto h1  {
	text-align: left;
	font-size: 21px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
}
.col_center_txt_sin_foto h1 a:link {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt_sin_foto h1 a:visited  {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt_sin_foto h1  a:hover  {
	color: #FF4000;
	text-decoration: underline;
}
.col_center_txt_sin_foto p {
	text-align: left;
	width: 519px;
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.col_center_txt_sin_foto p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt_sin_foto p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt_sin_foto p a:hover {
	text-decoration: none;
	color: #FF4000;
}
/* FIN COLUMNISTA SIN FOTO */

/* COLUMNISTA CON FOTO */

.col_cent_img_autor
{
		float: left;
		width: 140px;
		
}


.col_center_txt_con_foto  {
	text-align: left;
	float: right;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
.col_center_txt_con_foto h1  {
	text-align: left;
	font-size: 21px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
}
.col_center_txt_con_foto h1 a:link {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt_con_foto h1 a:visited  {
	color: #FFF;
	text-decoration: none;
}
.col_center_txt_con_foto h1  a:hover  {
	color: #FF4000;
	text-decoration: underline;
}
.col_center_txt_con_foto p {
	text-align: left;
	width: 350px;
	padding: 0px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.col_center_txt_con_foto p a:link {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt_con_foto p a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.col_center_txt_con_foto p a:hover {
	text-decoration: none;
	color: #FF4000;
}
/* FIN COLUMNISTA CON FOTO */



#info-tv1 {
	position:absolute;	
	width:280px;
	height:242px;
	z-index:1;
	visibility: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/globo-info.gif');
	background-repeat: no-repeat;
	background-position: right top;
	
}
.info_despliegue-tv {
	float: right;
	width: 230px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	
}
.info_despliegue-tv p {
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
}

.info_Grilla-tv {
	float: right;
	width: 230px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	
}

.info_Grilla-tv p {
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
}

.cajaRealmedia300x125
{

	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}




