/*Estilos Base*/
*
{
	color: #262626;
	font: 12px sans-serif;
}
BODY
{
	/*[disabled]background:#F4F4F4;*/
}
/*Estilos del formulario*/
FORM.contacto
{
	margin: 25px auto 0;
	width: 440px;
}
FORM.contacto FIELDSET
{
	/*[disabled]background:#FFFFFF 0 0;*/
	/*[disabled]border:1px solid #E1E1E1;*/
	/*[disabled]box-shadow:0 0 10px 0 #DADADA;*/
	/*[disabled]-webkit-box-shadow:0 0 10px 0 #DADADA;*/
	/*[disabled]-moz-box-shadow:0 10px 10px 0 #DADADA;*/
	padding: 25px;
}
FORM.contacto FIELDSET > DIV
{
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
FORM.contacto FIELDSET DIV LABEL
{
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
	width: 84px;
}
FORM.contacto INPUT[type="text"], FORM.contacto TEXTAREA
{
	/*[disabled]background:#F5F5F5;*/
	border: 1px solid #E8E8E8;
	color: #626262;
	display: block;
	float: left;
	padding: 8px;
	resize: none;
	width: 265px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
}
FORM.contacto INPUT[type="text"]:focus, FORM.contacto TEXTAREA:focus
{
	background: #F9F9F9;
	border: 1px solid #D3D3D3;
	outline: none;
}
FORM.contacto .ultimo
{
	margin-bottom: 0;
	position: relative;
}
FORM.contacto BUTTON
{
	background: #444444;
	border: 0 none #000000;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	height: 32px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
FORM.contacto BUTTON:hover
{
	background: #6A6A6A;
}
/*AJAX Gif y mensajes de exito o fracaso*/
.hide
{
	display: none;
}
.ajaxgif
{
	position: absolute;
	right: 150px;
	top: 5px;
}
.msg
{
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	position: absolute;
	right: -155px;
	text-transform: uppercase;
	min-width: 121px;
}
.msg_ok
{
	background: #589D05;
}
.msg_error
{
	background: #FF0000;
}
