@charset "utf-8";
/* CSS Document */

.body {
	background-image: url(images/fondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: justify;
}
.main{
	background-image:url(images/fondo-top.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	width:auto;
	
	}
.contenedor{
	width:960px;
	}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
h1{
	font-size:30px;
	line-height:33px;
	letter-spacing:0;
	color:#000000;
	}	
@font-face {
	font-family: 'HattoriHanzoLight';
	src: url('css/hattori_hanzo-webfont.eot');
	src: local('O'), url('css/hattori_hanzo-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HattoriHanzoLightItalic';
	src: url('css/hattori_hanzo_italic-webfont.eot');
	src: local('O'), url('css/hattori_hanzo_italic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
.texto_verde {
	color:#cee6f9;
	font-size:16px;
	}
.titulo_azul {
	color:#0c4eb1;
	}
.texto_pie {
	color:#000000;
	font-size:12px;
	}
.fondo_contenido {
	background-color:#0c4eb1;
	}

/*----------------ACORDEON----------------------*/
.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: url(images/titlebar_full2_verde.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar_full1_verde.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0c4eb1;
background: url(images/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #0c4eb1;
font-size:11px;
}

.arrowlistmenu ul li a:visited{
color: #0c4eb1;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0c4eb1;
background-color: #a8c7f8;
}


.menuheader a{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.menuheader a:visited{
color: #FFFFFF;
}

.menuheader a:hover{ /*hover state CSS*/
color: #FFFFFF;
}
ul li { display: inline; }

