/************************************
*           RESET CSS
************************************/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/************************************
*      WORDPRESS BASICO CSS
************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/************************************
*        ESTILO BASICO CSS
************************************/

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?22963878');
  src: url('../fonts/fontello.eot?22963878#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?22963878') format('woff'),
       url('../fonts/fontello.ttf?22963878') format('truetype'),
       url('../fonts/fontello.svg?22963878#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22963878#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 


.icon-youtube:before { content: '\e805'; } /* '' */
.icon-popup:before { content: '\e804'; } /* '' */
.icon-publish:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e800'; } /* '' */
.icon-facebook-circled:before { content: '\e801'; } /* '' */
.icon-gplus-circled:before { content: '\e802'; } /* '' */
.icon-menu:before { content: '\e806'; } /* '' */


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
}

:hover{
	 -webkit-transition-duration: 0.3s; 
	 -moz-transition-duration: 0.3s; 
	 transition-duration: 0.3s; 
}

a{
	 text-decoration: none;

	 -webkit-transition-duration: 0.3s; 
	 -moz-transition-duration: 0.3s; 
	 transition-duration: 0.3s; 
}

h1,h2,h3,h4{
	font-family: 'museo700', serif;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
}


h4{
	font-size: 18px;
}

#container{
	width: 1024px;
	margin: 0 auto;
}

strong{
	font-weight: bold;
}

p{
	margin: 2% 0%; 
}

/************************************
*              HEADER
************************************/

header{
	width: 100%;
	display: inline-block;
	background: #FFF;
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow:0 4px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.26);
	position: relative;
	z-index: 3;
}

header .logo{
padding: 1% 0%;
text-align: center;
width: 30%;
float: left;
}

header nav#menu{
	width: 68%;
	float: right;
	margin-right: 2%;
}

header nav#menu .redes{
	font-size: 1.4rem;
	margin-top: 26px;
	display: block;
	text-align: right;
	min-height: 32px;
}

header nav#menu .redes li{
	display: inline;
	float: right;
}

header nav#menu .redes li .icon-twitter-circled{
	color: #00acee;
}

header nav#menu .redes li .icon-facebook-circled{
	color: #3b5998;
}

header nav#menu .redes li .icon-gplus-circled{
	color: #dd4b39;
}

header nav#menu .redes li .icon-youtube{
	color: #c4302b;
}



header nav#menu .main{
	border-top: 1px solid #4D4D4D;
	list-style-type: none;

	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

header nav#menu .main li{
	list-style-type: none;
    padding:0;
    margin:0;
    float:left;
    display: block
}

header nav#menu .main li a{
	color: #000;
	padding: 7px 14px;

    display: block;
    float: left;
    line-height: 26px;
}

header nav#menu .main li.current-menu-item  a,
header nav#menu .main li a:hover{
	color: #1C7399;
}



/************************************
*         SLIDER HOME
************************************/



/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: -6px 0 0px;  position: relative; zoom: 1; border-bottom: 1px solid #fff; }
#slider.flexslider { border-bottom: 0px; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #fff; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before {
margin-top: 10px;
font-family: "flexslider-icon";
font-size: 34px;
display: inline-block;
content: '\f001';
}
.flex-direction-nav a.flex-next:before  { content: '\f002'; }


