body 
{
   	background-color: #000000;
	overflow-x: hidden;
	height: 100%;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border: 0px;
	background-attachment:fixed;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	font-family: Arial, Verdana;
	color: #ffffff;
}

html {
	height: 100%;
}



.fondo
{
	color: #000000;	
	background-image:url('../imagenes/fondo.jpg');
	background-attachment: fixed;
}

.fondo2
{
	background-image:url('../imagenes/fondo2.jpg');
	background-attachment: fixed;
}

.fondo_negro
{
   	background-color: #000000;
}

.titulo1
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14pt;
	color: #EE6600;
}

.titulo2
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 11pt;
	color: #EE6600;
}

.titulo3
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 9pt;
	color: #EE6600;
}

.texto_dorado
{
	color: #ffaa00;	
}

p
{
	font-size: 9pt;          
}


hr
{
	background-color: #EE6600;
	height: 1px;
	border: 0px;
}

.rojo
{
	color: #990000;
}

.dorado
{
	color: #EE6600;	
}

.amarillo
{
	color: #FFAA00;	
}

.azul
{
	color: #000088;	
}

.negro
{
	color: #000000;	
}
.texto_grande
{
	color:#834236;
	font-family: Times;
	font-size: 12pt;
	font-weight:bold;
}

img
{
	border: 0px;
}

table, td, tr
{
	border-collapse: collapse;
	border: 0px;
	border-spacing:0px;
	padding:0px;	
	font-size: 8pt;
}

a
{
	text-decoration:none;
	font-weight:none;
	color: #FFAA00;
}

a:hover
{
	color: #AA0000;
}

a.rojo
{
	color: #AA0000;
}

a.rojo:hover
{
	color: #FFAA00;
}

input 
{ 
	height: 16px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #000; 
	background-color: #ffe5b2; 
	border: 1px solid #AAA;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.noticia_titular
{
	height: 20px;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 11pt;
	color: #FFAA00;
	background-color: #FFFFFF; 
}

.noticia
{
	border: 1px solid #EFEFEF;
	color: #000000;
	background-color: #FFFFFF; 
}

option 
{ 
	height: 14px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #000000; 
	background-color: #ffe5b2; 
	border: 0px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


.campo_obligatorio
{
	color: #FFFFFF; 
	background-color: #B50000;
}


textarea
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #000;
	background-color: #ffe5b2;	
	border: 0px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}

.boton 
{ 
	height: 18px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #000; 
	background-color: #ffe5b2; 
	border: #ffffff 1px solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 60px;
    height: 40px;
	position: relative;
    background: url('../imagenes/foto_sinmodificar.png') 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    width: auto;
    height: 100%;
    opacity: 0;
	position: relative;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#caja{
	width:350px;
	height:90px;
}
#barra
{
	width:260px;
	height:20px;
	border:1px solid #B50000;
	margin-top:10px;

}
#por
{
   width:0%;
   height:20px;
   float:left;
   background-image:url(img/bar.png);
   text-align:right;
}