/*Estilo Plantilla*/
body {
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#FFFFFF;
	margin: 0px auto;
	background-color: #ff9600;
}

#ContenedorBackground{
    height: 570px;
    position: absolute;
    z-index:1;
    top:0;
    width:1200px;
    margin-left:-600px;
}

#ContenedorSuperior {
    background-color:#FFCC00;
    float:left;
    height:580px;
    margin-left:0;
    position:relative;
    width:100%;
    overflow:hidden;
}

#superiorEstrellas {
    background:url(../images/superior_estrellas.png) repeat-x center top;
    height:160px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:25;
}

#ContenedorSuper {
	width: 1008px;
	height: 580px;
	overflow:hidden;
	margin: 0px auto;
}

#TopMenu {
    width:auto;
	height: 30px;
	position:relative;
	z-index: 200;
	margin: 8px 0 0 0px;
    position:relative;
    float:right;
}

#MenuLeft {
	width: 320px;
	height: auto;
	position:relative;
	z-index: 300;
	margin: 0px 0 0 10px;
}

#AccesoTrululu {
    float:left;
    margin-left:40px;
    margin-top:192px;
    clear:both;
    position:relative;
    z-index:800;
}

#LogoHome {
	float:right;
	width:202px;
	height:117px;
	padding-right: 0;
	z-index: 100;
	position: relative;
}

#ContenedorPata{
	width: auto;
	height: 50px;
	margin: 0px auto;
	clear:both;
	background:url(../images/pata.jpg) repeat-x;
	padding: 15px 0 0 0;
}

/*Fin Estilos Plantilla*/

/*Estilos GlobalFeatures*/
.moduletable_globalfeatures{
    float:left;
    margin-top: 7px;
    width: auto;
}

.moduletable_globalfeatures table{
	width: auto;
}

.moduletable_languageselection{
    float:left;
}

.moduletable_globalfeatures ul, .moduletable_languageselection ul{
    padding:0px;
    margin:0px;
    float:left;
    line-height:30px;
}

.moduletable_globalfeatures li, .moduletable_languageselection li{
    float:left;
    display:block;
}

.moduletable_globalfeatures a, .moduletable_languageselection a{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:0 2px;
    text-decoration:none;
}

.moduletable_globalfeatures a:hover, .moduletable_languageselection a:hover{
	color: #FFFF00;
}
/*Fin Estilos GlobalFeatures*/

/*Estilos Footer*/
.moduletable_footer{
    text-align:center;
    margin-top:5px;
}

.moduletable_footer a{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-decoration:none;
    font-weight: bold;
}

.moduletable_footer a:hover{
	color: #FFFF00;
}

.moduletable_footer p{
    margin:0px;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-decoration:none
}
/*Fin Estilos Footer*/

/*Estilos Menú Principal*/
.moduletable_menuleft div{
    padding:0 2px;
    float: left;
}
/*Fin estilos Menú Principal*/

