/* Globales */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../images/bg_site.jpg) center;
}
/* width:223px; height:89px; float: left; margin:11px 0px 0px 10px; */
h1 a {
	background: transparent url(../images/LogoHeader.gif) left top no-repeat;
	float: left;
	margin-left: 10px;
	margin-top: 11px;
	width: 222px;
	height: 76px;
	text-indent: -9000px;
}

h2 {
	padding-left: 40px;
	font-size: 22px;
	color: #333;
}

h3 {
	background: transparent url(../images/patagato.gif) no-repeat left;
	padding-left: 30px;
	font-size: 14px;
	color: #036;
	margin-top: -2px;
}

h4 {
	background: transparent url(../images/patagato_dorado.gif) no-repeat
		left;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	margin-top: -2px;
}

h5 {
	background: transparent url(../images/bullet.gif) no-repeat 5px;
	padding-left: 30px;
	font-size: 14px;
	color: #09C;
	margin-top: -2px;
	margin-bottom: 5px;
}

h6 {
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	margin-top: -2px;
	margin-bottom: 5px;
}

p {
	font-size: .750em;
	line-height: 1.25em;
	margin: 1.25em 0;
	text-align: justify;
	color: #333;
}

#contenedor {
	width: 725px;
	margin: 0 auto 0 auto;
	display: block;
}

#header {
	width: 725px;
	height: 110px;
	background: transparent url(../images/bg_header.gif) bottom no-repeat;
}

/*  HomePage  */
.3-col {
	height: 150px;
	margin: 15px 0px 30px 0px;
	display: block;
}

.col1 {
	float: left;
	width: 31%;
	background-color: #FFF;
	height: 100px;
	text-align: justify;
	padding: 0px 15px 0px 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.col2 {
	margin-top: 30px;
	float: left;
	width: 31%;
	background-color: #FFF;
	height: 100px;
	margin-left: 6px;
	text-align: justify;
	margin-bottom: 30px;
}

.col3 {
	margin-top: 30px;
	float: right;
	width: 31%;
	background-color: #FFF;
	height: 100px;
	text-align: justify;
	margin-bottom: 30px;
}

.bot {
	padding: 3px 10px 3px 10px;
	color: #fff;
	background-color: #069;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 150px;
}

#contenido {
	width: 443px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#contacto {
	width: 443px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#clientes {
	padding-bottom: 20px;
	padding-top: 20px;
}

#clientes img {
	width: 80px;
	height: 80px;
	margin: 4px 4px 4px 4px;
}

#tab_content2 {
	width: 223px;
	float: right;
	padding-top: 50px;
}

#tab_content2 #menu {
	border-left: #999 solid 1px;
	padding-left: 15px;
	padding-right: 10px;
}

#publicidad {
	width: 190px;
	height: 278px;
	margin-top: 25px;
	text-align: center;
	border: #069 solid 1px;
	padding: 5px 5px 5px 5px;
}

/*  footer  */
#footer {
	width: 725px;
	height: 50px;
	font-size: 10px;
	color: #999;
	display: block;
	margin: 20px auto 5px auto;
}

#footer .left {
	width: 49%;
	float: left;
	padding-left: 1%;
}

#footer .right {
	width: 49%;
	float: right;
	text-align: right;
	padding-right: 1%;
}

/* Formulario de contacto */
form {
	width: 365px;
	line-height: 30px;
	text-align: left;
	margin-left: 45px;
}

hr {
	color: fuchsia;
	color: #036;
}

.box {
	float: right;
	font-size: 11px;
	color: #036;
	margin-right: 30px;
}

.line {
	font-size: 12px;
	color: #036;
	border: #069 dotted 2px;
}

.btn {
	color: #fff;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	background-color: #069;
	right: 20px;
}

#cargando {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/loading.gif') 50% 50% no-repeat transparent;
}

div.message {
	background: transparent url(../images/msg_arrow.gif) no-repeat scroll
		left center;
	padding-left: 7px;
}

div.error {
	font-size: .9em;
	/*Makes sure that the error div is smaller than input */
	background-color: #F3E6E6;
	border-color: #924949;
	border-style: solid solid solid none;
	border-width: 2px;
	padding: 5px;
}

.divsocial {
	display: scroll;
	position: fixed;
	top: 100px;
	left: 0px;
}

a.socialopacity {
	margin-left: 1em;
	margin-right: 1em;
}

a.socialopacity img {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a.socialopacity:hover img {
	filter: alpha(opacity = 100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}