/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	background-color: #3A3A3A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Links */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}


/*  Pata del sitio */

.Pata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.Pata a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Pata a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Pata a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.Pata a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.Copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/* Estilo para títulos */

/* Estilo para el título de 18 puntos */
.Titulo18puntos {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
}
.Titulo18puntos a:link{
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
.Titulo18puntos a:visited{
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}
.Titulo18puntos a:hover{
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: underline;
}
.Titulo18puntos a:active{
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}



/* Estilo para las líneas divisorias verticales y horizontales */

.DivVertical {
	background-image: url(../g/Div.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
.DivHorizontal {
	background-image: url(../g/Div.gif);
	background-repeat: repeat-x;
	background-position: left center;
	}
	
	.FondoVideos {
	background-attachment: fixed;
	background-image: url(../img/FondoVideos.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
	.FondoVideos1 {
	background-attachment: fixed;
	background-image: url(../img/FondoVideos1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

