body {
	background: #666666;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.background {
	background-attachment: fixed;
	background-image: url(../imagenes/pixeles.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 760px;
	height: 640px;
	background-color: #484848;
}
#left {
	float: left;
	width: 760px;
	height: 50px;
	background-color: #000000;
}
#right {
	float: left;
	width: 760px;
	height: 590px;
}

#right2 {
	float: left;
	width: 540px;
	height: 138px;
	background-color: #000000;
	position: relative;
	top: 150px;
}

#right3 {
	float: left;
	width: 736px;
	height: auto;
	background-color: #525662;
	text-align: center;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

.textobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99cc00;
	font-weight: bold;
}
.t_rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E15B02;
	font-weight: normal;
}
.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99cc00;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.titulo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.texto_bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747b81;
	list-style-position: outside;
	list-style-image: url(../Images/bullet.gif);
}
.t_rojo2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4868A;
	font-weight: bold;
}
.boton{
	background-color: #CCFF00;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 2px solid #E0E6E7;
	font-size: 10px;


}
