﻿@charset "utf-8";

* { margin: 0;	padding: 0; }

/*** ESTRUCTURA DE LA PAGINA ***/ 
body { padding:0; font-family:arial,clean,sans-serif; background:url(../img/fondo.jpg) top repeat-x; background-color:#000; text-align:center; }
#pagina{ margin:0 auto; width:1000px; font-size:100%; text-align:left; }


/*** Algunas clases útiles: ***/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear:both;margin:0;padding:0; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }
.alinear-derecha { text-align:right; }


/** Tv linea superior **/
#tv_superior { width:1000px; height:129px; background:url(../img/tv_superior.jpg) no-repeat; }


/** Tv columna 1 **/
#tv_col1 { float:left; width:793px; }
#tv_01 { float:left; width:793px; height:37px; background:url(../img/tv_01.jpg) no-repeat; }
#tv_02 { float:left; width:69px; height:517px; background:url(../img/tv_02.jpg) no-repeat; }
#tv_03_on { float:left; width:661px; height:517px; background:url(../img/tv_03_on.jpg) no-repeat; }
#tv_03_off { float:left; width:661px; height:517px; background:url(../img/tv_03_off.jpg) no-repeat; }
#tv_04 { float:left; width:63px; height:517px; background:url(../img/tv_04.jpg) no-repeat; }
#tv_05 { float:left; width:239px; height:210px; }
#tv_06 { float:left; width:554px; height:210px; background:url(../img/tv_06.jpg) no-repeat; }


/** Tv columna 2 **/
#tv_col2 { float:left; width:206px; }
#tv_menu { height:764px; }


/** IFRAME **/
iframe#contenedor { width:661px; height:517px; border:none; }

