* {
	margin:0;
	padding:0;
}

* :focus { outline: 0; }

p {
	margin-bottom:10px;
}

body {
	background:#7B5C3B url(../img/fondo.jpg) no-repeat top center fixed;
	font-family:Arial, 'Tahoma', Verdana, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.4em;
	color:white;
	margin-bottom:15px;
	-moz-background:none!important;
}

.clear { clear:both; }

a img { border:none; }

/* Links */

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#E7CF95;
	font-weight:bold;
}

a:hover {
	color:#21538B;
}

td { vertical-align:top }

#wrapper {
	width:718px;
	margin:0 auto 0 auto;
	text-align:center;
	clear:both;
	padding:20px 0 0 0;
}

#index {
	width:254px;
	margin:0 auto;
	text-align:center;
}

#contenido {
	padding:0;
	width:698px;
	margin:0 auto 0 auto;
	text-align:left;
}

h2 {
	color:#172D42;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	color:#230501;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:3px;
	text-transform:uppercase;
	border-bottom:1px solid #993333;
}

.divisor {
	color:#264E73;
	height:1px;
	clear:both;
	margin:10px 0;
	line-height:1px;
	overflow:none;
}

#footer {
	font-size:12px;
	width:718px;
	margin:10px auto 15px auto;
	padding:15px 0 0 0;
	text-align:center;
	clear:both;
	color:white;
	border-top:1px solid white;
}

#footer a {
	color:#E7CF95;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

#footer2 {
	font-size:12px;
	width:246px;
	margin:10px auto 15px auto;
	padding:15px 0 0 0;
	text-align:center;
	clear:both;
	color:white;
	border-top:1px solid white;
}

#footer2 a {
	color:#E7CF95;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

#izquierda {
	float:left;
	width:380px;
	padding:20px;
	line-height:18px;
}

#derecha {
	float:right;
	padding-top:20px;
	padding-right:20px;
	text-align:left;
	width:240px;
}

#izquierda2 {
	float:left;
	width:300px;
	padding:20px;
	line-height:18px;
}

#derecha2 {
	float:right;
	padding-top:20px;
	padding-right:20px;
	text-align:left;
	width:320px;
}

ul {
	padding-left:1em;
}

#izquierda_prod {
	float:left;
	width:250px;
	padding:20px 0 20px 20px;
	line-height:18px;
}

#derecha_prod {
	float:right;
	padding:20px 20px 20px 0;
	text-align:left;
	width:340px;
}

/* FORMULARIOS ------------------------------------------------------------------------------------------------ */

.form-contacto {
	line-height:1.9em;
}

input, textarea, select {
	float: left;
	width:230px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px;
	margin-bottom:3px;
}

label {
	display: block;
	float: left;
	text-align: left;
	width: 100px;
	padding-right:0px;
	font-weight:bold;
}

.form-contacto br {
	clear: left;
}

#botones-form {
	text-align:right;
	clear:both;
}

.boton {
	border:1px solid #ccc!important;
	background:#981707!important;
	width:100px!important;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
	color:white!important;
	height:30px;
	margin:15px 0 0 0;
	clear:both;
	float:right;
}