@charset "utf-8";
/* CSS Document */

body {
background:#FFFFFF url(../images/bg-html.jpg) repeat-x scroll;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:16px;
margin:0 auto;
}

.floatleft {
float:left;
padding:0 10px 5px 0;
}

.floatright {
float: right;
padding:0 0 5px 10px;
}

h3 {
font-family: "Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-size:18px;
color:#333333;
font-weight:bold;
margin:0;
padding:0;
}

#mainbox {
color:#666666;
}

.footer {
color:#999999;
padding:12px 0 15px 0;
}

#menu {
font-family: "Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-size:16px;
color:#333333;
font-weight:bold;
display: block;
text-align:center;
margin:0;
padding:0;
width:700px;
}

#menu ul {
margin:0;
padding:0;
}

#menu li {
float:left;
list-style:none;
margin:0;
padding:0;
}

#menu a {
color:#333333;
text-decoration: none;
padding:13px 20px;
margin:0;
display:block;
float:left;
height:18px;
}

#menu a:hover {
color: #e7e7e7;
background:transparent url(../images/bg-over.jpg);
}


#menu .current {
color: #FFFFFF;
background:url(../images/bg-current.jpg);
}

#menu a.bdestacado {
color: #FF0000;
text-decoration: none;
padding:13px 20px;
margin:0;
display:block;
float:left;
height:18px;
text-transform:uppercase;
}

ul {
margin:0 0 0 5px;
padding:0 0 0 15px;
}

li {
list-style: circle;
margin:2px;
padding:2px;
}

a {
color: #666666;
text-decoration: none;
}

a:hover {
color: #000000;
}

input {
margin:0;
padding:3px;
font-family: "Trebuchet MS", Arial, "Century Gothic";
font-size:12px;
color:#999999;
border:1px solid #cccccc;
}
input:hover {
color:#333333;
border:1px solid #999999;
}

textarea {
margin:0;
padding:3px;
font-family: "Trebuchet MS", Arial, "Century Gothic";
font-size:12px;
color:#999999;
border:1px solid #cccccc;
}
textarea:hover {
color:#333333;
border:1px solid #999999;
}

.boton {
margin:0;
padding:0;
font-family:"Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-weight:bold;
font-size:14px;
color:#FFFFFF;
border:0;
width:119px;
height:29px;
background:transparent url(../images/bot-enviar1.gif);
display:block;
cursor:pointer;
}
.boton:hover {
background:transparent url(../images/bot-enviar2.gif);
color:#FFFFFF;
border:0;
}
