/* Hojas de Estilos General */

* {
margin:0px;
padding:0px;
border:0px;
} 

p {
text-align:justify;
}

h1 {
font-size:1.2em; 
color:blue; 
font-weight:bold; 
text-decoration:underline; 
text-align:center;
}

h2 {
font-size:1.1em; 
color:blue; 
font-weight:bold; 
text-decoration:none; 
text-align:center;
} 

body {
text-align:center;
 background-image:url(objetos/fondo012.jpg) ;
} 

#global {
width:800px; margin:4px auto;
} 

#curva-superior {
background-image:url(objetos/curva-superior.gif);
background-repeat:no-repeat;
width:800px%;
height:12px;
overflow:hidden;
} 

#cabecera {
background-color:white;
border-left:black 1px solid;
border-right:black 1px solid; 
// border-top:black 0px solid;
 height:85px;
width:798px;
}

#logotipo {
background-color:white;
float:left;
width:150px;
margin-left: 10px;
}

#logotipo a {}
#logotipo a:link {}
#logotipo a:visited {}
#logotipo a:hover {background-color: white }
#logotipo a:active {}

#publicidad {
background-color: Blue;
width:150px;
float:right;
margin-top:15px;
margin-left: 10px;
margin-right: 10px;
}

#publicidad a {}
#publicidad a:link {}
#publicidad a:visited {}
#publicidad a:hover {background-color: Blue }
#publicidad a:active {}


#publix {
background-color: white;
width:300px;
float:right;
margin-top:15px;
margin-left: 10px;
margin-right: 10px;
}

#publix a {}
#publix:link {}
#publix a:visited {}
#publix a:hover {background-color: #81BEF7 }
#publix a:active {}


#navegacion {
background-color:#079cf7 ;
border:black 1px solid;
height:20px;
}

#navegacion li {
float:left;
list-style:none;
margin:0px 20px 0px 20px;
margin-left: 20px;
} 

#navegacion ul {
margin-left: 100px
} 

#contenido {
// background-color: #afddf9  ;
background-color: #E9FAFF  ;
//width:798px;
// float:left;
border-top: black 0px solid;
border-bottom: black 1px solid;
border-left:black 1px solid; 
border-right:black 1px solid;
}

#contenido p {
padding:5px 15px 5px 15px;
text-indent:15px;
}

#menu {
//background-color:yellow;
width:150px;
float:left;
text-align:left;
margin-right:10px;
margin:10px 10px 10px 10px;
background-image: url(objetos/menu-parte-inferior.gif);
background-position:bottom;
padding-bottom:5px ;
} 

#menu li {
list-style:none;
margin:4px 8px 4px 6px;
font-size:12px;
}

#menu h1 {
font-size:12px;
color:blue;
font-weight:bold;
text-decoration:none;
text-align:center;
background-image: url(objetos/menu-parte-superior.gif);
padding-top:12px ;
}

#pie {
background-color:white;
border-left: black 1px solid;
border-right: black 1px solid;
border-top: black 1px solid;
height: 35px;
}  
#pie a {color: blue; text-decoration:none ; display: block }
#pie a:link {}
#pie a:visited {}
#pie a:hover {color:black ; text-decoration:underline ; background-color: white }
#pie a:active {color:black}

#pie li {
list-style:none;
font-size:12px;
}

#pieuno {
float:left;
width:150px;
}

#piedos {
background-color: #f5fafd ;
float:left;
//width:492px;
width:100%;
}

#piedos p{
text-align:center;
}
#pietres {
width:150px;
float:left;

}
#piecinco {
background-color:white;
border-left: black 1px solid;
border-right: black 1px solid;
border-top: black 1px solid;
height: 180px;
}
#piecinco a {color: blue; text-decoration:none ; display: block }
#piecinco a:link {}
#piecinco a:visited {}
#piecinco a:hover {color:black ; text-decoration:underline ; background-color: white }
#piecinco a:active {color:black}

#piecinco li {
list-style:none;
font-size:12px;
}

#piecinco button {
    background-color: #0B0B61; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 12px;
}
#piecinco button:hover {
    background-color: #81BEF7; /* Green */
    color: white;
}
#pieseis {
background-color:white;
border-left: black 1px solid;
border-right: black 1px solid;
border-top: black 1px solid;
height: 150px;
}
#pieseis a {color: blue; text-decoration:none ; display: block }
#pieseis a:link {}
#pieseis a:visited {}
#pieseis a:hover {color:black ; text-decoration:underline ; background-color: white }
#pieseis a:active {color:black}

#pieseis li {
list-style:none;
font-size:12px;
}

#pieseis button {
    background-color: #610B0B; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 12px;
}
#pieseis button:hover {
    background-color: #F78181; /* Green */
    color: white;
}

#curva-inferior {
background-image:url(objetos/curva-inferior.gif);
background-repeat: no-repeat ;
width:800px ;
height: 12px;
overflow: hidden;
} 

a {
color:brown;
font-size:1.3em;
text-decoration:none;
display:block;

} 
a:link {
}

a:Visited {
}

a:hover {
color:red;
text-decoration:underline;
background-color: silver;
} 


a:Active {
} 

 
