@charset "utf-8";

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* custom */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #e2e2e2;
}

a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CC00;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #33CC00;
}
h1 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #339900;
	font-size: 18px;
	margin-bottom: 15px;
}

h3 {
	color: #339900;
	font-size: 14px;
}

/* containers */

#container {
	width: 800px;
	border: 10px solid #FFF;
	background-color: #FFF;
	margin: 0 auto;
	overflow: auto;
}

#cabecera {
	width: 800px;
	height: 100px;
	background-image: url(cabecera.jpg);
	background-repeat: repeat-x;
}
#logo {
	float: left;
}
#encabezado {
	width: 400px;
	float: left;
	margin-top: 35px;
}
#bombilla {
	float: right;
}

#franja {
	width: 800px;
	height: 19px;
	background-image: url(franja.jpg);
	background-repeat: repeat-x;
	margin-top: 1px;
}

#idiomas {
	width: 133px;
	clear: right;
	float: right;
	padding: 10px;
}
#idiomas ul li{
	float: left;
	padding-right: 10px;
}

#idiomas ul li a{
	color: #FFF;
}

#idiomas ul li a:hover{
	color: #FFCC00;
}

#menu {
	width: 175px;
	margin-top: 1px;
}

#menu img{
	margin-top: 5px;
}

#cuerpo {
	float: right;
	display: inline;
	width: 610px;
	margin-top: 1px;
	margin-top: 20px;
}

/* persobalizados */

.activo {
	width: 170px;
	height: 20px;
	background-image: url(active.jpg);
	margin-top: 1px;
	padding-left: 5px;
}

.activo a {
	color: #FFF;
}

.activo a:hover {
	color: #FFCC00;
}

.seccion {
	width: 170px;
	height: 20px;
	background-image: url(li.jpg);
	margin-top: 1px;
	padding-left: 5px;
}

.seccion a {
	color: #FFF;
}

.seccion a:hover {
	color: #666;
}

.subseccion {
	width: 170px;
	height: 20px;
	background-image: url(subli.jpg);
	margin-top: 1px;
	padding-left: 5px;
}

.subseccion a {
	color: #666;
}

.subseccion a:hover {
	color: #339900;
}