html, body {
	margin:0px;
	padding:0px;
	background-color: #000;
    height:100%;
	background-image:url(../img/back_c.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
img, div, input { behavior: url("iepngfix.htc") }
a, input {outline:none;}
.left {float:left; }
.width {width:600px; }
/* Divs */
#cont_big {
	width:900px;
	height:100%;
	margin:0 auto;
}
#tel {
	width:164px;
	height:59px;
	background-image:url(../img/form_cod.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	right:0px;
}
#footer {
	width:100%;
	height:85px;
	background-image:url(../img/form_fbk.png);
	background-repeat:repeat-x;
	padding-top:10px;
	top:590px;
	left:0px;
	position:absolute;
	font-family:Century Gothic;
	font-size:13px;
	text-align:center;
	color:#FFF;
}

#footer a:link {color:#FFF; text-decoration:none; }
#footer a:hover {color:#FFF; text-decoration:none; }
#footer a:active {color:#FFF; text-decoration:none; }
#footer a:visited {color:#FFF; text-decoration:none; }

#cont {
	width:172px;
	height:91px;
	background-image:url(../img/form_cont.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:269px;
}

#container {
	width:372px;
	height:20px;
	position:relative;
	left:269px;
	padding-top:14px;
}

#container_ty {
	width:372px;
	height:20px;
	position:relative;
	left:269px;
	padding-top:200px;
	text-align:center;
}

.rounded_prin {
	width:550px;
	height:32px;
	background-image:url(../img/form_nombre.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 12px 0px 12px;
}
.rounded {
	width:400px;
	height:32px;
	background-image:url(../img/form_input.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 12px 0px 12px;
}
.rounded_textarea {
	width:563px;
	height:78px;
	background-image:url(../img/form_textarea.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 12px 0px 12px;
}


/* Fuentes */
.titulo_prin {font-family:Century Gothic; font-size:13px; color:#FFF; margin-bottom:5px; margin-left:8px;}
.titulos {font-family:Century Gothic; font-size:13px; color:#FFF; margin-top:8px; margin-bottom:5px; margin-left:8px;}

.small {font-size:10px; }

.med {font-family:Century Gothic; font-size:16px; color:#FFF; }
.med a:link {color:#FFF; text-decoration:none; font-size:12px; }
.med a:hover {color:#FFF; text-decoration:none; font-size:12px; }
.med a:active {color:#FFF; text-decoration:none; font-size:12px; }
.med a:visited {color:#FFF; text-decoration:none; font-size:12px; }

/* Formularios */

.input_prin {
	border:none;
	width:300px;
	background-color:#000;
	color:#FFF;
	height:20px;
	font-family:Century Gothic;
	font-size:11px;
	margin:0px;
	float:left;
}
.input {
	border:none;
	width:175px;
	background-color:#000;
	color:#FFF;
	height:20px;
	font-family:Century Gothic;
	font-size:11px;
	margin:0px;
	float:left;
}
.textarea {
	border:none;
	width:340px;
	height:58px;
	background-color:#000;
	color:#FFF;
	font-family:Century Gothic;
	font-size:11px;
	margin-top:2px;
	overflow:auto;
	float:left;
}

#buttons {
	float:left;
	background-image:url(../img/form_btn.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:113px;
	height:31px;
	text-align: left;
	margin-left:8px;
	margin-top:16px;
	margin-right:20px;
}
#buttons:hover {
	background-position:0 -31px;
}

#buttons input {
	background:transparent;
	border:0px;
	margin-left:8px;
	margin-top:5px;
	color:#FFF;
	font-family:Century Gothic;
	font-size:13px;
	width:100px;
	height:20px;
	text-align:center;
	padding-bottom:5px;
	cursor:pointer;
}

#buttons input:hover {
	background-color:#990000;
}

/* LiveValidate */

.LV_validation_message{
	font-family:Century Gothic;
	font-size:12px;
	float:left;
    font-weight:bold;
	margin-left:20px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

}


