body {
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: 000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Texto {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Lucida Sans;
	text-align: center;
}

.TituloVideo {
	font-size: 14px;
	color: #000000;
	font-family: Times New Roman;
	text-align: center;
}

.TextoColumna {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Lucida Sans;
	text-align: center;
}

a:link {
	color: #1F717C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F717C;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.TituloColumna {
	font-size: 15px;
	color: #1F717C;
	font-family: Lucida Sans;
	text-align: center;
}

.TituloFondo {
	font-size: 14px;
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: Lucida Sans;
}

.Sub-Index {
	font-size: 15px;
	color: #CCCCCC;
	font-family: Lucida Sans;
}

.Borde {
	border-style:solid;
	border-width: 10px;
	border-color: #FFFFFF;
}

.iframe {
    width: 120px;
    height: 120px;
	margin-left: 50px;
    background: transparent;
    text-align: center;
    color: #fff;

}

