/* ---------------------------------= */
/* Import 
----------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Ruda:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,700");
@import url("fancybox.css");			/* FancyBox Styles */ 


/* ---------------------------------= */
/* Header
----------------------------------- */
#header_fix {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    min-height: 60px;
    position: fixed;
    width: 100%;
    top: 0px;
    /*border-top: 5px solid #0187D0;*/
    
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
#header {
    max-width: 100%;
    margin: 5 auto;
	/*background:rgba(0, 0, 0, 0.87) none repeat scroll 0% 0%;*/
	background:#EDEEEF;
}

#header_pre {
    position: absolute;
    z-index: 99;
    background: #999;
    width: 100%;
}
#opciones_pre {
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    color: rgba(255, 255, 255, 0.85);
    padding: 5px 5px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
}
#opciones_pre .op_pre {
    float: right;
    padding: 0 5px 5px 5px;
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#opciones_pre a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}
#opciones_pre a:hover {
    color: #fff;
}

#opciones_pre img {
    opacity: 0.7;
}

#seccion {
    padding: 0px 0 0 0;
    
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* Logo / Tagline
------------------*/
#logotipo {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#logo {
    margin-top: 22px;
}

#logo a img{float: left;}

.logotipo {
    margin: 10px 0 0px 0;
}
.logotipo img {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.nav-anim {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.contenidos {
    padding-top: 20px;
    max-width: 1100px;
    margin: 0 auto;
	
}
.contenidos2 {
    padding-top: 20px;
    max-width: 100%;
	margin: 0 auto;
}
.cabeceras {
    padding-top:;
    max-width: 960px;
    margin: 0 auto;
}

/* Top Right 
---------------------------------------------------------------*/
.form-search {
    margin: 0;
}
.buscador {
    width: 100px;
    border-radius: 3px 0 0 3px !important;
    font-family: 'Ruda', sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    height: 11px !important;
    padding: 5px !important;
    line-height: 10px !important;
    border: 0 !important;
    background-color: #DE9173 !important;
}

.busca_btn {
    background-color: #de7f73;
    border: 1px solid #de7f73;
    border-left: 1px solid #0187D0;
    line-height: 10px;
    border-radius: 0 3px 3px 0 !important;
}

/* Main Navigation
---------------------------------------------------------------*/
.selectnav {
    display: none;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    height: 37px;
    float: left;
    font-size: 14px;
    margin: 15px 0;
}

#navigation {
    background: transparent;
    /*display: block;
    width: 100%;
    float: left;*/
    max-height: 42px;
    position: relative;
	letter-spacing:2px;
}

#navigation ul,
#navigation li {
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
    float: right;
}
#navigation ul li{
    float:left;
    position:relative;
    /*background: url(../images/nav-divider.png)  repeat-y right;*/
    line-height: 30px;
}

#navigation ul li:hover{
}

#navigation ul li a { 
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    color: #404040;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
	font-weight:700;
	margin: 30.5px 15px 31.5px 15px;
	letter-spacing:1px;
}

/* Menu Bajo */

/*#navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #BCA654;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


#navigation ul li a:hover:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	 visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}*/

#navigation ul li a.activo  {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	/*border-bottom:3px solid #BE0705;*/
}

#navigation ul li a.download  {
    background: #0187D0;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#navigation ul li a:hover { 
	color:#FF6A00;
}

.social a :hover{
	color:#FF6A00;
}

#navigation ul li a.download:hover {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #0187D0;
}

#navigation ul li a.ofertas  {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#navigation ul li a.ofertas:hover {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #0187D0;
}

#navigation ul ul li a.carrito {
    width: 210px;
}

#navigation ul ul {
    position: absolute;
    display: none;
    top: 92px;
    left: 0;
    background: #fff none repeat scroll 0% 0%;
    z-index: 999;
}
#navigation ul ul li{line-height: 20px;border-top:1px solid rgba(166, 166, 166, 0.14);}
#navigation ul ul li a {color: #404040;}
#navigation ul ul li a:hover {
    color: #FF6A00;
}

