.texto, .textocuerpo{
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
}
.textocuerpo{
	text-indent: 50px;
}
.titulo{
	text-align: center;
	color: #383838;
	font-family: Verdana;
	font-size: 24px;
}
.opciones{
	color: #DFDFDF;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.titulobase{
	text-align: center;
	color: #383838;
	font-family: Verdana;
	font-size: 16px;
}
body{
	/*background-color: #303030;*/
	/*background-color: #4D4D4D;*/
	background-image: url('images\back.gif');
	background-color: #E8E8E8;
	margin-top: 0px;
}
.stats{
	background-color: #696969;
	margin-top: 0px;
}
.statstable{
	background-color: #313131;
	width: 100%;
}

.statscell, .statscelldark{
	color: #FFFFFF;
	background-color: #727272;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
}
.statscelldark{
	background-color: #575757;
}
.noticiatit{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
hr{
	height: 1px;
	color: #D8D8D8;
	border-style: dotted;
}
.head{
	background-color: #4D4D4D;
}
.cuerpo{
	background-color: #4D4D4D;
}
.menu{
	background-color: #C8C8C8;
	background-image: url('images\fondomenu.jpg');
	font-family: Verdana;
	font-size: 11px;
}
a{
	color: #77B8FF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}
input, .pintar{
	border: 1px solid #5C5C5C;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	font-family: Verdana;
	font-size: 11px;
}
.pintar{
	background-color: #FFC875;
}
textarea{
	border: 1px solid #5C5C5C;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	font-family: Verdana;
	font-size: 11px;
}
select{
	border: 1px solid #5C5C5C;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	font-family: Verdana;
	font-size: 11px;
}
.error{
	background-color: #969696;
	color:#FF0000;
	font-family: Verdana;
	font-size: 11px;
	padding: 4px;
}
.pie{
	background-color: #1F1F1F;
	color:#C8C8C8;
	font-family: Verdana;
	font-size: 10px;
}
.checkbox{
	border: none;
}
a:hover{
	text-decoration: underline;
}
.menu a:visited{
	color: #303030;
	text-decoration: none;
}
.menu a:link{
	color: #303030;
	text-decoration: none;
}
.menu a:hover{
	color: #818181;
}

.borde1{
	float:left;
	width:1px;
	height:25px;
	background-color: #949494;
	padding:0px;
}

.borde2{
	float:left;
	width:1px;
	height:25px;
	background-color: #EAEAEA;
	padding:0px;
}

h3{
	font-family: Verdana;
	color: #FFFFFF;
}
.tituloblue{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #77B8FF;
}

.imagen1{
	border-color: #FFFFFF;
	margin-right: 10px;
}

.mensaje{
	position:absolute;
	width:400px;
	height:300px;
	top: 0px;
	left: 0px;
	display: none;
	border: 2px solid #757575;
	background-color: #F3F3F3;
	font:			14px Tahoma;
	text-align:	center;
}
#backshadow{
	position:		absolute;
	top:			0px;
	left:			0px;
	height:			180px;
	width:			250px;
	display:		none;
	border:			2px solid black;
	background-color: black;
	filter: alpha(opacity=30);
	opacity: 0.3;
}