/* CSS Document */

/* Form */


label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}


/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 300px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	background-image: url(img/general/acepta.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 300px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(img/formulario/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('img/formulario/top_left.png') no-repeat;
	_background : url('img/formulario/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('img/formulario/top.png') repeat-x;
	height : 17px;
	_background : url('img/formulario/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('img/formulario/top_right.png') no-repeat;
	_background : url('img/formulario/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('img/formulario/left.png') repeat-y;
	width : 17px;
	_background : url('img/formulario/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('img/formulario/right.png') repeat-y;
	width : 22px;
	_background : url('img/formulario/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('img/formulario/bottom_left.png');
	_background : url('img/formulario/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('img/formulario/mark.png') no-repeat;
	height : 36px;
	_background : url('img/formulario/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('img/formulario/bottom_right.png');
	_background : url('img/formulario/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('img/formulario/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('img/formulario/error.png') no-repeat;
	_background : url('img/formulario/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}
/*
//==============
//Campos
//============== 
*/

.contact-form legend{
display:none;
}

.contact-form fieldset{
border:none;
}

.contact-form .form-input{
margin-bottom:10px;
}

.contact-form .form-input input, .contact-form .form-textarea textarea{
	padding:8px;
	border:1px solid #D0CFCF;
	background:#F6F6F6;
	color:#161616;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contact-form .button{
width:153px;
height:71px;
text-align: center;
font-family: Gentium, Georgia, Times, Serif;
font-size:2em;
margin:0 auto;
color:#ff9600;
border:none;
}

.contact-form .button:hover{
color:white;
cursor: pointer;
}
