body {
text-align:center;
background-image:url(../imagenes/fondo_body.gif);
background-repeat:repeat-y;
background-color:#b3ac98;
background-position:center;
margin:0px;
color:#fcfdfc;
font-size:11px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#content{
text-align:left;
width:600px;
margin:auto;
padding:0px;
}


/************************************************************************
CONTENIDO
**************************************************************************/
.info{
margin:0px 0px 0px 0px;
padding-top:20px;
}

.nohome{
margin-bottom:0px;
padding-top:0px;
}

.info img{
border: 1px solid black;
}

/************************************************************************
BOTTOM
**************************************************************************/
#bottom{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#title{
	float: left;
	width: 180px;
}
#title h1 {
	font-size: 16px;
}

#idiomas{
	float: right;
	width: 250px;
	text-align: right;
	margin-top: 15px;
}
#idiomas a{
	text-decoration: none;
	color:#fcfdfc;
	padding-left: 6px;
}

/************************************************************************
FOOTER
**************************************************************************/
#footer{
margin:0px 0px 0px 0px;
border-top:1px solid #FFFFFF;
padding-top:4px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#empresa_address{
	float: left;
	width: 180px;
}
#contact_form{
	float: right;
	width: 250px;
	text-align: right;
}
#contact_form form {
	margin-top: 2px;
}
#contact_form input.text{
	color:#000;
	border: 1px solid #7e927b;
	width: 244px;
	background-color: #e2e3cf;
	font-size:10px;
	margin-bottom:4px;
	padding:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a.mail{
	color: #FFFFFF;
}
.aviso{
	color: #000;
}