
/* General ********************************************************************/

body { padding: 0; ext-align: center; background-color: #000000; color: #333333;     float: center;}
body, input, textarea, select, td { font-family: Arial, Helvetica, sans-serif; font-size: 14px;}


/* span  ********************************************************************/

span.aclara { border-bottom: dotted 1px #CC3300; color: #000000; cursor: help;}

/* divs  ********************************************************************/

/* divs  ********************************************************************/

#main{
    width: 1280px;
    loat: center;
    verflow: scroll;
    order: solid 1px #ff00FF;
}

a {
    color:#4bfd7e;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#cab{
    width: 1280px;
    height: 1000px;
    margin-top: 0px;
    margin-left: 0px;
    background: url(fondo_v01_.jpg);
    float: left;
    overflow: hidden;
	background-color: #aaaaaa;
	color: #ffffff;
}


#cue{
    width: 740px;
    float: center;
    order: solid 1px #ff00FF;
    overflow: hidden;
	padding-left:50px;
}

#cue_i{
    width: 190px;
	height: 40px;
    float: left;
	font-size: 14px;
	text-align:right;
    margin-right: 6px;
    order: solid 1px #ff00FF;
    overflow: hidden;
}

#cue_d{
    width: 430px;
	height: 40px;
    float: left;
	font-size: 14px;
	text-align:left;
    order: solid 1px #ff00FF;
    overflow: hidden;
	
}

#cue_d2{
    width: 430px;
	height: 200px;
    float: left;
	font-size: 14px;
	text-align:left;
    order: solid 1px #ff00FF;
    overflow: hidden;
}

#cue_clear {
clear:both;
}











/* === List Styles === */
.contact_form ul {
    width: 480px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}
 
.contact_form li {
    padding: 12px;
    position: relative;
}
 
 
/* === Form Header === */
.contact_form h2 {
    margin: 0;
    display: inline;
}
 
.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}
 
/* === Form Elements === */
.contact_form label {
    width: 200px;
    margin-top: 3px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    adding: 10px;
	text-align: right;
}
 
.contact_form input {
    height: 20px;
    width: 220px;
    padding: 5px 8px;
}
 
.contact_form textarea {
    padding: 8px;
    width: 300px;
}
 
.contact_form button {
    margin-left: 156px;
}
 