/* CSS Document */
@charset "utf-8";
/*Neutralizando elementos*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}

blockquote {
	font-weight: bold;
	font-style:italic;
	padding:10px;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

.figurecaption {
	padding-top:5px;
	font-size:12px;
	text-align:left;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	/* display:inline; */
	line-height: 30px;
}



h1{
	color: rgb(255, 154, 0);
	font-size: 30px;
	text-align: center;
	
}

h2{
	margin-top:20px;
	margin-bottom:19px;
	color: rgb(54, 54, 54);
	font-size: 22px;
	text-align: left;
	
	
}

h3{
	margin-top:20px;
	margin-bottom:10px;
	color: rgb(104, 104, 104);
	font-size: 18px;
	text-align: inherit;
	font-weight:bolder
	
	
}

.separador{
	background: rgb(255,255,255);
	padding-bottom: 35px;
	clear:both;
}

.separador-20{
	background: rgb(255,255,255);
	padding-bottom: 20px;
	clear:both;
}

#main.intro.avada h1 {
font-weight:bold;
display:inline;
}


q:before,q:after {
content: "UTF-8"Ã‚Â;
}


img {
border: none;
text-decoration: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto }

#imagenprincipal {
	border-bottom: 10px solid rgb(244, 155, 0);
}

a {
  text-decoration:none;
  outline:0;
  color: rgb(94, 172, 38);
  }
  
a.textlink{
	color: rgb(94, 172, 38);
}
a.textlink:hover{
	color: rgb(94, 210, 38);
}


/*Fin de la neutralizacion*/

.top-links{float:right;padding: 10px 27px 0 0 }
.top-links ul{float:right;}

.links > li,
.links > li > a{line-height:3em;}
.links > li > a{padding:0 0.253em;}
.links > li.label{padding-right:0.5833em;}
.links > li{float:left;}
.links > li > a{display:block;}


html {
   margin: 0px auto;
   /* background: rgb(233, 233, 233); */
   font-family: arial;
}

body {
  margin: 0px auto;
  padding: 0;
  margin-bottom:5px;
  text-align:left;
  height: auto;
  color: rgb(62,62,62); /* color de la letra del body */
  font-family: Calibri, Arial, "sans-serif";
    background: rgb(255, 255, 255) url(images/bgall.jpg) 0 0 repeat-x;
	background: url(images/background-pattern.png) ;
}

.container {
	width: 950px;
	margin: 0 auto;
	position: relative;

}



.boxed {
max-width: 100%;
width: 950px;
margin: 0 auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-left: 1px solid rgb(217, 217, 217);
border-right: 1px solid rgb(217, 217, 217);
background: rgb(255,255,255);
}

#header {
   display:table;
   height: auto;
   width: 950px;
   /* border-bottom: 3px solid rgb(232, 162, 23); */
   /* border-top: 8px solid rgb(232, 162, 23); */
   padding-bottom: 70px;
   padding-top: 20px;
   background: rgb(255,255,255) url(images/bgall.jpg);
}

#header .logo{
    width: 220px;
    float: left;
	
    margin: -10px 30px -3px;
	margin-top: 0px
    }
	


#header .remoto{
	border:0;
    width:auto;
    height:auto;
    float:right;
    margin:0;
    padding:0;
}

#header .remoto img{margin:0;
    padding:0; border:0;
}

#metanav {
			/* height: 16px; */
			/* padding: 6px 0 0px; */
			margin-right: 30px;
			/* font-size: 14px; */
			text-align:right;
			z-index:101;
		}

#metanav ul li {
display: inline;
border-left: 1px solid rgb(154, 154, 154);
padding: 0 3px;
}

#metanav ul li.first {
border-left: medium none;
}

#metanav ul li.second {
display: inline;
border-left: 1px solid rgb(154, 154, 154);
padding: 0 3px;
}


#metanav ul li a {
text-decoration: none;
color: rgb(154, 154, 154);
}

#metanav ul li a:hover {
text-decoration: none;
color: rgb(50, 50, 50);
font-size: bold;
}




#header img {
margin: 0px 0 -3px;
}

/* Boton search inicio */

