
@charset "UTF-8";
/* CSS Document */

/*INDEX
___________________________________________________________________________________________________________________________________*/
		
	html,
body { /*background:url(images/bg_body_index.gif) repeat*/ #FFF;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size: 10px;
}

h1, h2, h3 {
	font-family: "Century Gothic", Avant Garde, Century Gothic, 'ITC Avant Garde Gothic', Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
}

h1 {
	color: #000;
	font-size: 2em;
}

h2 {
	color: #000;
	font-size: 1.5em;
}

h3 {
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

input,
select,
textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size: 1em;
}

#wrapper {
	font-size: 1em;
}
	
	
	
	
	
	
	
#wrapper {background:url(images/bg_index_abajo_01.gif) no-repeat bottom #FFF; /*border: solid 4px #000000;*/
	width: 830px; height:580px;	margin: 70px auto 0 auto;
	padding: 5px 0 0 15px;;
}

h3 {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.logo {
	float: right;
	
	padding: 0px;
	margin: 0 20px 0 0;
}

#languageList {

	width: 150px;
	list-style: none;
	margin: 10px;
	margin-left: 20px;
	padding: 0;
}

#languageList li {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#languageList li a {
	color: #3d4145;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px solid black;*/
}

#languageList li a:hover {	
		color: #e20404;

}

