/***
Elements
***/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body{
	margin:-1px;
	background-image:url(../images/fondo_body.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size:12px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}

form{ margin:0; }
img{border:0;}
hr{
	margin-top:54px;
	border:2px solid #333333;
	height:4px;
	width:720px;
}

input,select,textarea{
	height:16px;
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	font-size:12px;
}

/***
By Ids
***/
#tbl_contenido{
	border:7px solid #333333;
	height:200px;
}

/*
#separador{
	height:3px;
	line-height:3px;
	font-size:3px;
	background-image:url(../images/linea_horizontal.gif);
	background-repeat:repeat-x;
	 
}
*/
#separador{
	height:3px;
	line-height:3px;
	font-size:3px;
	background-image:url(../images/linea_horizontal_separador.jpg);
	background-repeat: no-repeat;
	background-position:left;
	 
}
#separador8{
	height:8px;
	line-height:1px;
	font-size:1px;
 
}

#separador10{
	height:10px;
	line-height:1px;
	font-size:1px;
 
}

#separador12{
	height:12px;
	line-height:1px;
	font-size:1px;
}

#headerWelcome{
	position:relative;
	top:-22px;
	text-align:right;
	left:-45px
}
#headerEspaciado{
	padding-top:60px;
	padding-left:25px;
}
/***
Class
**/
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.subtitulo{
	font-family:Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size:14px;
}
.textoBlanco{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff!important;
	font-size:12px;
}

.bbCodeSubTitulo{
	color:#acacac;
}

.bbCodeNota{
	color:#d7d7d7;
}