#search input[type="submit"] {
font-weight: bold;
color: rgb(255, 255, 255);
font-size: 100%;
background: rgba(0, 0, 0, 0);
border: 0px;
margin: 0px;
padding: 0px;
position: absolute;
top: 6px;
right: 10px;
}

#search-wrap {
width: 296px;
height: 30px;
position:absolute;
top: 56px;
right: 0px;
z-index: 50001;
}

#magnify {
background: url(images/bg_magnifyingGlass.png) no-repeat 0px 0px;
position: absolute;
top: 10px;
left: 10px;
width: 12px;
height: 12px;
z-index: 70001;
}

#search {
background: rgb(89, 97, 100);
width: 296px;
height: 30px;
/* position: absolute; */
top: 0px;
right: 0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
z-index: 50000;
overflow: hidden;
}


#searchbox {
background: rgb(238, 238, 238);
width: 218px;
height: 24px;
position: relative;
top: 3px;
left: 3px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}


#searchbox input[type="text"] {
border: 0px;
margin: 0px;
padding: 0px 0px 0px 24px;
background: rgba(0, 0, 0, 0);
width: 193px;
height: 24px;
}

/* Boton search fin */


#nav { 
    list-style: none;
	float: left;
	
    margin: 70px 0px 0 0px;
    z-index:1000;
    position: absolute;
   
	width: 950px;
 
    /* margin: 0px auto; */
    background: url(images/bg_nav_naranja.jpg) no-repeat 0px 0px;
    height: 39px;
	font-size: 16px;
    font-family: "Open Sans", Arial;
    border-bottom: 3px solid rgb(244, 155, 0);}
	
#nav  ul li.primero{
	float: left;
	margin: 0 0 0 40px ;
    width: 12%;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base--*/
	
}

#nav  ul li.segundos{
	float: left;
	margin: 0;
    width: 16%;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base--*/
	background: url(images/bg_navLine_naranja.jpg) no-repeat center left;
}

#nav  ul li.primero a {
	padding: 10px 30px 8px 35px;
	color: #3e3d40;  /*--Color de la letra--*/
	display: block;
	text-decoration: none;
	float: left;
}

#nav  ul li.segundos a {
	padding: 10px 40px;
	color: #3e3d40;  /*--Color de la letra--*/
	display: block;
	text-decoration: none;
	float: left;
}


#nav  ul li.primero ul li a{
	padding-top: 10px;
	padding-left: 15px;
	color: #3e3d40;  /*--Color de la letra--*/
	display: block;
	text-decoration: none;
	float: left;
	
}


#nav  ul li.segundos ul li a{
	padding-top: 12px;
	padding-left: 15px;
	color: #3e3d40;  /*--Color de la letra--*/
	display: block;
	text-decoration: none;
	float: left;
	
}


#nav  ul li a:hover {
    color:rgb(232, 162, 23);
	/*background-color:rgba(255,255,255,0.5);
	background: rgb(232, 162, 23);*/}

#nav  ul li:hover ul { display:block; width:310px}

#nav  ul li:hover { color: background-color:rgba(255,255,255,0.5); }

#nav  ul li ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 35px;
    background: #fff;
	margin: 0; 
	padding-top: 0px;
	display: none;
	float: right;
	-webkit-box-shadow:0 3px 8px #000;
    -moz-box-shadow:0 3px 8px #000;
    box-shadow:0 3px 8px #000;
	border: 1px solid #ccc;
    z-index:9999;
	background-color: rgb(235, 235, 235);

}

#nav  ul li ul li {
	margin: 0;
    border-bottom: 1px solid rgb(220, 218, 219)
	/*border-bottom: 0px solid #fff; /*--Create bevel effect--*/
	clear: both;
    display:table;
	width: 100%;
	text-align: left;
	line-height: 13px;
}
#nav  ul li ul li a {
	float: left;
    color: #3e3d40; /*-- Color letra en el menu--*/
	font-size: 14px;
    display:table;
    padding-left: 6px; 
	border-left: 6px; 
    text-align:left;
	width:255px;
	border-bottom: 1px solid rgb(220, 218, 219);
}
#nav  ul li ul li:hover a { /*--Hover effect for subnav links--*/
	background: rgb(255, 255, 255); /*Centro de la caja*/
    width:255px;
    color: rgb(0, 0, 0);
    box-shadow:inset 0 0 10px rgb(234, 234, 234); /*--borde de la caja--*/
    -moz-box-shadow:inset 0 0 25px rgb(234, 234, 234);
}