#navigation ul ul li a {
    display: block;
    width: 150px;
    margin: 0;
    padding: 9px 18px;
    font-weight: bold;
    font-size: 11px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    background: none;
}

#navigation ul ul ul { 
    position: absolute; 
    top:-1px!important; 
    left:100%; 
    z-index: 999;
}

#navigation ul ul ul li a { 
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;*/
    border-top: 1px solid transparent;
    background: none;
    line-height: 19px;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
/*#navigation ul li:hover > a {color: #CD0D2D;}*/
#navigation ul ul li:hover > a {color: #FF6A00;}

#navigation-carrito {
    background: transparent;
    display: block;
    width: auto;
    float: right;
    /*max-height: 62px;
    margin: 7px 0 0 0;*/
    position: relative;
}

#navigation-carrito ul,
#navigation-carrito li {
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}
#navigation-carrito ul li{
    float:right;
    position:relative;
    /*background: url(../images/nav-divider.png)  repeat-y right;
    line-height: 30px;*/
}

#navigation-carrito ul li a { 
    font-family: 'Ruda', sans-serif;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    /*padding: 15px 25px;*/
    text-transform: uppercase;
}

#navigation-carrito ul li a:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#navigation-carrito ul li a.active  {
    background: #222;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#navigation-carrito ul li a.download  {
    background: #0187D0;
    color: #333;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#navigation-carrito ul li a.download:hover {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #0187D0;
}

#navigation-carrito ul ul li a.carrito {
    width: 350px;
}

#navigation-carrito ul ul {
    position: absolute;
    display: none;
    top: 59px;
    right: 0;
    background: #efefef;
    z-index: 999;
}
#navigation-carrito ul ul li{line-height: 20px;}
#navigation-carrito ul ul li a {color: #333;}
#navigation-carrito ul ul li a:hover {
    color: #fff;
}

#navigation-carrito ul ul li a {
    display: block;
    margin: 0;
    /*padding: 9px 18px;*/
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    background: none;
}

#navigation-carrito ul ul ul { 
    position: absolute; 
    top:0px; 
    right:100%; 
    background: #0187D0;
    z-index: 999;
}

#navigation-carrito ul ul ul li a { 
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid transparent;
    background: none;
    line-height: 19px;
}

#navigation-carrito ul ul ul li a:hover { 
    background: #333;
}

#navigation-carrito ul ul li:last-child a, #navigation-carrito ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation-carrito ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation-carrito ul li:hover>ul {opacity: 1; position:absolute; top:100%; right:0;}
#navigation-carrito ul ul li:hover>ul {position:absolute; top:0; right:100%; opacity: 1; z-index:497;}
#navigation-carrito ul li:hover > a {background: #666;}
#navigation-carrito ul li:hover > a.download {background: transparent;}
#navigation-carrito ul ul li:hover > a {color: #fff;}

/* Menu Shadow */
.nav-shadow {
    width: 100%;
    height: 27px;
    background: url(../images/nav-shadow.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    bottom: -2px;
}

/* ---------------------------------= */
/* Miscellaneous Styles
----------------------------------- */
.ie-dropdown-fix { position: relative; z-index: 55;}

/* Staff Page / About Us
------------------*/
.staff {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;

}

.staff h5 {
    line-height: 18px;
}

.staff span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.team-about p {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

/* Images Overlay
------------------*/
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 40;
    display: none;
    background-color: #d9d9d9;
    background: rgba(3, 2, 2, 0.73);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.image-overlay-link {
    background-image: url(../images/overlay-icon-01.png);
}

.image-overlay-zoom {
    background-image: url(../images/overlay-icon-02.png);
}

/* Headline
------------------*/
.headline {
    /*background: url(../images/headline-bg.png) 0 100% repeat-x;*/
    border-bottom: 1px solid #0187D0;
    display: block;
    margin: 30px 0 8px 0;
}



.headline h3, .headline h4 {
    border-bottom: 2px solid #0187D0;
    display: inline;
    padding: 0 5px 0 0;
    font-family: Ruda;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
}

/* Margins */

.no-margin {margin-top: 0;}
.low-margin {margin-top: 15px;}
.margintop {margin-top: 20px !important;}
.marginbottom {margin-bottom: 20px !important;}
.paddingbottom{padding-bottom:30px !important;}

/* Page Title
------------------*/
#page-title {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin: 10px 0 10px 0;
}

#page-title h2 {
    font-weight: normal;
    border-bottom: 2px solid #333;
    display: inline;
}

