body {
	margin: 0px 0px; 
	 font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
        /* text-align:center;  en firefox, si no pones un contenedor para toda la web no funciona */
	width: 100%;
	background: url("/images/inicio/fondo_browser_inicio.gif") repeat;
}

#contenidoinicio {
        padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	background: #ffffc6;
	border-top: 1px solid #ca940d;
	border-bottom: 1px solid #ca940d;
	padding-left: 20px;
	padding-right: 20px;
        position:relative;
	float:left;
	clear:left;
	width : 644px;
	}

#fotoinicio {
        position:absolute;
 	left:20px;
	top:30px;
	width: 150px;
}

#textoinicio {
	position:relative;
	left:180px;
	top:0px;	
	padding-left: 0px;
	width: 454px;
	font-size: 10pt;
}
#seccionIdioma {
 float:right;
 margin:10px;
}
