
body
{
	text-align: center;
	margin: 0;
	font-family: Arial, Sans-Serif;
	/*background: #a08761 url(images/fondo.png) repeat-x top center; */
	background-color: #aa2525;
}

body *
{
	font-size: 14px;
}
h1, h2 ,h3
{
	color: #004c60;
}

h1{ font-size: 32px; }
h2{ font-size: 26px; color: #A08761; }
h3{ font-size: 16px; color: #AA2525; }

a{ color: #A58D68; text-decoration: none; }
a:hover{ color: #D0672E; }

img{ border: 0 }

#lenguaje
{
	width: 850px;
	text-align: right;
	margin-top: 10px;
}

#lenguaje .texto
{
	display: block;
	float: right;
	background-color: #000;
	padding: 10px;
	margin-right: 5px;
	color: #fff;
	width: 100px;
	text-align: center;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#contenedor
{
	width: 850px;
	background-color: #fff;
}

#contenido .left, #contenido .right
{
	vertical-align: top;
	width: 200px;
}

#contenido .left .block .block-title
{
	background-color: #000;
	color: #fff;
	padding: 5px;
}

#contenido .left .block .block-content ul
{
	padding-left: 25px;
	margin-left: 0;
}

#contenido .right .block .block-title
{
	background-color: #000;
	color: #fff;
	padding: 5px;
}

#contenido .right .block .block-content ul
{
	padding-left: 25px;
	margin-left: 0;
}

#contenido .center
{
	vertical-align: top;
	padding: 15px;
	width: 100%;
}

#contenido .center table
{
	width: 100%;
}

#footer
{
	background-color: #aa2525;
	width: 850px;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#footer .enlaces
{
	float: left;
	text-align: left;
	color: #fff;
}

#footer .enlaces a
{
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

#footer .enlaces a:hover
{
	background-color: #000;
}

#footer .desarrollador
{
	float: right;
	text-align: right;
}

#footer .desarrollador img
{
	position: relative;
	top: 10px;
}


