/* Browser Resetter */
body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,input{margin:0;padding:0;border:0;outline:0;}
ul,li,ol{list-style:none;}
img{
	float: left;
}
.img1{
	margin-right: 3px;
	margin-left: 2px;
	margin-top: 2px;
}
.pielista {
	display: block;
	font-size: 11px;
	color: #727272;
	clear: both;
	width: 250px;
	float: left;
}
.pielista a {
	color: #727272;
	text-decoration: none;
	width: 250px;
}
.pielista a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.pielista1 {
	display: block;
	font-size: 11px;
	color: #727272;
	width: 250px;
	margin-left: 255px;
}
.pielista1 a {
	color: #727272;
	text-decoration: none;
	width: 250px;
}
.pielista1 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.pielista2 {
	display: block;
	font-size: 11px;
	color: #727272;
	width: 250px;
	margin-left: 510px;
	float: left;
}
.pielista2 a {
	color: #727272;
	text-decoration: none;
	width: 250px;
}
.pielista2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a{outline: none; text-decoration:none;}


/* General body layout */
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: normal;
  background:#eeeeee;
}

#top-wrap{
  width:100%;
  float:left;
  background:#eeeeee url(../images/outer-wrap.gif) repeat-x top left;
}
.main-wrap{
	width:100%;
	float:left;
	background-image: url(../images/sky-background.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.body-wrap{
  width:970px;
  float:none;
  margin: 0 auto;
}

/* Layout styles */
#header-wrap{
	width:970px;
	float:left;
	position:relative;
}
#header{
  width:970px;
  height:95px;
  float: left;
  position:relative;
}

h1{
  display: block;
  float:left;
  margin: 20px 0 0 29px;
}

/* tool tip for logo */
em.ttip {
background:url(../images/bubble.png) no-repeat;
width: 112px;
height: 36px;
float:left;
display: block;
position:absolute;
top: 230px;
left: 15px;
padding:26px 0 0 0;
text-align: center;
text-indent:0px;
margin-top: 20px;
z-index: 2;
display: none;
line-height:21px;
color:#4e4e4e;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.call{
  float: right;
  width:auto;
  font-size:11px;
  color:#232629;
  margin:43px 9px 0 0px;
}
p.call a{
  color:#232629;
}
p.call a:hover{
  color:#232629;
  text-decoration: underline;
}


/* stylin navigation content */
div.menu{
  width:970px;
  display:block;
  float:left;
  position:absolute;
  top:79px;
  left:0;
}

ul.nav{
	min-width: 780px;
	float:right;
	display:block;
	position:relative;
}
ul.nav li{
  float:left;
  width:auto;
  margin-right:1px;
}
ul.nav li a{ 
  text-align:center;
  float:left;
  height:57px;
  font-size: 12px;
  color:#fff;
  line-height:75px;  
  padding:0px 22px 0 22px;
  margin-top:9px;
}
ul.nav li a:hover, ul.nav li a.active{
  text-align:center;
  float:left;  
  padding:0px 21px 0px 0px;
  background: url(../images/nav-right.png) no-repeat right;
}
ul.nav li a:hover span, ul.nav li a.active span{
	text-align:center;
	display:block;
	float:left;
	height:57px;
	padding:0px 0px 0px 23px;
	background:url(../images/nav-left.png) no-repeat left;
}
/* stylin banner content */
.banner{
  width:970px;
  min-height: 60px;
  display:block;
  float:left;
  background-color:#232629;  
}
.leftContainer{
	width:393px;
	display:block;
	float:left;
	margin:53px 0 0 52px;
}
.leftContainer h2{
	font-size:24px;
	color:#fff;
	padding-bottom:22px;
}
.leftContainer p{
	font-size:12px;
	color:#fff;
	line-height:21px;
	padding-bottom:32px;
}
.leftContainer a.m-info{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	text-align:center;
	line-height:35px;
	width:170px;
	height:43px;
	float:left;
	padding-right:17px;
	background:url(../images/more-info_btn.png)
}

.banner img{
	float:right;
}
/* slider content starts here */
#slider{
	display:block;
	width:910px;
	height:330px;
	float:left;
	position:relative;
  	top:0;
  	left:0;
	overflow:hidden;
	margin:60px 0 20px 30px;
	background:#eeb340 url(../images/slider_gradient.png) no-repeat center center;
}
#slider ul{
	width:910px;
	height:330px;
	float:left;
	position:absolute;
	overflow:hidden;
	}
#slider li{
	display:inline;
	width:910px;
	height:330px;
	float:left;
	position:relative;
	}
#prevBtn, #nextBtn{
	display:block;
	text-indent:-8000px;
	width:19px;
	height:53px;
	float:left;
	position:relative;
	left:-929px;
	top:190px;
	}
