/* CSS Document */
* {
margin: 0;
padding: 0;
}

body{
background:#000000 url(img/fondo.png) repeat;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
height: 100%;
}

#header{
border-left:#EAEAEA 1px solid;
border-top:#EAEAEA 1px solid;
border-right:#EAEAEA 1px solid;
width:900px;
height:40px;
position:relative;
margin-left:40px;
margin-top:5px;
background:#000000 url(img/head.png) top;
}

#header h1{
text-align:left;
font-size:19px;
font-family:"Times New Roman", Times, serif;
color:#99FF00;
padding: 2px 2px 2px 2px;
top:5px;
left:17px;
position:absolute;
}
div.a1{
left:600px;
top:14px;
position:absolute;
}

a.enl {
font-size:13px;
color:#fff;
font-weight:bold;
padding:2px 2px 2px 2px;
background:#333333;
border:#FFFFFF 1px solid;
text-decoration:none;
}

a.enl:hover{
color:#FFFF00;
}

#cabecera{
background:#000000 url(img/planetas.png) top no-repeat;
width:900px;
height:320px;
border-left:#EAEAEA 1px solid;
border-top:#EAEAEA 1px solid;
border-right:#EAEAEA 1px solid;
margin-left:40px;
}
#contenedor{
border-left:#EAEAEA 1px solid;
border-top:#EAEAEA 1px solid;
border-right:#EAEAEA 1px solid;
border-bottom:#EAEAEA 1px solid;
width:900px;
position:relative;
margin-left:40px;
clear:both;
height:440px;
}
#abajo{
border-left:#EAEAEA 1px solid;
border-right:#EAEAEA 1px solid;
border-bottom:#EAEAEA 1px solid;
width:900px;
min-height:50px;
margin-left:40px;
background:#000000 url(img/abajo.png) top no-repeat;
clear:both;
}
#enlaces{
width:190px;
height:430px;
position:absolute;
float:left;
border:#999999 1px solid;
top:2px;
left:2px;
padding:2px;
background:#333333 url(img/izq1.png) top repeat;
}

#enlaces1{
width:180px;
height:424px;
position:absolute;
border:#FFCC00 1px solid;
top:2px;
left:200px;
padding:5px;
background:#000000 url(img/bag1.png) top repeat;
}

#enlaces1 h2{
text-align:left;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#000066;
border-bottom:1px dotted #000;
border-top:1px dotted #000;
}
#enlaces1 p{
color:#FFFFFF;
font-size:11px;
text-align:left;
}

#enlaces1 p strong{
color:#CC0000;
}

#contenedor1{
width:498px;
height:430px;
position:absolute;
border:#FFFFFF 1px solid;
top:2px;
left:394px;
padding:2px;
overflow:scroll;
background:#FFFFFF url(img/pag1.png) top repeat;
}

#contenedor1 h1{
color:#FF9900;
text-align:center;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
border-bottom:#FF9900 1px dotted;
}

#contenedor1 p{
color:#666666;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}

#contenedor1 a{
color:#0000CC;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}

#contenedor1 a:hover{
color:#FF9900;
border:#333333 1px solid;
background:#333333;
padding:2px 2px 2px 2px;
}

#contenedor1 h2{
color:#0066CC;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}


#enlaces a{
text-align:center;
text-decoration:none;
color:#FFFF00;
font-size:10px;
}
#enlaces a:hover{
color:#33FF00;
}

#abajo a{
text-align:center;
text-decoration:none;
color:#FFFF00;
font-size:10px;
}

#abajo a:hover{
color:#33FF00;
}

#uno{
position:absolute;
left:300px;
padding:12px;
}

img.marquito{
border:#666666 1px solid;
}


#formulario1{
position:relative;
padding:30px 30px 30px 30px;
clear:both;
}
form{
width:440px;
padding:2px;
}
fieldset{
margin:2px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
border:#666666 1px dotted;
}
legend{font: bold 140% Arial,sans-serif; color:#990000; 
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
border:#fff 1px dotted;
background-color:#fff;}

div.medidas label{float:left;width:100px; margin:2px; font-size:12px; color:#666; font-weight:bold;}
div.medidas input{width:120px; height:18px; background: #fff url(img/menu-on.png) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}
div.medidas textarea{width:300px; height:100px; background: #fff url(img/menu-on1.png) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}
div.medidas input:focus{border:#CC0000 2px solid;}
div.medidas textarea:focus{border:#CC0000 2px solid;}
div.medidas1 input{width:120px; height:25px; background: #999 url(img/menu-1.png) repeat-x;padding-left:0px; color:#993300; font-weight:bold;}

div.error{
font-size:12px;
border:#666 1px dotted;
margin:20px;
padding:5px 5px 5px 5px;
width:400px;
color:#666;
}