#page-title span {
    color: #aaa;
}



/* Client Logo List
------------------*/
.client-list{

    list-style: none;
}
.client-list li {
    border: 1px solid #e5e5e5;
    float: left;
    margin: -1px 0 0 -1px;
}


/* ---------------------------------= */
/* Portfolio
----------------------------------- */
.portfolio-item {
    margin: 5px 0 25px 0;
}

/* Thumbnails
------------------*/
.item-description {margin-bottom: 30px;}
.item-description.alt {margin-bottom:0;}
.item-description.related {margin-bottom:0;}

.item-description h5 {
    font-size: 12px;
    font-family: 'Ruda', sans-serif;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: 0;
}

.item-description h5 span {
    display: block;
    color: #888;
    font-weight: normal;
    margin-top: 3px;
}

.item-description a {color:#0187D0;}
.item-description a:hover {color:#404040;}
.item-description p {color: #666; margin-bottom: 0;}


/* Filters
------------------*/
#filters {
   
    
       display: block;
    
}

#filters ul li {
    display: inline;
}

#filters a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    color: #888;
    background-color: #fff;
    margin: 0 5px 10px 0;
    -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#filters a:hover,
.selected {
    background-color: transparent !important;
    /*border: 1px solid #999 !important;*/
    color: #555 !important;
}


/* Isotope Filtering
------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}




/* ---------------------------------= */
/* Footer
----------------------------------- */
#footer, #footer p, #footer a{color: #fff}
#footer a:hover {color: #fff;}
#footer p{font-size: 12px;}
.footer-headline {
    border-bottom: 1px solid rgba(180,180,180,0.10);
    display: block;
    margin: 15px 0 8px 0;
}


.footer-headline h4 {
    display: inline;
    padding: 0 10px 0 0;
    color: #999;
    font-size: 15px;
}


/* Photo Stream
------------------*/
.flickr-widget {margin-right: -12px; margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 11px;
    margin-bottom: 11px;
    border: 4px solid #404040;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.ie7 .flickr-widget a {width: 54px; height: 54px;}

/* Footer - Twitter Widget
------------------*/
#twitter {
  
    float: left;
    display: block;
    list-style: none;
    margin: 0px;
}

#twitter b a, #twitter b a:hover {color: #707070}
#twitter li {line-height: 18px; margin: 2px 0 12px 0;
             background: url(../images/tweet.png) no-repeat left top;
             padding-left: 25px;
             background-position-y: 4px;
             }
#twitter li:last-child {padding: 0; margin: 0;background: url(../images/tweet.png) no-repeat left top;
                        padding-left: 25px;
                        background-position-y: 4px;
                        }
#twitter a {color: #fff;}
#twitter a:hover {color: #d4d4d4;}

/* Footer Bottom
------------------*/
#footer-bottom {
    position: relative;
    color: #393939;
}


#footer-bottom a {color: #000}
#footer-bottom a:hover {color: #d4d4d4;}

#toTop {
	background-color: rgba(26,28,31,0.3);
    background-image: url(../images/scroll-top-top.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px;
    position: fixed;
    height: 39px;
    width: 48px;
    right: 10px;
    bottom: -100px;
    opacity: 0.9;
    padding-top: 7px;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
}
#toTop:hover {background-color: #FF6A00;}


/* ---------------------------------= */
/* Contact
----------------------------------- */

/* Google Map
------------------*/
#google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 110%;
    height: 0;
    overflow: hidden;
}

/* Posts
------------------*/
.post {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 15px 0;
    margin: 5px 0 25px 0;
}