#nextBtn{
	left:0px;
	top:178px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:19px;
	height:53px;
	float:left;
	position:relative;
	background: url(../images/slide_left.png) no-repeat 0 0;
	}
#prevBtn a{
	display:block;
}
#nextBtn a{
	display:block;
	top:-40px;
	background: url(../images/slide_right.png) no-repeat 0 0;
}


/* stylin main body content */
#content-wrap{
  width:910px;
  float:left;
  padding:30px 30px 0 30px;
  background-color:#fff;
}

/* stylin leftPan and innner contents */
.leftPan{
	width:575px;
	float:left;
	margin-right:20px;
}
.leftPan h3{
	width:100%;
	float:left;
	font-size:18px;
	color:#171717;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 30;
	border-bottom:1px solid #d9d9d9;

}
.leftPan p{
	width:100%;
	float:left;
	font-size:12px;
	color:#727272;
	line-height:21px;
	text-align:justify;
	padding-bottom:20px;
}
.leftPan a.more{
	width:90px;
	float:left;
	font-size:12px;
	color:#e88b11;
	padding-bottom:30px;
}
.leftPan p a{
	font-size:12px;
	color:#e88b11;
}

.leftPan .innerLeft{
	width:260px;
	float:left;
	margin-right:52px;
}
.leftPan .innerRight{
	width:262px;
	float:left;
}

/* styling right side column content */
.rightPan{
	width:292px;
	float: right;
}
.rightPan h3{
	width:268px;
	height:30px;
	float:left;
	font-size:18px;
	font-weight:normal;
	color:#171717;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
	background:url(../images/heading_bg.png) repeat-x;

}

.rightPan ul, .rightPan li{
	width:237px;
	display:block;
	float:left;
}
.rightPan ul{
	margin:0 0 23px 24px;
}
.rightPan ul li{
	padding-bottom:25px;
}
.rightPan ul li span{
	width:100%;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	font-style:italic;
	padding-bottom:9px;
}
.rightPan ul li p{
	width:100%;
	float:left;
	font-size:12px;
	color:#727272;
	line-height:21px;
	margin:0px;
	padding:0px;
	text-align: justify;
}
.rightPan ul li p a{
	font-size:12px;
	color:#e88b11;
}

.rightPan h3.heading2{
	padding-bottom:0px;
}
.rightPan p{
	width:240px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#727272;
	line-height:21px;
	padding-bottom:15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 23px;
}
.rightPan p.signature{
	width:240px;
	display:block;
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#727272;
	line-height:21px;
	margin:0 0 45px 23px;
}
.rightPan p a{
	font-size:12px;
	color:#727272;
	text-decoration:underline;
}
.rightPan p a:hover{
	font-size:12px;
	color:#727272;
	text-decoration:none;
}

/* stylin botom container inside leftPan column */
.botomContent{
	width:575px;
	float:left;
	display:block;
	padding-top:5px;
}
.botomContent h4{
	font-size:18px;
	color:#171717;
	padding-bottom:30px;
	padding-top: 2px;
}
ul.list-items, ul.list-items li{
	width:575px;
	display:block;
	float:left;
}
ul.list-items li{
	border:1px solid #e2e2e2;
	margin-bottom:34px;
}
ul.list-items li img{
	float:left;
	margin:23px 50px 0 40px;
}
ul.list-items li p{
	width:365px;
	display:block;
	margin:17px 0 0 0;
}
	



/* stylin footer content */
#footer-wrap{
  clear:both;
  width:100%;
  float:left;
  background:#eeeeee url(../images/footer-wrap.png) repeat-x;
}

#footer{
	width:910px;
	height:160px;
	float:none;
	margin:0 auto;
	padding:40px 0px 0 0px;
}

#footer p.copyright{
	min-width:120px;
	float:left;
	font-size:11px;
	color:#727272;
	line-height:21px;
}
/* stylin signature content */
p.sign{
	width:200px;
	float:right;
	font-size:11px;
	color:#727272;
	font-style:italic;
	font-weight:bold;
	margin-top: 7px;
	margin-right: 47px;
	margin-bottom: 0;
	margin-left: 0;
}
p.sign a{
	font-size:11px;
	color:#727272;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
}
p.sign a:hover{
	text-decoration:none;
}

/* stylin footer navigation content */
ul.footNav{
	clear:left;
	min-width:260px;
	float:left;
}
ul.footNav li{
	float:left;
	color:#727272;
	line-height:21px;
}
ul.footNav li a{
	float:left;
	padding:0px 4px;
	font-size:11px;
	color:#727272;
}

/* ###################################
####### Stylin Inner Pages ##########
################################### */