#main {
  position:relative;
  margin:0 auto;
  clear:both;
  font-size: 14px;
  width:950px;
  margin-bottom: 0px;
  margin-top:0px;
  text-align:left;
  height: auto;
  display:table;
  background:white;
  /* -webkit-border-bottom-right-radius: 5px; */
  /* -webkit-border-bottom-left-radius: 5px; */
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  /* border-bottom-right-radius: 5px; */
  /* border-bottom-left-radius: 5px; */
   
  box-shadow: 0px 0px 0px 0px rgb(204, 204, 204);
}

/*  #main a{text-decoration:none; color: rgb(81, 83, 125);font-weight: bold;font-size: 15px;}*/

#main .content-inicio{
  width: 67%;
  text-align:justify;
  padding: 15px 0 0px 0px;
  display:table;
  float:left;
  line-height: 20px;}


#main .outer-box{
	margin:0px 0px 30px 0px; 
	font-size:20px;
	width: 400px;
	display: inline;
	float:left;
	}  
  
#main .outer-box-right{
	margin:0px 0px 30px 30px; 
	font-size:20px;
	width: 400px;
	display: inline;
	float:right;
	}

#main .inner-box {
	margin: 20px 0;
	padding:20px;
	background-color: rgb(243, 243, 243);
	width: 360px;
	border-radius: 15px;
	display:block;
	
}
.bordered{
  margin-left:15px;
  margin-bottom:15px;
  border:0px solid rgb(232, 162, 23)
}

/* contact-box*/

span.info, span.doc, span.vimeo {
background-position: 0 -2096px;
}

span.email, span.phone, span.quote, span.cart, span.rss, span.tags, span.write, span.info, span.sound {
background-image: url(images/icon-set1.png);
}


.text-icon {
display: inline-block;

background-repeat: no-repeat;
padding-left: 30px;
padding-bottom:5px
}

span.info, span.doc, span.vimeo {
background-position: 0 -2096px;
}

span.email, span.phone, span.quote, span.cart, span.rss, span.tags, span.write, span.info, span.sound {
background-image: url(images/icon-set1.png);
}


span.email, span.twitter {
background-position: 0 4px;
}

span.info, span.doc, span.vimeo {
background-position: 0 -2096px;
}

span.phone, span.leftarrow, span.youtube {
background-position: 0 -296px;
padding-bottom: 0px
}



/* contact-box  end*/



#main .content-inicio {
  color:rgb(232, 162, 23);
  width:100%;
  font-size:17px;
  margin-top:25px;
  font-weight:bold;
  height:125px;
  text-align:center;
  background-image: url(images/bg-ahorro-tarifa-telefonica.png)
}


#main .address {
  color:rgb(232, 162, 23);
  width:50%;
  font-size:17px;
  margin-top:25px;
  font-weight:bold;
  height:125px;
  text-align:center;
  background-image: url(images/bg-ahorro-tarifa-telefonica.png)
}



.shaddow {
  width=950px;
  height=15px;
  /* background-image: url(images/shaddow.png); */
}



#main .content-intro {
  /* width: 950px; */
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 10px;
}

#main .content-intro .text {
width: 850px;
margin-bottom: 35px;
margin-top: 10px;
margin-left: 40px;
margin-right:40px; 
text-align: center;
padding: 20px;
	position:relative;
	float:left;
	background: rgb(250, 250, 250);
	
	border:1px solid #D9D9D9;
}




.intro h1 {
line-height: 40px !important;
text-align:center; 
font-size: 40px;
padding: 0px 0px 0px 0px;
}


.content-intro h1 {
line-height: 68px !important;
text-align:left; 
font-size: 28px;
padding: 0px 0px 0px 0px;
color: rgb(244, 155, 0);
font-weight: 500;
font-family: Verdana, Arial;
/* font-family: UniversLTW01-47LightCn,sans-serif; */ 
/*font: 35px/35px 'museo700',Arial,Helvetica,sans-serif;*/
}




