@charset "utf-8";
/* CSS Document */
body {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
margin:0px;

/*
background-image: url(../images/index.jpg);
background-repeat: no-repeat;
*/
background-image: url(../images/fondo2.jpg);
background-repeat: repeat-x;

}
@font-face {
    font-family: "AvantGarde Bk Bt";
    src: url("fonts/Avant Garde Book BT.ttf") format("truetype"); /* Swiss 721 light */
    font-style: normal;
    font-weight: 200;
}


h1 { 
	font-family: "AvantGarde Bk Bt";
	font-size: 14px;
	font-style:normal;
	color: #FFFFFF;
}

h4 {
font-family: "AvantGarde Bk Bt";
width: 100%;
background-color:#FFFFFF;
color: #FF0000;
text-align: center;
margin-top: 20px;
font-size:14px;
font-weight:bold;
border-left: #669db1 1px solid;
border-top: #669db1 1px solid;
border-bottom: #669db1 1px solid;
}
h5 {
width: 80%;
background-color:#00FFFF;
color: #FF0000;
text-align: center;
margin: auto;
margin-top: 0px;
font-size:10px;
font-weight:bold;
}
h5 a{
text-decoration: none;
color: #FF0000;
}
#principal{
	width: 780px;
	height: auto;
	
}
#cabecera {
display:block;
float:left;
height:150px;
margin-bottom:0px;
width:760px;
}
#menu_barra {
background-image:url(../images/fondo_menu_der.png);
background-repeat:repeat-y;
color:#000000;
display:block;
/*
height:162px !important;
*/
line-height:150%;
margin-top:0;
min-height: 645px;
padding-top:0px;
position:absolute;
text-align:left;
top:0px;
z-index:1;
margin-left:780px;
width:165px;
left:0px;

}
#contenido{
	/*
	border-left: #168EA9 1px dotted;
	border-right: #168EA9 1px dotted;
	*/
	width:750px;	
	clear: both;
	margin-left:17px;
	margin-top:130px;
	min-height: 530px;

}

#logo_top{

	background-image: url(../images/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:113px;
	margin-top:10px;
	padding-left:46px;
	width:103px;

}
#pie {
background-image: url(../images/pie.jpg);
background-repeat: repeat-x;
width: 1200px;
height: 29px;
clear: both;
margin: auto;
text-align: center;
border: #a3a3a3 1px solid;
font-weight: bold;
font-size: 10px;
color: #999999;
}