/* stylin contact us page */
.leftPan img.map{
	margin-bottom:30px;
}

/* stylin blog page content */
 ul.blog{
	display:block;
	width:100%;
	float:left;
}
 ul.blog li{
	width:100%;
	float:left;
	display:block;
	padding-bottom:30px;
}
 ul.blog li h4{
	width:100%;
	float:left;
	font-size:21px;
	color:#494949;
	line-height:21px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
 ul.blog li img{
	margin:10px 9px 10px 0;
}
 ul.blog li p{
	 width:100%;
	 float:left;
 }
 ul.blog li p a{
	font-size:12px;
	color:#727272;
	text-decoration:underline;
}
 ul.blog li p a:hover{
	text-decoration:none;
}
 ul.blog li p.date, ul.blog li p.post, ul.blog li p.comments{
	padding:0 0 9px 0;
}
 ul.blog li p.date a{
	 text-decoration:none;
	 border-bottom:1px dotted #3d3d3d;
 }
  ul.blog li a.more{
	  width:90px;
	  float:left;
	font-size:12px;
	color:#e88b11;
	text-decoration:underline;
}
  ul.blog li a.more:hover{
	  text-decoration:none;
  }
  
/* stylin sitemap content */
ul.sitemap, ul.sitemap li{
	clear:both;
	width:120px;
	float:left;
	display:block;
}
ul.sitemap li a{
	font-size:12px;
	line-height:19px;
	color:#e88b11;
	float:left;
	text-decoration:none;	
}
ul.sitemap li a:hover{
	text-decoration:underline;
	color:#e88b11;
}  



fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#contenedor-formulario{
	background-color:#f4f4f4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#contenedor-formulario table{
	font-size:16px;
	color:#828282;
	font-weight:bold;
}

.bold{	
	font-weight:bold;
}
#contenedor-formulario table td{
	float:left;
	width:50%;
}
.input-titulo{
	padding-left:8px;
	line-height: 1;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial;
	font-size:14px;
	color:#6c6c6c;
}
#contenedor-formulario label{
	margin-right:15px;
}

#input-nombre, #input-apellidos{
	background-position:250px 10px;
	background-image: url(../images/icono-nombre-apellidos.gif);
	background-repeat: no-repeat;
}

#tabla-formulario-1 input{
	width:235px !important;
}
#input-telefono{
	background:url(/images/icono-telefono.gif) no-repeat;
	background-position:250px 10px;
}

#input-email{
	background:url(../images/icono-email.gif) no-repeat;
	background-position:245px 13px;
}


.titulo-asunto{
	width:512px !important;
	display:block !important;
}

.ancho-columna-3{
	 float:right;
	 width:250px;
}
#rotulo-contacto{
	line-height:28px;
	padding-left:41px;
	margin-bottom:30px;
	background-image: url(../images/icono-rotulo-contactar2.png);
	background-repeat: no-repeat;
}

#rotulo-localizacion{
	background:url(../images/icono-rotulo-localizacion.gif) no-repeat;
	line-height:36px;
	padding-left:41px;
	margin-bottom:25px;
	margin-top:45px;
}

#rotulos{
	background: url(../images/exterior-fondo.gif) no-repeat right;
	padding:3px 350px 0px 0px;
}
.texto-verde{
	color:#a4ae22;
	font-weight:bold;
}
.email-a{
	background:url(../images/icono-email-a.gif) no-repeat left;
	display:block;
	line-height:15px;
	padding-left:20px;
	margin-bottom:30px;
}
.alto-linea-1{
	line-height:20px;
}
.rightPan .list1 li img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
/* stylin testimonial quotes */
div.quote{
	clear:both;
	width: 270px;
	float:left;
}
div.quote blockquote{

	width:226px;
	float:left;
	font-size:12px;
	color:#626262;
	line-height:21px;
	padding:4px 37px 7px 26px;
	background:url(../images/quoter-rep-y.png) repeat-y;
}

div.quote p.sign{
	width:265px;
	float:left;
	display:block;
	font-size:12px;
	color:#626262;
	font-weight:bold;
	text-align:right;
	background:url(../images/quote-bot.png) no-repeat;
	margin-top: -2px;
	padding-top: 35px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0;
}
.general {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #999;
}
.general2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #999;
	text-align: justify;
}
.borde1 {
	border: 1px dashed #666;
	padding: 10px;
}
.dominio {
	background-color: #d6ffbe;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	border: 2px solid #0F0;
	width: 220px;
}
.dominio2 {
	background-color: #d6ffbe;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	/*border: 2px solid #0F0;*/
	width: 95%;
}
.pie1 {
	width: 100%;
	clear: both;
	padding-top: 5px;
}