div.intro {
float: left;
font-family: 'Trebuchet MS', arial;
color: rgb(112, 112, 112);
margin: 0px 0px 20px 0px; 

}


.box {
	background: rgb(243, 243, 243);
	position:relative;
	/* margin: 0 30px 10px 30px; */
	/* margin:  auto; */
	padding: 31px 0 1px 0;
	width: 890px;
    
	height: 290px;
	min-height:10px;
	
	
}

.boxpanel{
	/* background: rgb(243, 243, 243); */
	position:relative;
	margin: 0 30px 10px 0px;
	padding: 0px 0px 40px 0;
	width: 680px;
    height: auto;
	min-height:10px;
		
}



.service-box-panel {
	margin-left: 30px;
	width: 280px;
	float:left;
	background: rgb(243, 243, 243); 
	padding: 15px;
}


.service-box {
	margin-left: 10px;
	width: 286px;
	float:left;
}


.service-box_txt {
	overflow:hidden;
	margin:10px;
	line-height:20px;
	font-size: 14px;
	font-weight:400;
	color:#858585;
	/* width: 296px; */
}

.service-box_body a {color: rgb(244, 155, 0);}

.row{
	clear:both;
	margin-bottom: 50px;
	min-height: 10px;
	
}


.service-box .icon { margin:0 15px 10px 0; 
float:left;}


.service-box h2 {
	margin:0 0 19px 0;
	/* padding:12px 0 0 0; */
	line-height: 25px;
	font-size: 23px;
	color: rgb(244, 155, 0);
    font-family: "Segoe UI",Arial, Helvetica,sans-serif;
    font-weight: bold;
}

.service-box-figure{
	float: left;
    margin: -5px 10px 10px 0px;
	width: 40px;
    height: 40px;
	background-image: url(images/iconos_area.png);
	background-position: 0px 0px;
}

.service-box-panel figure{
	float: left;
    margin: -5px 10px 10px 0px;
	width: 40px;
    height: 40px;
	background-image: url(images/iconos_area.png);
}





.service-box .elec {background-position: 0px 0px;}
.service-box .tel {background-position: 0px -50px;}
.service-box .dom {background-position: 0px -100px;}
.service-box .cab {background-position: 0px -150px;}
.service-box .inal {background-position: 0px -200px;}
.service-box .ener {background-position: 0px -250px;}


.service-box-panel  .elec {background-position: 0px 0px;}
.service-box-panel  .tel {background-position: 0px -50px;}
.service-box-panel .dom {background-position: 0px -100px;}
.service-box-panel .cab {background-position: 0px -150px;}
.service-box-panel .inal {background-position: 0px -200px;}
.service-box-panel .ener {background-position: 0px -250px;}

.service-box_body {
	margin-bottom: 10px;
	
}

.service-box-panel .icon { margin:0 15px 10px 0; 
float:left;}

.service-box-panel h2 {
	margin:0 0 19px 0;
	/* padding:12px 0 0 0; */
	line-height: 25px;
	font-size: 23px;
	color: rgb(244, 155, 0);
    font-family: "Segoe UI",Arial, Helvetica,sans-serif;
    font-weight: bold;
}

.service-box-panel .icon {
    float: left;
    margin: -5px 10px 10px 0px;
}







#box4 {
	position:relative;
	margin: 0 30px 20px 30px;

	/* padding: 31px 0 1px 0; */
	display:table;
	width: 890px;
	float: left;
	min-height:1px;
}


.service-box4-first{
	width: 24%;
	float:left;
	text-align: center;
}


.service-box4 {
	margin-left:15px;
	width: 23%;
	float:left;
	text-align: center;
}




/*Formulario*/


#call{
	width: 30%;
	margin-top:15px;
	z-index:999;
	position:relative;
	float:right;
	display:table;
}

#call .contacto{border: 1px solid rgb(62, 62, 62); -webkit-border-radius: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px;margin-right:0px;}
#call .contacto2{border:1px solid #3e3d40; margin-top: 15px; -webkit-border-radius: 5px; border-radius: 5px; margin-right:25px;}


