@charset "UTF-8";

/* Imágenes PNG -----------------------------------------------------------------------------------------------------------*/
img, div { behavior: url(iepngfix.htc) }


/*-------------------------------------------------------------------------------------------------------------------------*/

*{
	outline: none;
}

body
{
	margin:			0;
	background: 	#000;
}

a
{
	font-size:12px;
	color: #ccc;
	text-decoration:underline;
	font-weight: normal;
}

a:hover
{
	font-size:12px;
	color: #999;
	text-decoration:underline;
	font-weight:normal;
}



/* GENERAL ----------------------------------------------------------------------------------------------------------------*/

.patrocinadores
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #181818;
	border-bottom-color: #181818;
	border-left-color: #000;
}

.patrocinadores1
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #181818;
	border-left-color: #000;
}



/* FONTS ------------------------------------------------------------------------------------------------------------------*/

.negro {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.gris {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}


/* FORMS ------------------------------------------------------------------------------------------------------------------*/

.espacios
{
	margin: 0px;
	padding: 0px;
}

.textinput
{
	background-color:#181818;
	font-family:Arial;
	font-size:11px;
	color:#C00;
	border:0;
	height:20;
	width:100%;
	padding-top:3;
	padding-left:3;
}

.textArea
{
	background-color:#181818;
	font-family:Arial;
	font-size:11px;
	color:#C00;
	border:0;
	width:100%;
	padding-top:3;
	padding-left:3;
}

.button
{
	background-color:#181818;
	font-family:Arial;
	font-size:11px;
	color:#C00;
	border:0;
	padding:3;
}

.blanco
{
	font-family: Arial;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

	.blanco a:hover
	{
		font-family: Arial;
		font-size: 11px;
		color: #fff;
		text-decoration: none;
	}
	
	
.blanco12
{
	font-family: Arial;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	font-weight:normal;
	line-height:1.5;
	letter-spacing:-0.10;
}

	.blanco12 a:hover
	{
		font-family: Arial;
		font-size: 12px;
		color: #CCC;
		text-decoration: none;
		font-weight:normal;
		line-height:1.5;
		letter-spacing:-0.10;
	}
.gris12 {
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}