/* CSS Document */
/* DIV ESTRUCTURA WEB*/
#lateralD{
float:right;
}
h3{
text-decoration:underline;
color:#FF9900;
}
h2{
text-decoration:underline;
font-size:14;
margin-bottom:2px;
color:#FF6600;
}
h1{
font-size:22px;
color:#FF0000;
}
h4{
font-size:14px;
color:#FF0000;
}
body{
margin: 2% 5% 5% 5%;
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
}
#cabecera{
width:100%;
height:200px;
background:url(img/cabecera.jpg) no-repeat center top;
background-color:#000000;

}
#lateral{
height:100%;
width:10%;
float:left;
}
#central{
width:80%;
margin-left:17%;

}
#contenido{
height:100%;
width:100%;
background-color:#CCCCCC;
}
#foto{
width:150px;
height:150px;

margin-right:30%;
margin-top:0px;
margin-left:30%;
}
#links{
margin-top:2em;
}
.direccion{
text-align:center;
}
#descripcion{

float:left;
font-family:Arial, Helvetica, sans-serif;
width:90%;
margin-left:3%;

}
li{
list-style-type:square;
}
#primera{
border:3px solid #FF0000;
width:80%;
float:left;
margin-top:10px;
height:100%;
padding-left:2em;
}
#segundo{
border:3px solid #FF0000;
width:80%;
float:left;
margin-top:10px;
height:100%;
padding-left:2em;
}
/*tabla menu*/
#tmenu{
width:100%;
}
#submenu{
text-align:right;
font-weight:bold;
font-size:12px;
color:#000099;

}
#submenu a{
text-decoration:none;
color:#000099;
}

#submenu a:visited{
text-decoration:none;
color:#000099;
}
#bod{
border-top:1px solid #CC0000;
color:#CC0000;
/*border-bottom:1px solid #CC0000;*/
}
#bod2{
/*border-top:1px solid #CC0000;*/
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
border-bottom:1px solid #CC0000;
}
.tmenu td{
border:2px dashed #333333;
}
#fmenu{
float:left;

height:75px;
}
#fdesc{
float:right;
}
.descripcion{
text-align:left;
color:#000000;
}
.muestramenu{
text-align:center;
}
/*menu vertical*/
/* menu vertical */
#MenuCabecera{

width:97%;
height:45px;
/*border:1px solid;*/

border-top:#990000 1em solid;
margin-bottom:0px;
text-align:center;
background:#000000;
float:inherit;
padding-left:1.5%;
padding-right:1.5%;

}
#MenuCabecera ul, li {
        list-style-type: none;
}
#MenuCabecera ul {
text-align:center;
}
#MenuCabecera li {
        float: left;
}
#MenuCabecera a {
        text-decoration: none;
        color:#0033CC;
        background: #000;
        display: block;
        padding: 3px 10px;
        text-align: center;
        border-top: 5px solid #000;
        border-width: 1px 1px 1px 0;
		font-weight:bold;
}

#MenuCabecera a:hover{
color:#666666;
background-color:#990000;

}


#MenuCabecera a#primero {
        border-left: 1px solid #000;
}

#menuv {

        border-top: 1px solid #ACCFE8;
	     border-bottom: 1px solid #ACCFE8;
		 display:inline;
        

        width: 150px;

        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#menuv ul, li {

        list-style-type: none;

}



#menuv ul {

        margin: 0;

        padding: 0;

}



#menuv li {

        border-bottom: 1px solid #ACCFE8;

}



#menuv a {

        text-decoration: none;

        color: #3366CC;

        background:#CCCCCC;

        display:inline;

        padding: 3px 6px;

        width: 138px;

}
#mapa{
margin-left:15%;

}
.mover{
filter:blendTrans(duration=(b)3(/b));
}

#menuv a:hover {

        background:#FF0000;
		color:#CCCCCC;

} 
#segundo a{
text-decoration:none;
color:#333333;
}
#direccion2 a{
color:#CC0000;
}
