/* PRINCIPALES */

body {
	background-color: #FFFFFF;
	font-family:Arial;
}
	
html {
	height:100%;
	width:100%;
}

#contenedor
	{
	position:relative;
	margin:0 auto;
	width:914px;
	height:684px;
	background-image: url(../img/comun/fondo_general.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#contenido
	{
	position:relative;
	width:900px;
	height:505px;
	clear: both;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#logo
	{
	position:relative;
	width:195px;
	height:84px;
	display: block;
	clear: both;
	float: left;
}	

#idiomas
	{
	position:relative;
	width:173px;
	height:25px;
	display: block;
	clear: both;
	float: right;
}	

.botonesidiomas
	{
	position: relative;
	float: right;
	width:auto;
	height:25px;
	display: block;
	}

.botonesidiomason
	{
	position: relative;
	float: right;
	width:auto;
	height:25px;
	display: block;
	}
	
#menu
	{
	position:relative;
	width:700px;
	height:23px;
	margin-top: 6px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	float: right;
}	

.botonesmenu
	{
	position: relative;
	float: right;
	width:auto;
	height:23px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	}
	
.botonesmenuon
	{
	position: relative;
	float: right;
	width:auto;
	height:23px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	}	

#linkedin
	{
	position:absolute;
	top:0px;
	left:765px;
	width:135px;
	height:45px;
	display: block;
	background-image: url(../img/comun/fondolinkedin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9999;
}	

.botonlinkedin
	{
	position: relative;
	left:94px;
	top:8px;
	width:19px;
	height:19px;
	background-image: url(../img/comun/botlinkedin.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	display: block;
	}

#direccion
	{
	position:relative;
	width:auto;
	height:33px;
	display: block;
	float: left;
	clear: both;
}

#avisolegal
	{
	position:relative;
	width:107px;
	height:33px;
	display: block;
	float: right;
}

.botonesaviso
	{
	position: relative;
	float: left;
	width:auto;
	height:33px;
	display: block;
	}
	
.botonesavisoon
	{
	position: relative;
	float: left;
	width:auto;
	height:33px;
	display: block;
	}			
	
/* TEXTOS */

p.direccion {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
	line-height: 33px;
	display: block;
}

a.link_email {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link_email:active{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link_email:hover{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link_aviso {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #888789;
	margin-left: 7px;
	line-height: 33px;
	text-decoration: none;
}

a.link_aviso:active{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #888789;
	margin-left: 7px;
	line-height: 33px;
	text-decoration: none;
}

a.link_aviso:hover{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E95F29;
	margin-left: 7px;
	line-height: 33px;
	text-decoration: none;
}

a.link_aviso_on{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #E95F29;
	margin-left: 7px;
	line-height: 33px;
	text-decoration: none;
}

a.link_descarga {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	margin-left: 28px;
	line-height: 23px;
	width: 124px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.link_descarga:active{
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	margin-left: 28px;
	line-height: 23px;
	width: 124px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.link_descarga:hover{
	font-size: 9px;
	font-style: normal;
	margin-left: 28px;
	line-height: 23px;
	width: 124px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}	

.textogrisg
	{
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #888789;
	margin-bottom: 15px;
	display: block;
	text-align: justify;
	line-height: 16px;
	}
	
.textogris
	{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #888789;
	margin-bottom: 15px;
	display: block;
	text-align: justify;
	line-height: 16px;
	}
	
.textonaranja
	{
	color: #E95F29;
	}	
	
.lista {
	position:relative;
	list-style-image: url(../img/comun/lista.gif);
	list-style-type: none;
	margin-left: 22px;
	display: block;
}
