html {
	background-image:url(../img/fonsmosaic.gif);
	/*background-color:#751B40;*/
	/*padding-top:24px;*/
	padding-bottom:24px;
}

body {
	font-family:Georgia, serif, "Times New Roman", Times;
	font-size: 12px;
	color: #666666;
	background-color:#FFFFFF;
	margin: auto;
	width: 770px;
}

.break {
	clear: both;
}

#cabecera {
	width: 770px;
	height: 80px;
	background-color:#FFFFFF;
	float:left;
}

#imgcabecera {
	font-size:0px; /* un tamaño de fuente pequeño evita que IE añada espacio debajo de la imagen */
	padding: 0px;
	float:left;
}
#flash-cabecera {
	/*font-size:0px;*/ /* un tamaño de fuente pequeño evita que IE añada espacio debajo de la imagen */
	/*padding: 0px;*/
	float:right;
}

#menuIdioma {
	font-size: 11px;
	font-weight: normal;
	width: 770px;
	height:20px;
	background-color:#666666;
	color: #EEEEEE;
	float: left;
}
#menuIdioma ul {
	margin: 0px;
	padding: 3px 0px 0px 25px;
	list-style-type:none;
	float: left;
}
#menuIdioma ul li {
	text-align:right;
	display: inline;
	float: left;
}
#menuIdioma ul li.primero {
	margin-right: 10px;
}
#menuIdioma ul li.siguiente {
	padding-left: 10px;
	margin-right: 10px;
	border-left: #EEEEEE 1px solid;
}
#menuIdioma ul li a {
	color: #EEEEEE;
	text-decoration:none;
}
#menuIdioma ul li a:hover {
	color: #AAAAAA;
}

#menuPrincipal	{
	width: 770px;
	height: 50px;
	background-color:#FFFFFF;
	float:left;
}
#menuPrincipal .menuPrincipalIzq {
	width: 220px;
	height: 25px;
	background-color:#5D1533;
	float:left;
}
#menuPrincipal .menuPrincipalDer {
	width: 550px;
	height: 25px;
	background-color:#751B40;
	float:left;
}

/* ---------- COLUMNS ---------- */
#columns {
	width: 770px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	background-image:url(../img/fondocolumns.gif);
	background-repeat:repeat-y;
	padding-bottom:25px;
}
/* ----- Columna izquierda ----- */
#leftcontent{
	font-size: 11px;
	width: 195px;
	padding:0px 0px 0px 25px;
	float: left;
}
#leftcontent p{
	padding: 0px;
	margin: 10px 10px 13px 10px;
	line-height: 13px;
	/*text-align: justify;*/
}

#leftcontent a{
	color: #666666;
	text-decoration:none;
}
#leftcontent a:hover{
	color: #751B40;
}
#leftcontent a.resaltado{
	/*font-weight:bold;*/
	/*font-style:italic;*/
	font-size: 12px;
	color: #444444;
	text-decoration:none;
}
#leftcontent a.resaltado:hover{
	color: #999999;
}
/* ----- separadores de color ----- */
.separador-gris {
	padding-top: 15px;
	background-color:#666666;
}
.separador-granate {
	padding-top: 10px;
	background-color:#5D1533;
}
/* ---------- MAINCONTENT ----------*/
#maincontent {
	color: #666666;
	margin: 0px;
	padding: 0px;
	float:left;
	width: 550px;
	height: 100%;
}
#maincontent .columna-centro{
	float:left;
	width: 330px;
	padding:0px 0px 0px 110px;
}
#maincontent h1{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 25px;
	font-weight: normal;
	color: #5D1533;
	/*line-height: 25px;*/
	/*text-align: justify;*/
}
#maincontent p{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 15px;
	/*text-align: justify;*/
}
#maincontent p.lista{
	padding:0px 0px 0px 10px;
	margin: 0px 0px 2px 0px;
	text-indent:-10px;
}
#maincontent ul.links{
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}
#maincontent a {
	color: #5D1533;
	text-decoration:none;
}
#maincontent a:hover {
	color: #999999;
}
/* ----- Columna izquierda ----- */
#formulario {
}
#formulario td{
vertical-align:top;
}
#formulario .casilla{
	border: 1px solid #751B40;
	width: 99%;
	font-family:Georgia, serif, "Times New Roman", Times;
	font-size: 12px;
}
#formulario .boton{
	font-family:Georgia, serif, "Times New Roman", Times;
	font-size: 12px;
}
/* ---------- FOOTER ----------*/
#footer {
	height:20px;
	font-size: 11px;
	font-weight: normal;
	color: #5D1533;
}
#footer p{
	text-align:center;
	margin:0px;
	padding:3px 0px 2px 0px;
}
#footer a {
	color: #5D1533;
	text-decoration:none;
}
#footer a:hover {
	color: #751B40;
}