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

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #BD6313 url(../img/bg.jpg) repeat-y top center;
	color: #333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*li {
	height:auto;
	padding-left:18px;
	list-style:none;
	background:url(../img/arrow_next.gif) top left no-repeat;	
	color:#fff;
	margin-left:180px;
	font:12px/16px normal Arial,mg
	Helvetica, sans-serif;
	letter-spacing:0px;
}*/

ul
{
	list-style: none;	
}

a {
	color:#333;
	text-decoration: none;
	border-bottom: #333 dashed 1px;
}
	
a:hover {
	text-decoration: none;
	color: #E77817;
	border-bottom: #F5F5F5 dashed 1px;
}

.volver
{
	float: right;
	margin: 10px 0;
	overflow: hidden;
}

.volver span
{	
	color: #E77817;
}

h1 {
	font-size: 16px;
	color: #333;
	margin: 20px 0;
	padding: 0 10px;
	border-left: #E77817 solid 2px;
}

h2 {
	font: 14px normal Arial, Helvetica, sans-serif;
	color:#E77817;
	font-weight: bold;
	margin: 10px 0;
}

p {
	color: #333;
	line-height: 1.5em;
	clear: both;
}

p img
{
	float: left;
	margin: 0 15px 0 0;
}

/* CONTENEDOR */

#contenedor
{
	width: 772px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 6px #000;
}

/* TOP */

#top {
	height: 145px;
	background-color:#000;
}

/* LOGO */

#top #logo
{
	position: relative;
	top: 19.5px;
	left: 19.5px;
	width: 120px;
	height: 106px;
}

/* BOTONERA */

#top .botonera {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 10px;
}

#top .botonera ul 
{
	overflow: hidden;
}

#top .botonera ul li {
	float: left;
	background: none;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: #E77817 solid 1px;
	font-size: 14px;
	text-transform: lowercase;
}

#top .botonera ul .selec
{
	color: #E77817;	
}

#top .botonera ul li:last-child
{
	border: none;	
}

#top .botonera li a {
	color: #fff;
	text-decoration: none;
}

#top .botonera li a:hover
{
	color: #E77817;	
}

/* HEAD */

#head {
	width:100%; 
	height: 173px;
	background:url(../img/bg_head.jpg);
	text-align:center;
	border-top: #E77817 solid 2px;
	border-bottom: #E77817 solid 2px;
}

/* CUERPO */

#cuerpo {
	background: #F5F5F5;
	padding: 0 19.5px;
	overflow: hidden;
}

#contenido {
	text-align:left;
}

/* SERVICIOS INICIO */

#servicios_inicio
{
	overflow: hidden;
	clear: both;
}

#servicio_inicio {
	width: 189px; 
	height: 200px;
	background: url(../img/bg_servicio.jpg) top no-repeat;
	float: left;
	margin: 0 27px;
	position: relative;
}

#servicio_inicio a
{
	color: #FFF;
	border-bottom: #FFF dashed 1px;
}

#servicio_inicio a:hover
{
	border: none;
	border-bottom: #333 dashed 1px;
}

#servicio_inicio h1 {
	font: 17px/19px normal Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	margin-left: 15px;
	margin-top: 10px;
}

#servicio_inicio img {
	margin-left: 100px;
}

#servicio_inicio a:hover
{
	color: #333;
}

#news
{
	width: 139px;
	border: #E77817 solid 1px;
	position: absolute;
	left: 25px;
	background: #FFF;
	padding: 3px;
	font-size: 10px;
	z-index: 100;
}

#news:focus
{
	border: #666 solid 1px;	
}

#envia_news
{
	width: 50px;
	color: #FFF;
	background: #E77817;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	padding: 1px 2px 3px 2px;
	border: #E77817 outset 1px;
	position: absolute;
	left: 26px;
	margin: 30px 0;
}

.masserv
{
	font: 12px normal Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	float: right;
	clear: both;
}

.masserv:hover
{
	border-bottom: #F5F5F5 dashed 1px;	
}
	
.masinfo {
	font: 12px/16px normal Arial, Helvetica, sans-serif;
	margin: 30px 0;
	float: right;
	clear: both;
}

/* SERVICIOS */

#servicios
{
	/*border: white dotted 1px;*/
	padding: 20px;
}

.servicio
{
	margin: 10px 0;	
}

.servicio .enlace
{
	overflow: hidden;
	height: 61px;
}

.servicio .enlace img
{
	float: left;
	width: 80px;
	height: 61px;
}

.servicio .enlace a
{
	text-decoration: none;	
}

.servicio .enlace a h2
{
	float: left;	
	margin: 23px 10px;
	cursor: pointer;
}

.servicio .enlace a h2:hover
{
	text-decoration: underline;
}

.servicio .cont_servicio
{
	overflow: hidden;
}

.servicio p
{
	padding-left: 90px;
	margin: 10px 0;
}

.servicio ul
{
	margin: 20px 0 0 110px;	
}

.servicio ul li
{
	background: url(../img/tick.png) no-repeat top left;
	padding-left: 22px;
	margin: 15px 0;
}

.servicio .ocultar
{
	float: right;
	clear: both;
	margin-bottom: 10px;
}

/* ARTICULOS */

#articulos p
{
	padding: 15px 0;
	clear: both;
}
	
.line {
	margin: 20px 0;
	border-top: 1px dotted #666;
	width: 731px;
	height: 0px;
	clear: both;
}

/* FOOTER */

#footer {
	width: 100%; 
	background-color: #000;
	text-align:left;
}

#footer p, #footer a
{
	color: #FFF;	
}

	#footer span {
		color:#E77817;
	}

#contenidoFoot {
	width: 730px; 
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

#firma {
	width:100px; 
	float: inherit;
	text-align:left;
	padding:15px;
	background-color: #0C9;
}

#acerca
{
	overflow: hidden;
}	

#acerca p
{
	width: 450px;	
	float: left;
	margin: 0;
}

#acerca img
{
	padding: 5px;
	background: #E77817;
	float: right;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	margin-bottom: 20px;
}

/* GALERIA */

#galeria
{
	width: 644px;
	height: 350px;
	margin: -15px auto 0 auto;
	padding-bottom: 20px;
}

/* CONTACTO */

#contacto
{
	overflow: hidden;
}

#contacto p
{
	width: 450px;	
}

#contacto form
{
	float: left;
}

#contacto img
{
	padding: 5px;
	background: #E77817;
	float: right;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	margin: 10px 0;
}
