html, body {
	margin : 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #C4C4C4 url(../images/background.gif) repeat-x;
	background-image: url(../img/fons.gif);
	background-repeat:   repeat-x;
	background-color: #7A0000;
	background: #C4C4C4 url(../images/background.gif) repeat-x;
}

html, td, th {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}

h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	color: #4C4C4C;
	font-size: 10px;
	font-weight: bold;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}

.copylittle {
	font-size: 9px;
	color: #999999;
}

.white {
	font-size: 10px;
	color: #FFFFFF;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #FB2E29;
	text-decoration: none;
}

a:hover {
	color: #FB2E29;
	text-decoration: underline;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
}

#contenedor{
	text-align: left;
	width: 778px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid #999999;
}

#cabecera{
	height : 235px;
	width: 100%;
	background-color: #ffffff;
}

#lateral{
	float:left;
	width:220px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF url(../images/back-menu.gif);
	height: 445px;
}

#flags {
	text-align:right;
	padding: 0px 10px 0px 0px;
}

#cuerpo{
	float:right;
	width:530px;
	padding: 5px 10px 10px 8px;
	background-color : #ffffff;	
}

#pie{
	background: #FFFFFF url(../images/back-pie.gif);
	clear: both;
	border-top: 1px solid #cccccc;
	height: 50px;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #868686;
}

#copy {
	float:left;
	width:220px;
	padding: 16px 0px 0px 0px;
}

#partners{
	float:right;
	width:530px;
	padding: 0px 0px 0px 0px;
}

#estado {
	font-family: Verdana, Arial, sans-serif;
	color:#333;
	font-size:10px;
	font-weight:bold;
}

.formulario {
	font-family: Verdana, Arial, sans-serif;
	color:#333;
	font-size:11px;
}

INPUT, TEXTAREA {
background-color: transparent;
border-bottom-width: 1px;
border-color: #000000;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
color: #6d6d6d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-indent: 2px;
}

.cargando {
	width:100%;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	color:#333;
	font-size:10px;
	font-weight:bold;
	padding: 60px 0px 0px 0px;
}
.cargandomenu {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	color:#333;
	font-size:10px;
	padding: 10px 0px 10px 0px;
	font-weight:bold;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu {
	width: 190px;
	margin: 10px;
}

#mymenu {
	border: 1px solid #ccc;
}
	
#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	font-weight:bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #FFFFFF;
	background: url(../images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}