/* CONTACT FORM */
#contact_form { float:right; margin:55px 0px 30px 0px; padding:20px; background:url(images/bg_contact.png) no-repeat right top #eee; border-radius:15px; }
#contact_form .test { left:-9999px; position:absolute; top:-9999px; }
#contact_form .field { overflow:hidden; margin: 0 0 8px; }
#contact_form .field label{ display:block; padding:0 0 5px; }
#contact_form .field input[type=text], #contact_form .field select { width: 375px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; max-width:100%; margin:0; padding:8px; }
#contact_form .field textarea{ background:url(images/bg_contact_large.png) no-repeat right bottom #fff; height:100px; width: 375px; max-height:400px; min-height: 210px; resize:vertical; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; max-width:100%; }
#contact_form .field .error{ display:block; margin-left:120px; color:#F30; font-weight:bold; font-size:0.8em; }
#contact_form .field input[type=submit]{ margin:0;}

.button {
display: inline-block;
width: auto;
border: 1px solid rgb(244, 155, 0);
margin: 5px 0;
padding: 12px 15px;
color: rgb(255, 255, 255);
font-size:18px;

border-radius: 2px;
cursor: pointer;
background: rgb(244, 155, 0);
background: -moz-linear-gradient(top, #dcb466 0%, #cf5e36 100%);
background: -webkit-linear-gradient(top, rgb(244, 155, 0) 0%,rgb(207, 94, 54) 100%);
background: linear-gradient(to bottom, rgb(244, 155, 0) 0%,rgb(207, 94, 54) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb466', endColorstr='#cf5e36',GradientType=0 );

}



/* Newsboxes */

#newsboxes {
	width:950px;
	height:auto;
	margin:0px 0 0 0;
	overflow:hidden;
	z-index:50;
	position:relative;
	/* background-color:#f3f3f3; */
		
	/* background-image: url(images/start_bgbottom_650.jpg); */
		background-position: left top;
		
	background-repeat: repeat-y;
}

.tec-row{
	
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
}

#newsbox1,	#newsbox2,	#newsbox3 {
  width: 310px;
  position:relative;
  height:auto;
   padding:0;
  z-index:55;
  top:0;
  float:left;
  background-color: rgb(243, 243, 243);
  height: 420px;}

#newsbox1{
		left:0;
		
		margin-right:10px;
	}

#newsbox2{
		left:0px;
		
		margin-right:10px;
	}

#newsbox3{
		left:0px;
		
		
	}

#newsboxes div.csc-title {
	margin: 15px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	
#newsboxes div.csc-frame {
	margin: 8px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	

#newsboxes div.csc-text {
	margin: 8px 10px 8px 12px;
	padding-bottom:8px;color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	
#newsboxes div.csc-line {
	margin: 8px 10px 8px 12px;
        
	padding-bottom: 20px;
	border-bottom: 1px dotted rgb(244, 155, 0);
	}

#newsboxes p {
	line-height: 115%;
}

#newsboxes a {
	color:#464646;
	text-decoration:none;
	}
	
#newsboxes a:hover {
	color:#000000;
	text-decoration:none;
	}

#newsboxes a.green {
	color:#82be23;
	text-decoration:none;
	}

#newsboxes a.green:hover {
	color:#82be23;
	text-decoration:underline;
	}
	
#newsboxes h2,
#newsboxes h2 a,
#newsboxes h2 a:hover {
		color: rgb(244, 155, 0);
		font-family: "Segoe UI",Arial, Helvetica,sans-serif;
		font-weight: bold;
		font-size:18px;
		line-height: 22px;
	}


#newsboxes h3 {
		font-size:15px;
			color:#000000;
			font-weight:normal;
			margin-bottom:3px;
			margin-top:0;
	}

#newsboxes div.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
		font-size: 11px;
		margin: 5px 0 0 0;
		color: #565656;
		text-align: center;
	    line-height: 115%; 
	}
	

#newsboxes div.csc-title {
	margin: 15px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	
#newsboxes div.csc-frame {
	margin: 8px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	

#newsboxes div.csc-text {
	margin: 8px 10px 8px 12px;
	padding-bottom:8px;color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	
#newsboxes div.csc-line {
	margin: 8px 10px 8px 12px;
        
	padding-bottom: 20px;
	border-bottom: 1px dotted rgb(244, 155, 0);
	}

