/* CSS Document */

body{
	background-color:#666666;
	margin:0px;
	padding:0px;
}

#contenido{
	padding:0px;
	width:390px;
	height:210px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-110px 0px 0px -195px;
}

#contenido2{
	padding:0px;
	width:900px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-225px 0px 0px -450px;
}

h3{
	color:#FFFFFF;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-decoration: underline;
}

th{
	background-color:#666666;
	color:#CCCCCC;
	font-weight:bold;
	padding:0px 10px 5px 0px;
	text-align:right;
	vertical-align:top;
	border-color:#E1E1E1 #000000 #000000 #E1E1E1;
}

th.general{
	background-color:#CCCCCC;
	color:#666666;
	font-weight:bold;
	padding:0px 10px 5px 0px;
	text-align:center;
	vertical-align:top;
	border-color:#E1E1E1 #000000 #000000 #E1E1E1;
}

td input, select, textarea{
	background-color:#CCCCCC;
	color: #555555;
	font-weight: bold;
}

td.subgeneral{
	color:#EEEEEE;
}

a.login{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;

}

a.login2{
	color: #333333;
	font-weight: bold;
	text-decoration: none;

}

#div_error{
	color: #FFFF00;
	font-size: 1.1em;
	padding-left: 20px;
}

#div_msg{
	background-color: #CCCCCC;
	color: #666666;
	font-weight: bold;
	width: 250px;
	height: auto;
	padding: 5px;
	margin: 25% 35% 25% 35%;
	font-size: 0.9em;
}
#div_txt{
	color: #CCCCCC;
	font-weight: bold;
	padding: 10px;
	font-size: 1em;
}

ul.sin{
	list-style-type: none;
	padding: 4px;
	color: #CCCCCC;
}

a.noactivo{
	text-decoration:none;
	color: #CCCCCC;
	font-weight:bold;
}

a.activo{
	text-decoration:underline;
	color: #CCCCCC;
	font-weight:bold;
}

.favoritos{
 	color:#CCCCCC;
}

.nombre{
	font-weight: bold;
	font-size: 1.1em;
}

.claro{
	background-color:#777777;
}

.masclaro{
	background-color:#999999;
}