/* Utiliza esta hoja de estilos para realizar tu propuesta */

a:link {
	color: #445522;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #445522;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

body {
/*	background-image: url(../media/fondo.gif);*/
	background-color: #DDDDCC;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #445522;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ddc;
	border-top: 1px solid #ddc;
	padding:4px 0;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #445522;
	font-size: 1em;
	letter-spacing: 3px;
	font-weight:bold;
}
hr{
	background-color: #ddc;
	
}
form{
	width: 500px;
	margin-top: 20px;
}
form div{
	margin-left:20px;
}

fieldset{
	border: 1px solid #445522;
}


form br {
	clear: left;
}

legend{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color:#445522;
}

textarea, input{
	background-color: transparent;
	border: 1px solid #445522;
}
.botonForm{
	color:#fff;
	background-color:#445522;
}

.controles {
	clear: both;
	text-align:center;
    line-height: 36px;
    background: transparent;    
}

.rompefloat {
	clear: both;
	font-size: 1px;
	padding-bottom: 10px;
	border-bottom:1px solid #ddc;
}


/* layout */
#cabecera {
	text-align:left;
	width:500px;
	height: 80px;
	padding-left: 35px;
	padding-top: 25px;
	position: relative;
}
#logotipo{
	float:left;
}
#selectorIdioma{
	margin-top: 35px;
	float:right;
}

#contenido {
	position:relative;
	text-align:left;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	height: auto;
	margin: 0 0 10px 0;
	padding: 15px 20px 10px 40px;
	width: 500px;

}
#sombra{
	width: 602px;
	height:100%;
	margin:0px auto;
	margin-top: 20px;
	border: 2px solid #D0D0BD;
}
#pagina{
	text-align:center;
	background-color: #fff;
	width: 600px;
	height:100%;
	margin:0px auto;
/*	border:2px solid #445522;*/
	border: 1px solid #B9B9A8;
}
#pie{
	background-color: #445522;
	color: #fff;
	height: 20px;
	font-size:0.9em;
	padding: 5px 0 0 0;
}

#imagenes img {
/*    margin: 8px 8px 0 0;*/
    border: 1px solid #ccc;
    padding: 4px;
}

#imagenes ul {
    margin: 0px 0 0 0;
    padding: 0;
    list-style: none;
}
#imagenes li {
    margin: 1px 0 0 1px;
    padding: 0;
    float: left;
	 height: 120px;
} 
#imagenes a:hover img{
    border-color: #666;
}

#distribuciones{
	padding-left: 30px;
	list-style: none;
}


.alpha-shadow {
	clear: both;
	float: left;
	background: url(../media/shadow.gif)  no-repeat bottom right;
	margin: 14px 10px 0 17px !important;
	margin: 14px 10px 0 8px;
}

.alpha-shadow div {
	background: url(../media/shadow2.png) no-repeat left top !important;
	background: url(../media/shadow2.gif) no-repeat left top;
	padding: 0px 6px 6px 0px;

}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #DDDDCC;
	padding: 4px;
}

.texto-shadow{
	padding: 0px 6px 6px 0px;
/*	margin: 14px 10px 0 17px!important;
	margin: 16px 10px 0 8px;*/
}
