html, body {
	margin: 0;
	padding: 0;
	color: #ffffff;

	background-image: url('../img/gris.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;

	font-family:Georgia;
	font-size: 100%;
}
#body_home {
	margin: 0;
	padding: 0;
	color: #ffffff;

	background-image: url('../img/gris_home.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
#wrapper {	
	top:0px;
	padding : 0;
	margin : 0 auto;
	width: 870px;
	height: auto !important;
	
	background-color: #FFFFFF;
}

#header {
	top:0px;
	width:870px;
	height:139px;
	background-image:url('../img/cabecera.jpg');
	background-position:top;
}

#header_home {
	top:0px;
	width:870px;
	height:139px;
	background-image:url('../img/cabecera.jpg');
	background-position: center;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#idioma{
	width:100%;
	height:20px;
	float:right;
	text-align:right;
	margin:122px 0px 0px 0px;
}

#flash {
	top:0px;
	width:870px;
	height:192px;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
}

#menu {
	top:0px
	width:870px;
	height:55px;
	float:left;
	text-align:left;
	margin:10px 10px 0px 0px;;
}

#menu_home{
	top:0px;
	width:870px;
	height:30px;
	text-align:left;
	margin:0px 0px 0px 0px;
}

#contenido {
	padding : 0;
	margin : 0 auto;
	width:870px;
	height:auto !important;
	min-height: 300px;
	background-position: center;
}

#contenido_home {
	top:0px;
	width:870px;
	height:404px;
	background-image:url('../img/home.jpg');
	background-position: center;
}

#contenido_homeeng {
	top:0px;
	width:870px;
	height:404px;
	background-image:url('../img/home.jpg');
	background-position: center;
}

#nombre {
	width:205px;
	height:auto;
	float:left;
	margin-left:5px;
}

#columna_iz {
	width:320px;
	height:auto;
	float:left;
	margin-right: 20px;
}

#columna_dr {
	width:320px;
	height:auto;
}

#texto_dr {
	width:320px;
	height:auto;
}
#formulario{
	width:360px;
	height:auto;
}

.imagen {
	width:auto;
	height:auto;
	margin:0px 8px 0px 10px;
}

#columna {
	width:640px;
	height:auto;
	float:left;
}


#pie {
	padding : 0;
	margin : 0 auto;
	width:870px;
	height:10px;
	background-image:url('../img/linea_pie.jpg');
	background-repeat:no-repeat;
	background-position: center;
}

#copyright {
	position: relative;
	top: 10px;
	width:870px;
	height:50px;
	text-align: left;
	font-size:70%;
}


.menu_granate {
	font-family: Georgia;
	font-size: 12px;
	color: #991532;
	font-weight: bold;
	text-decoration:none;
}

.menu_gris {
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.texto_gris {
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	text-align:justify;
	text-decoration:none;
}

.texto_granate {
	font-family: Georgia;
	font-size: 12px;
	color: #991532;
	text-align:justify;
	text-decoration:none;
}

.texto_socio {
	font-family: Georgia;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.texto_copy {
	font-family: Georgia;
	font-size: 11px;
	color: #AAAAAA;
}
