/**
* CSS
* 
* @version 1.0
* @studio copyright

*/
* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	border-left-width: 0px;
}

body {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height:13px;
	margin: 13px;
	padding-top: 0;
	background-color: #000;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #009EE0;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #009EE0;
	text-decoration: none;
}

a img { border-style: none; border-width: medium; }


a.estilo2:link {
	color: #857E6B;
	text-decoration: none;
}
a.estilo2:active {
	color: #857E6B;
	text-decoration: none;
}
a.estilo2:visited {
	color: #857E6B;
	text-decoration: none;
}
a.estilo2:hover {
	color: #857E6B;
	text-decoration: none;
}

#menu {
	background-color: #000;
	width: 100px;
	overflow: auto;
	top: 100;
	bottom: 0;
	left: 0;
	position: fixed;
	
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}



a img { border-style: none; border-width: medium; }


#content1 {
	height: 100%;
	top: 0;
	margin-left: 0px;
}



#content1 p {
	top: 0;
	width: 200px;
	margin-right: 0;
	margin-bottom: 0px;
	color: #FFF;
}


p {
	margin: 0 0 0px;
	color: #E8E8E8;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container1	{ margin: 0; padding: 0; }
#img-container1 p	{ width: 400px; margin: 0; padding: 0; }

#img-container2	{ margin: 0; padding: 0; }
#img-container2 p	{ width: 400px; margin: 0; padding: 0; }

#once { clear: left; }
.verde {
	color: #857e6b;
	font-family: Verdana, sans-serif;
}
.text  { color: #fff; font-size: 10px; font-family: Verdana, Geneva, sans-serif; line-height: 14px; background-color: #000; margin: 0; padding-top: 0 }
.azul {
	color: #009ee0;
	text-decoration: none;
}
.idioma {
	color: #4E4737;
	font-family: Verdana, sans-serif;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 0;
	background-color:black;
	color:white;
	width:140px;
	padding:0;
	text-align:left;
	font-weight:normal;
	/*/*/border:solid 0 #000000;/* */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.nota { color: #fff; font-size: 8px; font-family: Verdana, Geneva, sans-serif; line-height: 14px; background-color: #000; margin: 0; padding-top: 0 }
.submenu{ color: #857e6b; margin-bottom: 0; padding:0; }
