body 
{
   	background-color: #FFFFFF;
	overflow-x: hidden;
	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: 9pt;
	font-family: Arial, Verdana;
	color: #000000;
}

.fondo_cara
{
	background-image:url('../imagenes/global_fondo.jpg');
	background-attachment: fixed;
}

.titulo1
{
	font-size: 14pt;
	color: #777777;
}

.titulo2
{
	font-size: 12pt;
	color: #555555;
}

.remarcado
{
	color:#B50000;
}

p
{
	font-size: 8pt;
	text-align:justify;            
}

.texto_pequeno
{
	font-size: 8pt;
	font-weight:bold;
}
.color_gris
{
	background-color: #CCCCCC;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
	border: 0px;
	border-spacing:0px;
	font-size: 9pt;
}

td
{
	border-spacing:0px;
	font-size: 9pt;
}

tr
{
	border-spacing: 0px;
}

a
{
	text-decoration:none;
	font-weight:bold;
	color: #666666;
}

a:hover
{
	color: #000000;
}

a.blanco_negro
{
	color: #000000;
}

a.blanco_negro:hover
{
	color: #AA0000;
}

input 
{ 
	height: 14px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #FFFFFF; 
	background-color: #888888; 
	border: 0px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


option 
{ 
	height: 14px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #FFFFFF; 
	background-color: #888888; 
	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: #FFFFFF;
	background-color: #888888;	
	border: 0px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}

.boton 
{ 
	height: 20px;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 10px; 
	color: #FFFFFF; 
	background-color: #999999; 
	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;
}