.post.post-page { margin-bottom: 0;}



/* Post Meta */
.post-meta {
    color: #888;
    margin: 2px 0 15px 0;
    font-size: 14px;
}

.post-meta a {
    color: #888;
    text-decoration: none;
}

.post-meta a:hover {
    color: #666;
}

.post-meta i {
    opacity: 0.35;
    filter: alpha(opacity = 35);
    margin-right: 5px;
    zoom: 1;
}

.post-meta span {
    margin-right: 10px;
}

/* Entry */
a.post-entry {
    color: #222;
    margin: 3px 0 9px 0;
    display: inline-block;
    padding: 0 12px 0 0;
    background: url(../images/blog-post-entry-02.png) no-repeat right;
    background-position: 100% 50%;
}

a.post-entry:hover {
    color: #888; 
    background: url(../images/blog-post-entry-02.png) no-repeat right;
    background-position: 100% 50%;
}




/* Widgets
------------------*/
.widget {margin-top: 25px;}
.first.widget {margin-top: -5px;}
.first.widget {margin-top: -5px;}

/* Twitter */
#twitter-blog li {
    line-height: 18px;
margin: 2px 0 12px 0;
background: url(../images/tweet.png) no-repeat left top;
padding-left: 25px;
background-position-y: 4px;
}

#twitter-blog li:last-child {margin-bottom: 0;}

#twitter-blog b a {
    color: #888;
    font-weight: normal;
}

/* Flickr */
.flickr-widget-blog {margin-right: -15px;}
.flickr-widget-blog img {display: block; width: 100%;}

.flickr-widget-blog a {
    float: left;
    width: 57px;
    height: 57px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.ie7 .flickr-widget-blog a {width: 53px; height: 53px;}


/* ---------------------------------= */
/* Pricing Tables
----------------------------------- */


.pricing-table {
    /*float: left;*/
   
}

.pricing-table h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    margin: 0;
}

.pricing-table li {
    color: #888;
    background: #fdfdfd;
    text-align: center;
    padding: 11px 0;
    border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
    background: #f4f4f4;
}

.pricing-table h4 {
    padding:0 0 10px
}