#newsboxes p {
	line-height: 115%;
}

#newsboxes a {
	color:#464646;
	text-decoration:none;
	}
	
#newsboxes a:hover {
	color:#000000;
	text-decoration:none;
	}

#newsboxes a.green {
	color:#82be23;
	text-decoration:none;
	}

#newsboxes a.green:hover {
	color:#82be23;
	text-decoration:underline;
	}
	
#newsboxes h2,
#newsboxes h2 a,
#newsboxes h2 a:hover {
		color: rgb(244, 155, 0);
		font-family: "Segoe UI",Arial, Helvetica,sans-serif;
		font-weight: bold;
		font-size:18px;
		line-height: 22px;
	}


#newsboxes h3 {
		font-size:15px;
			color:#000000;
			font-weight:normal;
			margin-bottom:3px;
			margin-top:0;
	}

DIV.csc-textpic-single-image IMG {
margin-bottom: 10px;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG {
margin-bottom: 10px;
}

DIV.csc-textpic IMG {
border: none;
}

DIV.csc-textpic-imagewrap {
float: right;
clear: both;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}




/* Panelboxes */



#panelboxes {
width: 680px;; 
position: relative;
height: auto;
margin-right: 0px;
margin-left: 20px;
z-index: 55;
top: 0;
float: left;

}


#panel-all {
width: 660px;
height: auto;
padding: 10px;
/* margin-left: 20px; */
z-index: 55;
top: 0;
float: left;
background-color: rgb(243, 243, 243);

}


#panel-left {
width: 440px;

height: auto;
padding: 10px;
margin-right: 20px;
/* margin-left: 20px; */
z-index: 55;
top: 0;
float: left;
background-color: rgb(243, 243, 243);
}


#panel-right {
width: 180px;
height: auto;
padding: 10px;
z-index: 55;
top: 0;
float: left;
background-color: rgb(243, 243, 243);

}


#map-panel {
width: 470px;
position: relative;
height: auto;
padding: 10px;
margin-right: 20px;
/* margin-left: 20px; */
z-index: 55;
top: 0;
float: left;
/* background-color: rgb(243, 243, 243); */
margin-left:6px;
margin top: 20px;

}


#panelbox1,	#panelbox2, #panelbox3, #panelbox4{
  width: 330px;
  position:relative;
  height:auto;
   padding:0;
  z-index:55;
  top:0;
  float:left;
  background-color: rgb(243, 243, 243);
  padding-bottom: 20000px; 
  margin-bottom: -20000px;
  
  
  /* height: 420px; */}

#panelbox1, #panelbox3{
		left:0;	
		margin-right: 20px;
	}

#panelbox2, #panelbox4{
		left:0px;
	}

#panelbox3, #panelbox4{
		left:0px;
		margin-top:20px;
	}


.panelbox-one{
	 width: 330px;
  position:relative;
  height:auto;
   padding:0;
  z-index:55;
  top:0;
  float:left;
  
	 margin-right: 10px;
  background-color: rgb(243, 243, 243);
}


#panelboxes h2,
#panelboxes h2 a,
#panelboxes h2 a:hover {
		color: rgb(244, 155, 0);
		font-family: "Segoe UI",Arial, Helvetica,sans-serif;
		font-weight: bold;
		font-size:18px;
		line-height: 22px;
	}


#panelboxes h3 {
		font-size:15px;
			color:#000000;
			font-weight:normal;
			margin-bottom:3px;
			margin-top:0;
	}

#panelboxes div.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
		font-size: 11px;
		margin: 5px 0 0 0;
		color: #565656;
		text-align: center;
	    line-height: 115%; 
	}
	

#panelboxes div.csc-title {
	margin: 15px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}
	
#panelboxes div.csc-frame {
	margin: 8px 10px 8px 12px;
	padding-bottom:8px;
	color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}


#panelboxes div.csc-text {
	margin: 8px 10px 0px 12px;
	padding-bottom:8px;color: rgb(70, 70, 70);
	font-size: 15px;
	line-height:15px;
	text-align: justify;
	}

	
