html
{
	height: auto;
}

body
{
	font-size: 12px;
	color: #8b6635;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	height: auto;
	padding: 5px;
}

a, a:visited
{
	color: #4f8a10;
	text-decoration: none;
}

a:hover
{
	color: #4f8a10;
	text-decoration: underline;
}

#envoltura
{
	width: 758px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}

#cabecera
{
	height: 175px;
	background: url(Images/Cabecera.jpg) no-repeat;
}

#cabeceraingles
{
	height: 175px;
	background: url(Images/Cabeceraingles.jpg) no-repeat;
}

#logos
{
	height: 86px;
	background: url(Images/logos.jpg) no-repeat;
}

#envolturaContenido
{

}

#menu
{
	width:202px;
	padding:0px;
	margin:0px;
	min-height:576px;
	float:left;
}

.InterMenu ul, .InterMenu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.InterMenu ul
{
}

.InterMenu li
{
	margin: 2px;
}

.InterMenuIngles ul, .InterMenuIngles li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.InterMenuIngles ul
{
}

.InterMenuIngles li
{
	margin: 2px;
}


.MenuField, .MenuField:visited
{
	display: block;
	color: #945200;
	border: solid 1px #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background-image: url(Images/gradienteBotones.gif);
	background-repeat: repeat-y;
	background-color: #90bc11;
	padding: 5px 0;
	width: 188px;
}

.MenuField:hover
{
	background: #ECA545;
	text-decoration: none;
	color: #ffffff;
}

.MenuFieldName
{
	background-image: url(Images/flecha_menu.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 25px;
	padding-top:5px;
	padding-bottom:5px;
}

.MenuFieldAlter, .MenuFieldAlter:hover, .MenuFieldAlter:visited
{
	display: block;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(Images/SPAIN.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 5px;
	padding-top:45px;
	width: 150px;	
	height: 55px;
	text-decoration:none;
}

.MenuFieldAlterEn, .MenuFieldAlterEn:hover, .MenuFieldAlterEn:visited
{
	display: block;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(Images/ENGLAND.jpg);
	background-position:center;
	background-repeat:no-repeat;
    padding: 5px;
	padding-top:45px;
	width: 150px;	
	height: 55px;
	text-decoration:none;
}

.PreMenu
{
	background: url(Images/lateralIzq.gif) repeat-y right;
	width:6px;
	min-height:536px;
	float:left;
}

.PreMenuIngles
{
	background: url(Images/lateralIzq.gif) repeat-y right;
	width:6px;
	min-height:460px;
	float:left;
}

.InterMenu
{
	background: #ffe7d7 url(Images/menuGradiente.jpg) repeat-x bottom;
	border: #8b6635 1px solid;
	width:194px;
	min-height:534px;
	
}

.InterMenuIngles
{
	background: #ffe7d7 url(Images/menuGradiente.jpg) repeat-x bottom;
	border: #8b6635 1px solid;
	width:194px;
	min-height:458spx;
	
}

#contenedorNavegacion
{
	display:block;
	margin-left: 195px;
	padding-left: 2px;
}

.PreContenido
{
	background: url(Images/lateralDer.gif) repeat-y right;
	width:6px;
	min-height:536px;
	float:left;
}

.PreContenidoIngles
{
	background: url(Images/lateralDer.gif) repeat-y right;
	width:6px;
	min-height:460px;
	float:left;
}

.Contenido
{
	background: #ffffff url(Images/fondoppal.jpg) no-repeat bottom;
	
	border: #8b6635 1px solid;
	min-height:572px;
	margin-right:3px;
	color:8b6635;
	padding:7px;
	
}

.Container
{
	display:block;
	min-height:524px;
	padding-bottom:10px;
}

.pie
{
	color:#8b6635;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:48px;
}

.right{ align:right; border-style:none; float: right; margin-LEFT: 60px }
.left{ align:left; border-style:none; float: left; margin-right: 60px }
