@charset "utf-8";
/* CSS Document */
#header
{height:100px;
margin-bottom: 10px; background-image:url(graficos/logovozd.jpg);
background-position:center;
background-repeat:no-repeat;
border-bottom: 3px solid red;
}

#col1 h2, #col1 p
{
margin-left: 7px;
margin-right: 7px;
}
#col1
{ font-size:12px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000;
float: left;
width: 18%; height:22px;
margin-left: 3%;
display:inline;border-bottom: 3px solid red;

}
#col2
{ font-size:12px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000;
float: left;
width: 52%; height:22px;
margin-left: 2%;border-bottom: 3px solid red;

}
#col3
{ font-size:10px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000;
float: left;
width: 20%; height:22px;
margin-left: 2%;border-bottom: 3px solid red;

}
.botbus { margin-bottom:1px; height:20px; font-size:10px}


#menulatiz
{
float:left;
width:18%;
margin-left: 2%; margin-top:3%; display:inline;
background-color:#00FF66;
}
#contenido
{
float:left;
width:50%;
margin-left: 2%;
border-right: 1px solid gray;
border-left: 1px solid gray;
padding-right:10px; padding-left:8px; padding-top:8px;
font-family:Arial, Helvetica, sans-serif; line-height:90%;
}
#contenido1
{
float:left;
width:50%;
margin-left: 2%;
border-right: 1px solid gray;
border-left: 1px solid gray;
padding-right:10px; padding-left:8px; padding-top:8px;
font-family:Arial, Helvetica, sans-serif; line-height:90%;
}
#menulatde
{
float:left;
width:19%;
margin-left: 1%;
border:1px solid black;
padding-left:3px; height:50px;
font-size:11px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000;
}
#menulatde2
{
width:19%;
margin-left: 2%;
border:1px solid black;
padding-left:3px; height:30px;
font-size:11px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;
}
#menulatde3
{
float:left;
width:18%;
margin-left: 1%;
border:1px solid black;
padding-left:3px; height:50px;
font-size:11px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#990000;
}

#footer
{
clear: both; background-color:#006699;
}
#textocontacto
{
float:left;
width:50%;
margin-left: 3%;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-top: 1px solid gray;
padding-right:1px; padding-left:3px;
font-family:Arial, Helvetica, sans-serif;
text-align:left; line-height:70%;
}
p.clase1{
font-size:16px;
text-align:justify;
font-size:11px;font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;
}
.interlin1     {
	line-height:92%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#zonacontacto
{
float:left;
width:50%;
margin-left: 3%;
border-left: 1px solid gray;
border-right: 1px solid gray;
padding-right:1px; padding-left:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.arrowlistmenu{
float:left;
width:18%;
margin-left: 3%; display:inline;
}
.textocont {
	font-size:12px;
	position:relative;
	left:20px; right:20px; margin-right:20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.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(titlebar-active.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: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0; font-family:Arial, Helvetica, sans-serif;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