#panelboxes div.csc-line {
	margin: 0px 10px 30px 12px;
        
	padding-bottom: 20px;
	border-bottom: 1px dotted rgb(244, 155, 0);
	}
		




#panelboxes p {
	line-height: 115%;
}

#panelboxes a {
	text-decoration:none;
  	outline:0;
  	color: rgb(94, 172, 38);
	}
	
	
#panelboxes.button a {
	text-decoration:none;
	text-decoration:none;
  	outline:0;
  	color: rgb(112, 113, 114);
	}
	
	
	
#panelboxes a:hover {
	color:#000000;
	text-decoration:none;
	color: rgb(94, 210, 38);
}


#panelboxes a.green {
	color:#82be23;
	text-decoration:none;
	}

#panelboxes a.green:hover {
	color:#82be23;
	text-decoration:underline;
	}
	
#panelboxes h2,
#panelboxes h2 a,
#panelboxes h2 a:hover {
		color: rgb(244, 155, 0);
		font-family: "Segoe UI",Arial, Helvetica,sans-serif;
		font-weight: bold;
		font-size:18px;
		line-height: 22px;
	}


#panelboxes h3 {
		font-size: 18px;
			color:#000000;
			font-weight:normal;
			
		margin-bottom:3px;
			margin-top:0;
			line-height:20px;
	}

DIV.csc-textpic-single-image IMG {
margin-bottom: 10px;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG {
margin-bottom: 10px;
}

DIV.csc-textpic IMG {
border: none;
}

DIV.csc-textpic-imagewrap {
float: right;
clear: both;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}

DIV.csc-textpic-imagewrap-left {
float: left;
clear: both;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}

#panelboxes div.csc-text li{
	padding-bottom:8px;
	font-size: 15px;
	line-height:15px;
	text-align: justify;	
	background-image: url(images/secondary-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}


#panelboxes div.csc-text ul {
	padding: 0;
	margin-left: 23px;
	margin-top: 2px;
}

/* Panelboxes End*/




/* Slider pequeÃ±o */

.slideshow { margin: 20px auto; padding: 0; }
.slide { margin: 0; padding: 0 }
.slideshow, .slide { height: 120px; width: 150px; }
.slide img { padding: 15px; border: 1px solid #ccc; background-color: #eee; margin: auto; display: block }


#box4 .slide{
	
	margin: auto;
}


/* Slider pequeÃ±o fin */

/* Botón */


.shadow-button {
width: 100%;
height: 30px;
display: block;
position: absolute;
bottom: -36px;
left: -20%;
box-shadow: 0px -8px 10px -11px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px -8px 10px -11px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px -8px 10px -11px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0px -8px 10px -11px rgba(0, 0, 0, 0.4);
}


.button.destacado {
color: rgb(112, 113, 114);
padding: 0;
border: 1px solid rgb(189, 189, 189);
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
border-top: 1px solid rgb(230, 230, 230);
margin-bottom: 25px;
margin-top: 25px;
display: block;
position: relative;
z-index: 0;
max-width: 110px;
}

.button.base {
background-color: rgb(230, 230, 230);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(230, 230, 230)));
background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(230, 230, 230));
background-image: -moz-linear-gradient(top, whitesmoke, #e6e6e6);
background-image: -o-linear-gradient(top, whitesmoke, #e6e6e6);
background-image: linear-gradient(to bottom, rgb(245, 245, 245), rgb(230, 230, 230));
-webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
font-weight: 300;
font-size: 0.75em;
font-family: Calibri, Arial, "sans-serif";
}

button.destacado.home {
position: absolute;
bottom: 0;
left: 36%;
}

.button.base .borde-boton {
display: block;
border: 1px solid rgb(255, 255, 255);
}

.button.destacado .inner-boton {
display: block;
padding: 4px 12px;
font-weight: bold;
font-size: 14px;
}

.arrow-right {
width: 6px;
height: 12px;
margin-left: 10px;
display: inline-block;
background: rgba(0, 0, 0, 0) url("images/arrow-right.png") no-repeat left top;
}

/* Fin BotÃ³n */




/* PIE */

#footer {
font-size: 15px;
width:950px;
background: rgb(255,255,255);
background-repeat: repeat;
background-color: rgb(255, 255, 255);
border-top: 1px solid rgb(217, 217, 217);
-webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}

}


