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

body{
width:auto;
height:700px;
margin:0;
background-image:url(../img/bg.png);
background-repeat:repeat-x;
scrollbar-base-color: #663366;
scrollbar-face-color: #333;
scrollbar-track-color: #fff;
scrollbar-arrow-color: #333;
scrollbar-highlight-color: #333;
scrollbar-3dlight-color: #333;
scrollbar-shadow-color: #333;
scrollbar-darkshadow-color: #333; 
}

#principal{
width:auto;
min-height:700px;
}

#cabecera{
width:950px;
height:58px;
float:left;
margin:12px 0 0 12px;
}

#menu{
width:100%;
height:20px;
float:left;
margin-top:10px;
background-color:#FFFFFF;
}
#menu li{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bolder;
font-style:italic;
font-size:14px;
float:left;
margin:1px 0 0 6px;
display:inline;
}

#menu li a{
color:#333333;
}

#menu li a:active{
color:#333333;
}

#menu li a:visited{
color:#333333;
}

#menu li a:hover{
background-color:#009900;
color:#fff;
}

#contenido{
width:950px;
height:550px;
float:left;
margin-top:10px;
}

#pie{
width:940px;
height:50px;
float:left;
position:absolute;
top:700px;
}

#cajon{
width:450px;
height:550px;
margin:0;
float: left;
}
#celda{
float:left;
margin:5px;
background-color:#fff;
border:solid 1px #fff;
}

h1, h2, h3, h4, h5, a, p, ul, li {
text-decoration:none;
list-style-type:none;
display:inline;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:12px;
line-height:13px;
color:#333333;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-style:italic;
font-size:22px;
line-height:22px;
color:#333333;
}

h1 a:active, h2 a:active, h3 a:active{
color:#333333;
}
h1 a:link, h2 a:link, h3 a:link{
color:#333333;
}
h1 a:visited, h2 a:visited, h3 a:visited{
color:#333333;
}
h1 a:hover, h2 a:hover, h3 a:hover{
background-color:#009900;
color:#fff;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
font-size:12px;
line-height:12px;
position:relative;
top:10px;
color:#333333;
}

h4{
font-family:Arial, Helvetica, sans-serif;
display:inline;
text-align:left;
font-weight:lighter;
font-size:20px;
color:#333;
}
