/* CSS Document */
html {
overflow: auto;
}

.BordeInferiorNaranja{
	border-bottom: solid 2px;
	border-bottom-color: #F4AD21;
	padding-bottom: 10px;
	padding-top: 10px;
}

.BordePatrocinadores{
	border: solid 3px;
	border-color: #FFCC00;
	background-color: #FFFFFF;
}

Body{
	margin:0px 0px 0px 0px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	overflow : hidden; 
}

.TextoNormalBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:justify;
	text-decoration:none;
}

a.TextoNormalBig:link, TextoNormalBig:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

a.TextoNormalBig:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	text-decoration: underline;
	font-weight:bold;
}

.TextoNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	text-decoration:none;
}

a.TextoNormal:link, TextoNormal:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	text-decoration:none;
	font-weight:bold;
}

a.TextoNormal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	text-decoration: underline;
	font-weight:bold;
}

.TablaFooter{
	background-color:#303030;
	border-top: 1px solid;
	border-color:#464646;
	height:27px;
}

.TextoFooter{
	color:#C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TextoBold{
	color:#C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#flash
{
	position: absolute;
}

.TextoProgramacion{
	color: #FFCE00;
}

.BordeAmarillo{
	border: solid 1px;
	border-color: #FFCE00;
}

.textoArchivoDePrensa
{
	color: #76C4FF;
}

.textoCorporacionSalamadra{
	color: #FF00B1;
}

.textocontacto{
	color: #FF004F;
	font-weight: bold;
}

a.TextoProgramacion:link, a.TextoProgramacion:visited {
	color: #FFCE00;
	text-decoration: underline;
}

a.TextoProgramacion:hover{
	color: #FFCE00;
	text-decoration: none;
}

a.textocontacto:link, a.textocontacto:visited{
	color: #FF004F;
	font-weight: bold;
	text-decoration:none;
}

a.textocontacto:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.TextoPrensa{
	color: #00FF91;
	font-weight: bold;
}

a.TextoPrensa:link, a.TextoPrensa:visited{
	color: #00FF91;
	font-weight: bold;
	text-decoration:underline;
}

a.TextoPrensa:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.lineacontacto{
	border-bottom: 1px solid;
	border-bottom-color:#FF004F;
}

ul {
  float            : left;
  margin           : 2px;
  padding-left     : 0px;
  list-style       : none;
}
li {
  
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
  background-image : url(../images/Bullet.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.camposinput{
	background-color:#2C2C2C;
	border-color:#A6A6A6;
	border: solid 1px;
}

textarea{
	background-color:#2C2C2C;
	border-color:#A6A6A6;
	border: solid 1px;
}

.boton{
	background-color:none;
	border-color:none;
	border: none;
}