#carousel .slides li {
width: 117px !important;
}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 20px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(245,245,245,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background:#fff }
.flex-control-paging li a.flex-active { background: #000; background: #fff; cursor: default; }

.flex-control-thumbs {margin: 2px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption {
	position: absolute;
	width: 100%;
	max-width: 1024px;

	background: url(../img/pattern.png) repeat;

	top: 0;
	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;

}


.flex-caption h2{
	color: white;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	width: 700px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/************************************
*            HOME
************************************/

article.us{
	position: relative;
	width: 50%;
	float: left;
	height: 300px;
	overflow: hidden;
	background: #000;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article.us img{
	width: 100%;
	height: auto;

	/* 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	
	filter: alpha(opacity=50);
	
	
	-moz-opacity:0.5;
	
	
	-khtml-opacity: 0.5;
	opacity: 0.5;

	filter:contrast(1.7) opacity(0.8) saturate(0.1);

	-webkit-filter: contrast(1.7) opacity(0.8) saturate(0.1);
	-moz-filter: contrast(1.7) opacity(0.8) saturate(0.1);
	-o-filter: contrast(1.7) opacity(0.8) saturate(0.1);
	-ms-filter: contrast(1.7) opacity(0.8) saturate(0.1);
	 */
}

article.us .texto h3,
article.us .texto p{
	text-align: center;
	
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

article.us .texto{
	background: rgba(3, 14, 24, 0.75);
	color: white;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 300px;

	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, .8) inset;
}

article.us .texto:hover{
	background: rgba(3, 10, 10, 0.9);

	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
}


article.us .texto:hover .contactar{
	background: white;
	color: #000;

	-webkit-transition-duration: 0.5s; 
	 -moz-transition-duration: 0.5s; 
	 transition-duration: 0.5s; 
}

article.us .texto h3{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 15%;
	margin-bottom: 2%;
}


article.us .texto .contactar{
	border:1px solid #fff;
	text-transform:  uppercase;
	padding: 1% 2%;
	margin: 4% auto;
	width: 150px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition-duration: 0.5s; 
	 -moz-transition-duration: 0.5s; 
	 transition-duration: 0.5s; 
}

article.left{
	border-right: 1px solid #fff;
}


article.empresa{
	width: 60%;
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;

	background: #4E4F51;
	color: white;
	padding: 3%;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

aside.home{
	width: 40%;
	float: left;
	border-top: 1px solid #fff;

	background: #193E5B;
	color: white;

	padding: 3%;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article.empresa h2{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 4%;
}

aside h2{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 8%;
}

aside .proyectos_recientes{
	width: 100%;
}

aside .proyectos_recientes ul{
		border-bottom: 1px solid #fff;
}

aside .proyectos_recientes li{
	list-style: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 7%;
	font-size: 14px;
}


aside a{
	color: white;
}


aside .proyectos_recientes li a{
	font-weight: bold;
}


aside .proyectos_recientes li img{
	float: left;
	margin-right: 3%;
}

aside .contactar{
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 1% 2%;
	display: inline-block;
	margin-top: 7%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	margin-bottom: 9%;

}

nav.servicios{
	background: #1F2022;
	border-top: 1px solid #fff;

	height: 115px;
	color: white;
	
	width:100%;
	float: left;
	overflow: hidden;
}


nav.servicios h2{
	font-size: 24px;
	line-height: 26px;
	width: 135px;
	margin: 3% 2% 2% 3%;
	
	float: left;

	text-transform: uppercase;
}

nav.servicios ul{
	float: right;
}

nav.servicios ul li{
	display: inline;
	float: left;
	position: relative;
	border-left: 1px solid #fff;
}

nav.servicios ul li .nombre{
	position: absolute;
	top: 0%;
	width: 100%;
	font-weight: bold;

	height: 115px;
	background: rgba(3, 10, 10, 0.9);
	-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 1) inset;
}

nav.servicios ul li .nombre a{
	display: block;
	text-align: center;
	color: white;
	margin-top: 27%;
}

/************************************
*            FOOTER
************************************/

footer{
	width: 94%;
	float: left;
	padding: 2% 3%;
	background: #000;
	color: #999999;

border-top: 1px solid #fff;
	font-size: 12px;
}

footer .copyright,
footer .direccion{
	width: 50%;
	float:left;
}

footer .direccion{
	text-align: right;
}

/************************************
*            PAGE
************************************/

.breadcrumb{
	width: 94%;
	float: left;
	background: #232E30;
	color: white;
	font-size: 12px;

	border-bottom: 1px solid #fff;
	padding: 1.6% 3%;

	margin: -6px 0px 0px 0px;
}

.breadcrumb a{
	color: #389EC6;
	margin-right: 10px;
}

.breadcrumb span{
	margin-right: 10px;
}

article.page{
	width: 65%;
	float: left;

	min-height: 903px;
	background: #E5E5E5;
	border-right: 1px solid #fff;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

aside.sidebar{
	width: 35%;
	float: left;

	background: #193E5B;
	color: white;

	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

aside.sidebar .us{
	width: 100%;
	border-bottom: 1px solid #fff;
	border-right: 0px;
	height: auto;
}

aside .us .texto{

}

aside .us .texto h3,
aside .us .texto p {
	text-align: center;
	width: 80%;
}

aside .us .texto h3{
	font-size: 20px;
	margin-top: 9%;
}

aside.sidebar .proyectos{
	float: left;
	padding: 0% 8%;
}

aside.sidebar .proyectos h2{
	margin-top: 8%;
}

aside .us .texto .contactar {
	display: inherit;
}

article.page .flexslider {
	margin: 0px 0 0px;
}

article.page .content,
article.page .single{
	width: 90%;
	padding: 3% 5%;
	display: inline-block;

	color:#565656;
}


article.page .content h1{
	color: #232E30;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;

	border-bottom: 1px solid #ccc;
}


article.page .content h3.tipo_equipo{
	color: #006EA3;
	font-size: 27px;
	margin: 5% 0% 1% 0%;
}

article.page  .redes{
	border-top: 1px solid #fff;
	margin-bottom: 10px;
}

.proyectos_recientes ul li p {
line-height: 13px;
font-size: 12px;
}


/************************************
*            SERVICIOS
************************************/

.content .lista,
.content .equipos,
.content .categoria.lista,
.slides,
#slider ul,
#slider ol{
	margin-left: 0px;
	list-style: none !important;
}

.lista li,
.equipos li,
.content .categoria.lista,
.slides li,
#slider ul li,
#slider ol li{
	list-style: none !important;
}

.lista li {
	width: 100%;
	display: inline-block;
	margin: 3% 0% 5%;
}

.equipos li{
margin: 2% 0% 2%;
}

.lista li figure{
	width: 20%;
	float: left;
	margin-right: 2%;
	height: 125px;
}


.lista li h2{
	font-size: 20px;
	line-height: 22px;
}

.equipos li h2{
	color: #232E30;
	font-size: 16px;
	text-transform: uppercase;
}

.lista li h2 a,
.lista li h4 a{
	color: #232E30;
}

.lista li h2,
.lista li p{
	width: 76%;
	float: left;
}

.lista li p{
	margin-top: 5px;
}

.lista li .vermas{
	background: #006EA3;
	color: white;
	padding: 1% 2%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.lista li .ficha{
	background: #C1917A;
	color: white;
	float: left;
	font-size: 11px;
	text-transform: uppercase;

	padding: .6% 3%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lista li .ficha:hover{
	background: #745A4E;
}

.categoria li{
	margin-bottom: 0%;
}

.categoria li figure{
	height: auto;
}

#carousel ul li{
	float: left;
}


article.page .single h1{
	color: #232E30;
	line-height: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


.wpcf7-text {
width: 97%;
border-color: #C0C0C0 #D9D9D9 #D9D9D9;
border-right: 1px solid #D9D9D9;
border-style: solid;
border-width: 1px;
font-family: inherit;
padding: 8px;
font-size: 14px;
font-weight: normal;
margin: 10px 0px 0px 0px;
color: #232E30;
}

.wpcf7-textarea {
width: 97%;
border-color: #C0C0C0 #D9D9D9 #D9D9D9;
border-right: 1px solid #D9D9D9;
border-style: solid;
border-width: 1px;
font-family: inherit;
padding: 8px;
font-size: 14px;
font-weight: normal;
margin: 10px 0px 0px 0px;
color: #232E30;
}


.wpcf7-submit {
color: white;
border: 1px solid #5CB0F1;
padding: 1% 3%;
background: #193E5B;
cursor: pointer;
}


.wpcf7-submit:hover{
	background: #232E30;
}

div.wpcf7-response-output {
margin: 1em 0em 0em;
padding: 0.2em 1em;
}

div.wpcf7-validation-errors {
color: white;
background: #DF6F74;
border: 0px;
}


article.page .redes ul {
padding: 2% 0%;
display: inline-block;
margin-left: 0px;
}


article.page .redes ul li{
float: left;
margin-right: 15px;
list-style: none;
}

article.page .redes ul li.twitter{
	width: 80px !important;
}

.content ul, 
.content ol, 
.page .single ul,
.page .single ol{
	margin-left: 20px;
}

.content ul li, 
.content ol li, 
.page .single ul li,
.page .single ol li{
	list-style: disc;
}

#mapa {
    border-bottom: 1px solid #FFFFFF;
    float: left;
    width: 100%;
}

#sidr,
#mobile_menu{
	display: none;
}