.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #5CD053;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
position: absolute;
left: 30px;
top: 150px;
    width:750px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:4px;
    border-bottom:1px solid #eee;
    position:relative;
}
 
.contact_form label {
    color: #555555;
    display: inline-block;
/*    float: left; */
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 3px;
    padding: 2px;
    width: 90px;
}


.contact_form input {
    height:20px;
    width:150px;
    padding:5px 8px;
}

.contact_form input[type=checkbox] {
    height:20px;
    width:150px;
    padding:5px 8px;
	border:0;
	box-shadow:none;
}

.contact_form input[type=number] {
    text-align:right;
	-webkit-appearance: none; 
	-moz-appearance: none;
	margin: 0;
}

.contact_form input[readonly=readonly] {
	background: #ccc;
	color: #fff;
	
}

.contact_form input[type=file] {
    //width:400px;
	
	text-align:left;
	margin: 0;
}
.contact_form input::-webkit-file-upload-button {
	width: 0px;
	border:none;
	overflow:hidden;
	margin-left:-145px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.contact_form select {

      -webkit-appearance: none;        /*Removes default chrome and safari style*/
      -moz-appearance: none;          /* Removes Default Firefox style*/
     border:1px solid #aaa;
      background: url('dropdown_arrow.PNG') no-repeat;          /*Adds background-image*/
      background-position: 165px 5px;           /*Position of the background-image*/      
      text-indent: 0.01px;          /* Removes default arrow from firefox*/
      text-overflow: "";               /*Removes default arrow from firefox*/
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    height:32px;
    width:190px;
    padding: 1px 2px;             
}

.contact_form textarea {
    padding:8px;
    width:300px;
}
.contact_form button {
    margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/
.contact_form input, .contact_form textarea{
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus, .contact_form select:focus{
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}
 

.menu{
   list-style:none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding:0px;
	margin:0px;
	zindex:1;
}
.menu li{
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	box-shadow: 2px 2px 4px 1px #0089BE;	
}
.menu li a{
	display: block;
	width: 100px;
	height: 30px;
	padding: 6px;
	line-height:30px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #0089BE;
	position: relative;
	border-left: 2px solid #E4E4F1;
 
}
.menu li a:hover{
	color:#CF3;
	background-color:#045C81;
}

.menu ul{
   position:absolute;
	left:10px;
	top:36px;
	margin:0px;
	list-style:none;
	padding:0px;
	opacity:0;
	transition:opacity .35s ease .2s;
	-webkit-transition:opacity .35s ease .2s;
	-moz-transition:opacity .35s ease .2s;
	-o-transition:opacity .35s ease .2s;
	visibility:hidden;	
}
.menu ul li a{
	border-bottom:2px solid #0089BE;
	border-left:none;
	display:block;
	text-align:left;
}

.menu li:hover ul{
    opacity:1;
	visibility:visible;
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    opacity:.55;
    cursor: pointer;
    color: #fff;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset;
}




/* TABLA DE VALORES */

.pagetit{
position: absolute;
left: 20px;
top: 80px;

background: none repeat scroll 0 0 #F3F3F3;
border-radius: 5px;
color: #5CD053;
display: block;
font-family: sans-serif;
font-size: 20px;
padding: 12px;
text-shadow: 1px 1px 1px #CCCCCC;
width: 433px;

}



.tablist {
position: absolute;
left: 30px;
top: 160px;
 
	border:1px solid #000000;

	
/* bordes automáticos	
	border-collapse: collapse;
	height: 300px;
	max-width: 80%;
	overflow: auto;
	margin: 0;	
	padding: 0;
	padding-right: 1px;
 */
/*  -------------------- */
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;

}
.tablist table{
    border-collapse: collapse;
        border-spacing: 0;
	//width:100%;
	//height:100%;
	margin:0px;padding:0px;
	
}
 

.tablist tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
}
.tablist table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	
}
.tablist table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;

}.tablist tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.tablist tbody tr:hover td{
	background-color:#eeeeee;
		

}

.tablist thead th{
padding:6px;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
}
.tablist thead td{
	vertical-align:middle;

    white-space: nowrap;
	background-color:#F3F3F3;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:6px;
	font-size:10px;
	font-family:sans-serif;
	font-weight:normal;
	color:#000000;
}

.tablist tbody td{
	vertical-align:middle;

    white-space: nowrap;
	background-color:#F3F3F3;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:6px;
	font-size:10px;
	font-family:sans-serif;
	font-weight:normal;
	color:#000000;
}


.tablist tfoot td{
	vertical-align:middle;

    white-space: nowrap;
	background-color:rgba(190, 194, 159, 0.4);

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:6px;
	font-size:10px;
	font-family:sans-serif;
	font-weight:normal;
	color:#000000;
}

.tablist tr:last-child th{
	border-width:0px 1px 0px 0px;
}.tablist tr th:last-child{
	border-width:0px 0px 1px 0px;
}.tablist tr:last-child th:last-child{
	border-width:0px 0px 0px 0px;
}
.tablist thead tr:first-child td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:sans-serif;
	font-weight:bold;
	color: #555555;
}
.tablist thead tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.tablist thead tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tablist thead tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/*div message box*/




.info, .success, .warning, .error, .validation {
    position: absolute;
    top: 43px;
	left: 10px;
    list-style-type:none;
    margin:0px;
    padding:0px;
	
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:10px;
	font-weight:bold;
	text-transform:uppercase;

}
.info {
	background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
.success {
	background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.error {
	background:#ffecec url('images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}

DIV.grap{
    position: relative;
    top: 230px;
	left: 10px;
	width: 800px;
}