a.sign-up {
    text-decoration:none;
    text-align: center;
    display: block;
    color: #fff !important;
    padding: 12px 0;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a.sign-up:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* Table
------------------*/
.pricing-table h3,
.pricing-table h4 {
    color: #fff;
    margin: 0;
}

.pricing-table h4 {
    padding: 15px 0;
}

.price,
.time {
    display: block;
    text-align: center;
    line-height: 24px;
}

.price {
    font-size: 24px;
    font-weight: normal;
}

.time {
    font-size: 12px;
    font-weight: normal;
}

/* Color Schemes
------------------*/

/* Color - 1 */
.pricing-table .color-1 h3, .color-1 .sign-up {background-color: #808080; border-bottom: 1px solid #4d4d4d;}
.pricing-table .color-1 h4 {background-color: #909090;border-top:1px solid #B8B8B8;}

/* Color - 2 */
.pricing-table .color-2 h3, .color-2 .sign-up {background-color: #404040;border-bottom: 1px solid #303030;}
.pricing-table .color-2 h4 {background-color: #4c4c4c;border-top:1px solid #5a5a5a;}

/* Color - 3 */
.pricing-table .color-3 h3, .color-3 .sign-up {background-color: #111;border-bottom: 1px solid #424242;}
.pricing-table .color-3 h4 {background-color: #333;border-top:1px solid #111;}

/* Social Icons
------------------*/

/* Header Icons */
.social-icons {
    margin: 0;
    float: left;
}

.social-icons li {
    display: inline;
    list-style: none;
    text-indent: -9999px;
    margin-left: 5px;
    background-position: 0 -38px;
    float: left;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.social-icons li a {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    height: 28px;
    width: 28px;
}

.social-icons li:hover {opacity: 1;}

/* Social Widget Icons */
#social a {
    width: 28px;
    height: 28px;
    margin: 0 6px 6px 0;
    display: block;
    float: left;
    text-indent: -9999px;
    background-position: 0 -38px;
}

#social a img{
    border: none;
}

/* Icon List */
.amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
.behance {background: url(../images/icons/social/behance.png) no-repeat;}
.blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
.deviantart{background: url(../images/icons/social/deviantart.png) no-repeat;}
.dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
.dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
.evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
.facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
.forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
.github {background: url(../images/icons/social/github.png) no-repeat;}
.googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
.jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
.last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
.linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
.picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
.pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
.rss {background: url(../images/icons/social/rss.png) no-repeat;}
.skype {background: url(../images/icons/social/skype.png) no-repeat;}
.spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
.stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
.tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
.twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
.xing {background: url(../images/icons/social/xing.png) no-repeat;}
.yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
.youtube {background: url(../images/icons/social/youtube.png) no-repeat;}

.social-icon {
    margin: 0 0 0 5px;
    padding: 0 0 0 22px;
    display: inline;
    list-style: none;
    background-position: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-size:16px;
}

.social-icon:hover {
    background-position:0 -22px;
}

/* List Styles
------------------*/
.check_list,
.plus_list ,
.minus_list ,
.star_list ,
.arrow_list ,
.square_list ,
.circle_list ,
.cross_list  {
    margin-left: 0px !important;
    vertical-align: text-top;
}

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
    list-style: none;
    margin: 5px 0;
    vertical-align: text-top;
}

.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(../images/icons/list/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}


/* ---------------------------------= */
/* Media Queries
----------------------------------- */

/* Higher than 960 (desktop devices)
----------------------------------- */
@media only screen and (min-width: 960px) {


}


/* All Mobile Sizes (devices and browser)
----------------------------------- */
@media only screen and (max-width: 767px) {

    #footer {
        width: 100%;
        margin: 0 auto;
    }

    #wrapper {
        width: 100%;
    }


    #navigation {
        float: none;
    }

    .js .selectnav {
        display: block;
    }

    .js #nav,
    .slide-caption,
    .search-form,
    #tagline,
    .social-icons,
    .widget,
    .widget-alt,
    #navigation ul li a {
        display: none;
    }

    .social-icons.about {
        display: block;
        margin-bottom: 30px;
    }

    #contact-top {
	text-align: center;
	float: right;
    }

    #toTop {
        display: none;
    }

    .icon-box i {
        margin-left: -10px !important;
    }

    .post-meta {
        display: none;
    }

    .post-title h2 {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .post-icon {
        margin-top: 28px;
    }

    #filters,
    #portfolio-navi {
        position: relative;
        text-align: left;
        display: block;
        margin: 0 0 23px 0;
    }

    #portfolio-navi {
        margin: -5px 0 25px 0;
    }

    .portfolio-item {
        margin: 5px 0 25px 0 !important;
    }

    .item-description.related {
        margin-bottom: 30px;
    }
	
	/*.slider.home {
        display: none;
    }*/
	
	.picture img {
		max-width: 250px;
		height: auto;
	}
	
}


/* NEW */
/* #Clearing
------------------------- */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*Client Logo, Grayscale & Hover Effect*/

