@charset "UTF-8";
/* CSS rta */

/* @group GENERALES */

* {
	margin: 0 auto;
}
body {
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	background-color: #ffffff;
}
ul {
	list-style-type: none;
	padding: 0;
}
a {
	text-decoration: none;
}
/* @end */

/* @group COMUNES */

#contenedor, #idiomas {
	width: 990px;
}
#contenido, #pie {
	width: 970px;
}
#contenedor {
	background: url(../img/fondo_web.jpg) repeat-y;
}
/* @end */

/* @group MENU_SUPERIOR */

#menu {
	position: absolute;
	top: 30px;
	width: 100%;
	height: 100px;
	z-index: 999;
	background: url(../img/fondo_menu_sup.gif) repeat-x;
}
#menu_contenedor {
	width: 990px;
}
#logo {
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background: url(../img/logo_rta.png) no-repeat;
}
#lista_menu {
	width: 850px;
	position: relative;
	float: left;
}
ul.lista_menu {
	height: 40px;
	padding-top: 60px;
	overflow: hidden;
}
li.lista_menu {
	position: relative;
	display: inline;
	text-align: center;
	width: 150px;
	height: 50px;
	float: left;
	background-color: #666666;
	margin: 5px 0px 0px 5px;
	padding-top: 5px;
	font-size: 28px;
}
li.lista_menu a:link, li.lista_menu a:visited {
	color: #cccccc;
}
li.lista_menu a:hover {
	color: #ffffff;
}
li.lista_menu:hover {
	background-color: #f10000;
	margin-top: 0px;
}
/* @end */



/* @group IDIOMAS */

#idiomas {
	height: 30px;
	padding-bottom: 100px;
}
ul.idiomas {
	width: 50%;
	height: 30px;
	position: relative;
	float: right;
	text-align: center;
	margin-right: 10px;
}
li.idioma {
	width: 75px;
	height: 30px;
	float: right;
	background-color: #666666;
	margin: 15px 5px 0px 0px;
	padding-top: 2px;
	font-size: 15px;
}
li.idioma:hover, li.idioma:active {
	background-color: #f10000;
	margin-top: 10px;
	font-weight: bold;
}
#idiomas ul.idiomas li.idioma a:link, #idiomas ul.idiomas li.idioma a:visited {
	color: #e7e7e7;
	font-weight: bold;
}
#idiomas ul.idiomas li.idioma a:hover {
	color: #ffffff;
}
/* @end */

/* @group CONTENIDO */

#contenido {
	height: 750px;
	width: 970px;
	padding-right: 10px;
	padding-left: 10px;
}
/* @end */

/* @group PIE */

#pie {
	text-align: center;
	font-size: 18px;
	margin-top: 35px;
	height: 40px;
}
#pie spam.pie {
	color: #f10000;
}

/* @end

 */
