@charset "utf-8";
/* CSS Document */

/***** Formulario de contacto *****/
#contact-form {
	position:relative;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				margin-bottom:5px;
			}
			
			#contact-form select {
				width:250px;
				height:25px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:15px;
				font-weight:bold;
				line-height:1.214em;
				color: #333333;
				border:1px solid #e6e6e6;
				background: #C49045;
				outline:none;
				vertical-align:middle;
			}
			#contact-form input {
				width:250px;
				padding:0px 5px;
				height:30px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:1.214em;
				color: #808080;
				border:1px solid #e6e6e6;
				background: #CCCCCC;
				outline:none;
				vertical-align:middle;
			}
			#contact-form textarea {
				overflow:auto;
				height:130px;
				width:400px;
				padding:0px 5px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:1.214em;
				color:#808080;
				border:1px solid #e6e6e6;
				background: #CCCCCC;
				outline:none;
			}
.error{
	background-color: #BC1010;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 6px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
		.buttons-wrapper {padding:10px 50px 0 0;text-align:right}
		.buttons-wrapper a {margin-left:15px}


.button {
	display:inline-block;
	margin-bottom:15px;
	font-size:14px;
	line-height:38px;
	color:#000;
	border:1px solid #fff;
	border-radius: 4px;
	background: #CCCCCC;
	box-shadow:0 0 2px #bbb;
	cursor:pointer;
	width:100px;
	text-align:center;
	float:right;

}
.button:hover {background: #0099CC;color:#fff}
#contenido {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}

.col-1, .col-2 {float:left; margin-top:5px;}
.col-1 {width:260px;margin-left:20px;margin-right:50px}
.col-2 {width:400px;margin-right:20px}
#dir {float:left; margin-left:80px;width:260px;}
 
H2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-stretch:condensed;
	color: #000066;
    margin: 0 auto;
	padding-top:0px;
	margin-bottom: 0px;
	margin-left:-30px;
	margin-top:0px;
}
h3 {
	font-size: 20px;
	font-weight:100px;
	color: #0f3d85;
	text-decoration: none;
	font-family: bufete;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
} 