#footer-wrap {
background-repeat: repeat;
background-color: rgb(255, 255, 255);
border-top: 1px solid rgb(217, 217, 217);
-webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}

#footerline {
margin-top: 20px;
border-top: 2px solid rgb(244, 155, 0);
background: rgb(255,255,255);
/* padding: 5px 10px; */

}

.foot-title {
display:inline;
font-size: 20px;
color: rgb(24,24,24);
}

#pie {
  clear:both;
  display:table;
  text-align:left;
  width: 890px;
  box-shadow: 0px 0px 1px rgb(204, 204, 204);
  background: rgb(236, 236, 236);
  color: rgb(70, 70, 70);
  padding: 5px 30px 0px 30px;
}


#pie a{color: rgb(70, 70, 70);}
#pie a:hover{color:rgb(232, 162, 23)}

#pie-izq{
  float:left;
  width: 37%;
  margin: 10px 0 20px 0;
  }

#pie-der{
  float:right;
  width: 50%;
  text-align:right;
  margin: 10px 0 10px 0;
  }
  
#pie-cent{
  float:left;
  width: 10%;
  margin: 0px 0px 0px 0px;
  }
  
  
#pie-cent  p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
  
#pie-cent img{
  margin-top: 8px;}

#pie-der .subnav{
	position:relative;
	top:45px;
}



#pie #pie-izq .sube{
  font-size:20px;
   width:450px;
  }


.content{
	margin: 0px 30px;	
	height: auto;
	overflow: hidden;
}

.content p {
	text-align: justify;
}


#sidemenu {
	border-right: solid 2px rgb(232,150,0);
	float:left;
	/* margin-left: 20px; */
	height:auto;
	overflow:hidden;
	min-height: 400px;
	padding-bottom:32727px;
	margin-bottom: -32767px;
	
}


.SecondaryNavigation{
font-size: 18px;
	/*width:20%;*/	
width: 180px;
position: relative;
padding: 0;
margin-right: 8px;
z-index: 55;
top: 0;
float: left;

	
/* background-color: rgb(243, 243, 243); */
	
}

.SecondaryNavigation .NoNavLink {
 	color: #bababa;
 	margin-top: 12px;
}

.SecondaryNavigation ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SecondaryNavigation ul li {
	display: block;
	margin-top: 1px;
	margin-bottom: 4px;
	font-size: 16px;
	
}

.SecondaryNavigation ul li > a:hover {
	text-decoration: none;
	color: rgb(244, 155, 0); 
}

.SecondaryNavigation ul li.selected > a:hover {
	text-decoration: none;
}

.SecondaryNavigation ul li > a {
	color: #303132;
	display: block;
	line-height: 30px;
	/*width: 180px;*/
	padding: 1px 28px 1px 0;
	
}

.SecondaryNavigation ul > li.selected > a {
	color: rgb(244, 155, 0);
	font-size: 18px;
}

.SecondaryNavigation ul li > ul li {
	background-image: url(images/secondary-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding-left: 15px;
}

.SecondaryNavigation ul li > ul li.selected {
	background-image: url(images/secondary-nav-bg-active.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding-left: 15px;
}

.SecondaryNavigation ul ul ul {
	margin-left: 11px;
}

.SecondaryNavigation ul li.hidden a {
	font-style: italic;
}

.SecondaryNavigation ul ul {
	padding: 0;
	margin-left: 23px;
	margin-top: 2px;
	width:174px;
}


.topimage{
	margin-bottom: 15px;
}

#sub-footer-wrap {
padding: 0px 0 10px 20px;
font-size: 12px;
clear: both;
background-color: rgb(64, 64, 64);
border-top: 1px dotted rgb(217, 217, 217);
position: relative;
/* margin: 0 auto; */
/* clear: both; */
font-size: 14px;
width: 930px;




display: table;
/* height:30px; */
}





.unitedthemes,
.copyright,
.unitedthemes a,
.copyright a {
	color:#aFaFaF;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 15px;
}




.unitedthemes a:hover,
.copyright a:hover {
	color:#fff;
	font-weight:normal;
	padding-left: 12px;
}