.client-logo{
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all  0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.client-logo:hover{
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all  0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    cursor:pointer;
}






/*Features Box */

.featuresbox{
    border: 1px solid #e7e7e7;
    text-align: center;
    padding:5px;
    min-height: 270px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
}

.featuresbox:hover{
    /* fallback */ 
    background-color: #f9f9f9;

    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#f9f9f9)); 

    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* IE 10 */ 
    background: -ms-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);

    box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -o-box-shadow: inset 0 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 0 1px #fff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}

.feature-image {
    width: 100%;
    height: 125px;
    display: block;
    margin: 0 auto;
}

.feature-image-wide
{
    width: 100px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

/*Box Noticia */

.noticiabox{
    border: 1px solid #e7e7e7;
    text-align: left;
    padding:5px;
    /*min-height: 270px;*/
    background: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: 0 1px 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
}

.noticiabox:hover{
    /* fallback */ 
    background-color: #f9f9f9;

    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#f9f9f9)); 

    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* IE 10 */ 
    background: -ms-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);

    box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -o-box-shadow: inset 0 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 0 1px #fff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}

.noticia-image {
    width: 100%;
    height: 125px;
    display: block;
    margin: 0 auto;
}

/*Promociones Box */

.promobox{
    /*border: 1px solid #e7e7e7;
    padding:5px;*/
    text-align: center;
    min-height: 162px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
}

.promobox:hover{
    /* fallback */ 
    background-color: #f9f9f9;

    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#f9f9f9)); 

    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* IE 10 */ 
    background: -ms-linear-gradient(top, #f9f9f9, #f1f1f1); 

    /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);

    box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -o-box-shadow: inset 0 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 0 1px #fff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
}

.promo-image {
    width: 100%;
    height: 215px;
    display: block;
    margin: 0 auto;
}

/* Box Productos */
.media {
    background: #fff;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.25);*/
}

.media div.pull-left {
    overflow: hidden;
    margin-right: -15px;
    margin-left: 14px;
}
.media-img {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.media-image {
    width: 100%;
    height: 250px;
    display: block;
    margin: 0 auto;
}

.media-body {
    padding: 15px 0px 0px 25px;
}
.media-body h4 {
    font-size: 14px;
}

/* showcase*/
img.showcase {

    padding: 5px ;
    height: 250px;
}

.sc_header {
    font-weight: bold;

}

div.gallery_strip {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ebe6e6;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

/*blog entry*/

.entry{float:left; margin-bottom:10px;}
.entry span.meta{ display:block; padding:0; width:50px; float:left; text-align:center;}
.entry span.meta strong{ font-size:18px; background:#f6f6f6; color:#555; border:1px solid #ececec; display:block; float:left; width:100%; padding:5px 0;}
.entry span.meta small{ font-size:11px; background:#444; border:1px solid #333; display:block; float:left; width:100%; padding:0; color:#fff;}
.entry div{ float:right; width:79%;}
.entry div h4{ margin-bottom:10px; font-size:14px; margin-top: 0px !important;}
.entry div h4 a{ color:#181818;}
.entry div h4 a:hover{ color:gray;}

/*ribbon*/

.ribbon{margin:0}
.ribbon span{position:absolute;display:inline-block;top:22px;right:-25px;color:#fff;text-align:center;text-transform:uppercase;background:#f26a46;width:100px;padding:3px 10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);-moz-box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2),inset 0 5px 30px rgba(255,255,255,0.2);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.ie .ribbon span{right:0;top:0;padding:3px}

/*ribbon end*/ 

/*label*/ 
.label{font-weight: normal;}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: #999 !important;
  color: #fff !important;
  }
  
  .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    
    background: #999 !important;
}
 .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
       
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
      
        .container-narrow {
        margin: 0 auto;
        max-width: 700px;
      }
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      
       /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }
/*    
    #Links
------------------------- */

a,a:visited {color: 3B3E3F; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus { color: #404040;  text-decoration: none;}
	p a, p a:visited { line-height: inherit; }

.pdf {
    padding-left: 21px;
    background: url(../images/pdf.png) left bottom no-repeat;
    height: 19px;
}
.pdf a {
    text-decoration: underline
}
.pdf a:hover {
    color: #333
}

#carrito {
    color: #4e4d4d;
}
#carrito a {
    color: #807f7f;
}
#carrito a:hover {
    text-decoration: none;
    color: #4e4d4d;
}
#carrito th {
    font-weight: bold;
    text-align: center;
    background-color: #DBD9D5 !important;
    color: #404040;
    text-shadow: 1px 1px 1px white !important;
    padding: 5px 8px;
    vertical-align: middle;
    border: 1px solid #C8C8C8;
    font-size: 12px;
}
#carrito td {
    padding: 5px 8px;
    vertical-align: middle;
    border: 1px solid #C8C8C8;
    font-size: 13px;
}
#carrito .subt {
    background-color: #eee;
    color: #333;
    font-weight: bold;
}
#carrito .total {
    background-color: #9a260e;
    color: white;
    text-shadow: -1px -1px 0px #7E1E0A !important;
    border: 1px solid #9a260e;
    font-weight: bold;
}
#carrito input[type="number"] {
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
#carrito input[type="radio"] {
    margin: 2px 2px 0px 2px;
}
#carrito input[type="checkbox"] {
    margin-top: -3px;
}
#carrito img {
    border-radius: 5px;
}
#carrito .radio div {
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    background-color: #eee;
    color: #333;
}
#carrito form {
    margin: 0;
}

