/* CSS Document */
body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.field {background-color: #FFFFFF;
	border: thin solid #272B2E;
}
button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #646C71;
	border: thin solid #272B2E;
}
a:link {
	color: #55ADBD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #55ADBD;
}
a:hover {
	text-decoration: none;
	color: #55ADBD;
}
a:active {
	text-decoration: none;
	color: #55ADBD;
}
.style1 {	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style10 {font-size: 16px; font-weight: bold; }
.style6 {font-size: 3px}
.Estilo2 {font-size: 9}
.Estilo3 {
	font-size: 10px;
	font-weight: bold;
}
.Estilo4 {
color: #999999;
font-weight: normal;
}
.url {
	font-size: 10px;
}
.cajaFotoVideos{
	padding-bottom: 15px;
	padding-left: 10px;
}

.tituloCajaPrograma {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.tituloCajaProgramaRoja {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.textoCentral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #CCCCCC;
	/*background-color: #E0E0E0;*/
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.cajaPrograma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #666666;
	background-color: #E0E0E0;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	/*border: 1px solid #000000;*/
	text-align: left;
	
}

.cajaVideo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;	
}
cajaVideo.enlaces{
    COLOR: #55ADBD;
    TEXT-DECORATION: none;	
	font-weight: bold;
}


a.enlaces:link{
    COLOR: #55ADBD;
    TEXT-DECORATION: none;	
}
a.enlaces:visited {	
    COLOR: #55ADBD;
	TEXT-DECORATION: none;
}
a.enlaces:hover{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}

a.enlacesOscuro:link{
    COLOR: #0000FF;
    TEXT-DECORATION: none;	
}
a.enlacesOscuro:visited {	
    COLOR: #0000FF;
	TEXT-DECORATION: none;
}
a.enlacesOscuro:hover{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}

.cajaFotoNotis{
	padding-bottom: 4px;
	padding-left: 4px;
}

.fdSombraFtIzq {
	background-image: url(../images/SbraFtIzq.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.fdSombraFtDrch {
	background-image: url(../images/SbraFtDrch.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fdSombraFtInf {
	background-image: url(../images/SbraFtInf.gif);
	background-repeat: repeat-x;
	background-position: top;
}
