/* CSS Document */
body { margin:0px;
/* background:url(/img/body-gradient.png) repeat-x; */
	background-color: #fff;

}

 
.menutitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: none;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	text-align:center;
}

.menutit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	/* background:url(/img/bg_bt_v4.gif) */

}

.menutit1 a{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing: none;
	font-weight: normal;
	color: #593333;
	text-decoration:none;

}
	
.menutit1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing: none;
	font-weight: normal;
	color: #593333;
	text-decoration:none;

}

.menutit1on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing: none;
	font-weight: normal;
	color: #000000;
	background-color:#E6E6E6;
}

.menutit1on a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing: none;
	font-weight: normal;
	color: #000000;
	background-color:#E6E6E6;
	text-decoration:none
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
        letter-spacing: none;
	font-weight: normal;
	/* background:url(/img/bg_bt_v4.gif) */
	
	}
	
.menuitem a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #593333;
        letter-spacing: none;
	font-weight: normal;
	text-decoration:none
}

.menuitemon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        letter-spacing: none;
	font-weight: normal;
	background-color: #E6E6E6;
}

.menuitemon a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        letter-spacing: none;
	font-weight: normal;
	background-color:#E6E6E6;
	text-decoration:none
}


.menusup {width:998px; border:1px #CCCCCC; border-bottom-style:solid; margin-left:auto; margin-right:auto; text-align:right; padding:5px 0px 5px 0px; margin-bottom:5px; margin-top:5px}

.titulador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #f5f5f5;
	padding:3px 0px 3px 5px;
	margin-bottom:10px;
	text-align:left
	-moz-border-radius:2px;
    -webkit-border-radius: 2px;
	border-radius: 2px
}

.tituladorVIVO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
    font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D14130;
	padding:2px 0px 2px 5px; 
	margin-bottom:5px;
	text-align:left
	   -moz-border-radius:2px;
   -webkit-border-radius: 2px;
	border-radius: 2px
}
/* HEADER */
#header {width:968px; border:1px #CCCCCC; margin-left:auto; margin-right:auto; border-bottom-style:none; padding:10px 0px 5px 0px}
.fecha1{font-family: Arial,Verdana,sans-serif;font-size:16px;color:#B6B6B6;text-transform:uppercase; font-weight:bold}
.fecha2{font-family: Arial,Verdana,sans-serif;font-size:14px;color:#666666; font-weight:bold}
.fecha3{font-family: Arial,Verdana,sans-serif;font-size:14px;color:#FF0000;text-transform:uppercase; font-weight:bold}


#AdTop {width:968px; background:#ffffff; border:1px #CCCCCC solid; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px;-moz-border-radius:4px; -webkit-border-radius: 4px; text-align:center}

/* Campo Buscar */

input.buscarInput {
	background:#FFF; border:1px #e5e5e5 solid; height:22px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
}



/* Boton Buscar */

input.buscarButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c8ffa), color-stop(1, #387deb) );
	background:-moz-linear-gradient( center top, #4c8ffa 5%, #387deb 100% );
	background:url(/img/lupa.png) no-repeat top;
	width:80px;
	height:29px;
	padding:5px 9px 4px 4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8ffa', endColorstr='#387deb');
	background-color:#4c8ffa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}input.buscarButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #387deb), color-stop(1, #4c8ffa) );
	background:-moz-linear-gradient( center top, #387deb 5%, #4c8ffa 100% );
	background:url(/img/lupa.png) no-repeat top;
	width:80px;
	height:29px;
	padding:5px 9px 4px 4px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#387deb', endColorstr='#4c8ffa');
	background-color:#387deb;
}input.buscarButton:active {
	position:relative;
	top:1px;
}


/* Boton Incluir Radio */

.radioincButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed0000), color-stop(1, #d60404) );
	background:-moz-linear-gradient( center top, #ed0000 5%, #d60404 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed0000', endColorstr='#d60404');
	background-color:#ed0000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:7px 9px;
	text-decoration:none;
}.radioincButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d60404), color-stop(1, #ed0000) );
	background:-moz-linear-gradient( center top, #d60404 5%, #ed0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60404', endColorstr='#ed0000');
	background-color:#d60404;
}.radioincButton:active {
	position:relative;
	top:1px;
}

/* PIE FOOTER */
.piefoot {width:100%; margin-left:auto; margin-right:auto; background-color:#f5f5f5; border:1px #CCCCCC; border-top-style:solid; text-align:right; padding:5px 0px 20px 0px; margin-bottom:5px; margin-top:5px}

.pietext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	
	}
	
.pietext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration:none
}

#TableMain {
	width:998px;
	margin-right:auto;
	margin-left:auto;}

#tdUNO {
	width:15px;
	text-align:left;
	vertical-align:top}

#tdDOS {
	width:170px;
	text-align:left;
	vertical-align:top}
	
#tdTRES {
	width:10px;
	text-align:left;
	vertical-align:top;
	background:url(/img/v_dot.gif)}
	
#tdCUATRO {
	width:478px;
	text-align:left;
	vertical-align:top}
	
#tdCINCO {
	width:10px;
	text-align:left;
	vertical-align:top;
	background:url(/img/v_dot.gif)}
	
#tdSEIS {
	width:300px;
	text-align:left;
	vertical-align:top}
	
#tdSIETE {
	width:15px;
	text-align:left;
	vertical-align:top}
	
	
/* Content Layer*/
	
#wrapper {
	border:0;
	width: 968px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
	background:#FFFFFF
}

#side-a {
	float: left;
	width: 170px;}

#side-b {
	float: right;
	width: 300px;

}

#content { 
	float: left;
	width: 478px;


}
	
	