#form_datos {
    color: #4e4d4d;
}
#form_datos a {
    color: #807f7f;
    text-shadow: 1px 1px 1px #dedede;
}
#form_datos a:hover {
    text-decoration: none;
    color: #4e4d4d;
}
#form_datos th {
    font-weight: bold;
    text-align: left;
    background-color: #DBD9D5 !important;
    color: #404040;
    text-shadow: 1px 1px 0px white !important;
    padding: 5px 8px;
    vertical-align: middle;
    border: 1px solid #C8C8C8;
    font-size: 12px;
}
#form_datos td {
    text-shadow: 1px 1px 0px white !important;
    padding: 5px 8px;
    vertical-align: middle;
    border: 1px solid #C8C8C8;
    font-size: 11px;
	background-color: #fff;
}
#form_datos .subt {
    background-color: #eee;
    color: #333;
    font-weight: bold;
}
#form_datos .total {
    background-color: #9a260e;
    color: white;
    text-shadow: -1px -1px 0px #7E1E0A !important;
    border: 1px solid #9a260e;
    font-weight: bold;
}
#form_datos input[type="text"], #form_datos textarea {
    border: 0px;
    width: 96%;
    outline: none;
    margin: 0;
    box-shadow: none;
    background: transparent;
}
#form_datos input[type="checkbox"] {
    margin-top: -3px;
}
#form_datos .radio div {
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    background-color: #eee;
    color: #333;
}
#form_datos td.esqueleto {
    visibility: hidden;
}

.input-form input {
    width: 97%;
}

.input-form textarea {
    width: 98.5%;
}
.titulo{
	color: rgb(65,65,65);
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
}
.titulo2{
	font-size:16px;
	font-weight:700;
	text-align:left;
	color:#CD0D2D;
}
.titulop{
	font-size:16px;
	color:#393939;
}
.titulop:hover{
	font-size:16px;
	color:#CD0D2D;
}

/*********** Efecto Fotos ************/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: rgb(188, 166, 84);
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: rgb(188, 166, 84);
  border: 1px solid rgb(188, 166, 84);
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px rgb(188, 166, 84);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mbajo{
	margin-bottom:25px!important;
}
.fondo{
	background: #00ff00 url("../img/slide1.jpg") repeat fixed center;
	width:100%;
}

/* Titulos Originales*/
.column-titulo {
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  font-weight:600;
  text-align:left;
  font-size:18px;
}
.column-titulo:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #B30003;
}
.mbottom{
	margin-bottom:20px;
}
.titulos{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
	font-family: "Raleway";
	color: black;
	text-align: center;
}


.prueba{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #404040;
	line-height: 22px;
	text-rendering: auto;
}


.footer-headline2 {
    border-bottom: 1px solid rgba(255, 253, 253, 0.39);
    display: block;
    margin: 8px 0 8px 0;
}

.azul:hover{
	color:#FF6A00!important;
}
.icontacto{
	font-size:18px;
	color:#FF6A00;
}

.tituloss{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Raleway";
	color: black;
	margin-bottom:20px;
}
.titulose{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Raleway";
	color: #404040;
	text-align:center!important;
}
.caja{
	border:1px solid #e7e7e7;
	padding:5px;
	box-shadow: 0 0 10px #efefef;	
}
.cenlace{
	padding:20px 0px;
	margin-top:20px;
	border-top:1px solid #e7e7e7;
}