/*
	Theme: Circles Ajax
	Author: flGravity
	Contact: http://themeforest.net/user/flGravity
	Last Change: 03/03/2012
	
	
	TABLE OF CONTENS
	 																 
	1.  Browser Reset
	2.  Typography
	3.  Templete Classes
	4.  Blog and Post
	5.  Sliders and Carousel
	6.  Styles for build-in JS plugins
	7.  Page Covers, Site Logo and Copyright
	8.  Circles Front Menu
	9.  Page Setup
	10. Page Header, Footer and SideBar
	11. Widgets
	12. Portfolio	
	 
*/


/*-----------------------------------------------------------------------------------*/
/* 1.  Browser Reset
/*-----------------------------------------------------------------------------------*/

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,font,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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


article, section, aside, hgroup, nav, header, footer, figure, figcaption { display: block; }
input, textarea, keygen, select, button, isindex { font-family: inherit; font-size: inherit; }

/* generic elements */
img { border: 0; vertical-align: middle; }
ul { list-style: none; }
blockquote, q {quotes: none;}
:focus {outline:0;}
input, select {vertical-align: middle;}

/* switch cursor to pointer on clickable elements */
.button, label, input[type=button],
input[type=submit], button {cursor: pointer;}

/* ie image resize fix */
img { -ms-interpolation-mode: bicubic; }

/* tables */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

/* show vertical scrollbar to prevent jumpy page */
body {overflow-y: scroll; overflow-x: hidden;}



/*-----------------------------------------------------------------------------------*/
/* 2.  Typography
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/* 4.  Templete Classes                                                      
/*-----------------------------------------------------------------------------------*/

/* margins reset */
.nbm { margin-bottom: 0!important; }
.nm { margin: 0!important; }

/* meta information */
.meta { text-transform: uppercase; color: #999; }

/* handwrite text "Jenna Sue" */
.handwrite { font-size: 170%; }

/* quote */
.quote {
    padding-left: 25px;
    background: url("../images/quotes.png") no-repeat left top;
    color: #999;
    font-size: 14px;
    margin: 20px 0;
    font-style: italic;
}

/* dropcap */
.dropcap:first-letter {
  font-size: 40px;
  line-height: 1em;
  display: block;
  float: left;
  margin-right: 5px;
}

/* section heading */
.section-heading {
	padding: 0 0 2px;
	margin: 40px 0 40px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.section-heading h1,
.section-heading h2, 
.section-heading h3 { float: left; text-align: center; margin: 0; padding: 0; width: 140px; }

.section-heading:after {
	content: "";
	display: block;
	position: relative;
	left: 140px;
	height: 10px;
	margin: 5px 0;
	width: 820px;
	background: url("../images/stripe.png") repeat;
}
.ecualizador {
	position:fixed;
	bottom:6px;
	right:160px;
	z-index:999;
}

/* scrool top button */
.scrolltop { position: relative; display: block; width: 20px; height: 20px; background: url("../images/controls.png") no-repeat 0 -10px; }
.scrolltop:hover { background-position: 0 -100px; }

/* frame */
.frame {
  vertical-align: bottom; 
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  padding: 5px;
  border: 1px solid #ddd;
  margin: 4px 0;
}

/* image preview background */
.hoverback { display: block; background-color: #222; }

/* left or right image in text */
.moveleft { float: left; margin-right: 10px!important; }
.moveright { float: right; margin-left: 10px!important; }

/* selections */
.select1 { color: #ee5858; }
.select2 { color: #eebc58; }
.highlight1 { color: #fff; background-color: #ee5858; padding: 0 0.25em; }
.highlight2 { color: #fff; background-color: #eebc58; padding: 0 0.25em; }


/* lists (circle, square, check and arrow ) */
.list-circle li { background: url("../images/list_bullets.png") no-repeat 0 -20px; }
.list-square li { background: url("../images/list_bullets.png") no-repeat 0 -60px; }
.list-check  li { background: url("../images/list_bullets.png") no-repeat 0 0; }
.list-arrow  li { background: url("../images/list_bullets.png") no-repeat 0 -40px; }
.list-circle li, .list-square li, .list-check li, .list-arrow li{
  padding-left: 20px;
  margin-left: 5px;
}

/* link with arrow */
a.link:hover { background-position: right -100px; }
a.link { display: inline-block; font-size: 12px; text-transform: uppercase; }
a.link { padding-right: 20px; background: url("../images/controls.png") no-repeat right -10px; }

/* buttons and submit elements */
.button {
	display: inline-block;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    min-width: 60px;
    /* css3 transitions */
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    /* border radius */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button { padding: 7px 10px; margin: 0 0 14px;  }
.button.gray { background: #404040;  color: #a6a6a6; }
.button.gray:hover { background: #555; }
.button.blue { background: #58bcee;  color: #fff; }
.button.blue:hover { background: #8fceee; color: #fff; }

/* input elements and forms */
input:focus, textarea:focus { background: #eee; }
input, textarea
{
    display: block;
    color: #999;
    margin: 0 0 10px;
    width: 240px;
    padding: 5px;
    border: 0;
    background: #eee;
    line-height: 20px;
    height: 20px;
    border-left: 2px solid transparent;
}

/* reset with for submit button */
input[type="submit"] { width: auto; height: auto; }

/* mailform textarea */
.mailform textarea { height: 140px; width: 400px; }

/* contact info fields */
.contact-info .address,
.contact-info .phone,
.contact-info .email,
.contact-info .facebook,
.contact-info .twitter {padding-left: 25px; margin: 0 0; background: url("../images/contact.png") no-repeat; }
.contact-info .facebook { background-position: 0 0; }
.contact-info .twitter { background-position: 0 -20px; }
.contact-info .email { background-position: 0 -40px; }
.contact-info .email a, .contact-info .facebook a, .contact-info .twitter a {color: #666;}
.contact-info .address { background-position: 0 -60px; }
.contact-info .phone { background-position: 0 -80px; }


/*-----------------------------------------------------------------------------------*/
/* 5. Blog and Post                                                      
/*-----------------------------------------------------------------------------------*/
.blog-list { float: left; clear: both; margin: 0; }
.blog-list .blog-list-entry { margin: 0 0 20px; float: left; clear: left; border-bottom: 1px dashed #ddd; padding-bottom: 19px; }
.blog-list .blog-list-entry:last-child { margin: 0; border-bottom-color: transparent; }
.blog-list .post-thumb { float: left; position: relative; left: 0px; height: 200px; width: 300px; margin: 0 20px 0 0; overflow: hidden; }
.blog-list .post-thumb img { height: 100%; width: 100%; }
.post-title { margin: 0 0 10px; }
.blog-list .post-title a { font-weight: normal; color: #444; }
.blog-list .post-title a:hover { color: #666; }
.post-meta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
    color: #999;
    background: #eee;
    padding: 4px 5px;
    border-bottom: 1px solid #ddd;
}

/* post comments and reply form */
.post-comments {  float: left; width: 100%; }
.post-comments ul { float: left; padding-right: 40px; }
.post-comments li { float: left; width: 100%; margin: 0 20px 20px; }
.post-comments h3 { margin: 0 0 10px; }
.post-comments p { color: #999; font-size: 12px; padding-left: 25px; margin: 10px 0; background: url("../images/user.png") no-repeat 0 0; }
.post-comments p .comment-author { margin-right: 10px; padding-right: 10px; border-right: 1px solid #ccc;  color: #444; font-weight: bold; }
.post-comments .comment-reply { float: left; clear: both; }
.post-comments .comment-reply input, .post-comments .comment-reply textarea { float: left; clear: left; }
.post-comments .comment-reply textarea {height: 126px; width: 400px;}


/*-----------------------------------------------------------------------------------*/
/* 6. Sliders and Carousel                                                     
/*-----------------------------------------------------------------------------------*/

/* image sliders */
.slider { position: relative; margin: 0 0 20px; }
.slider, .slider .slides_container, .slider .slides_container .slide { width: 620px; height: 300px; }
.slider .slides_container .caption { position: absolute; left: 10px; top: 10px; background: #fff; padding: 5px; font-size: 14px; }
.slider .slides_container .slide { overflow: hidden; }
.slider .pagination { 
	position: absolute; 
	bottom: -15px; 
	z-index: 12; 
	margin: 0; 
	right: 0;
}
.slider .pagination li { float: left; margin-right: 5px; }
.slider .pagination li:last-child { margin-right: 0; }
.slider .pagination li a { display: block; width: 10px; height: 10px; background: url("../images/slider_bullets.png") no-repeat 0 0; text-indent: -9999px; }
.slider .pagination li a:hover,
.slider .pagination .current a  { background-position: 0 -10px; }




/* nivo slider ("about" page) */
.slideshow { position: relative; margin: -20px 0 20px; }
.slideshow .nivoSlider { width: 980px; height: 375px; left: -10px; background: url("../images/loader.gif") no-repeat 50% 50%; }
.slideshow .nivo-directionNav { position: relative; top: 50%; z-index: 9; cursor: pointer; }
.slideshow .nivo-directionNav a { display: block; width: 40px; height: 40px; position: relative; top: -20px;  }
.slideshow .nivo-prevNav { float: left; margin-left: 20px; background-position: -120px 0; }
.slideshow .nivo-nextNav { float: right; margin-right: 20px; background-position: -160px 0; }
.slideshow .nivo-prevNav:hover { background-position: -120px -40px;  }
.slideshow .nivo-nextNav:hover { background-position: -160px -40px; }
.slideshow .nivo-directionNav a { text-indent: -9999px; background-image: url("../images/sprites.png"); }
 
.slideshow .nivo-caption {
    left: 20px; 
    padding: 10px;
    bottom: 10px;
    width: auto;
    font-size: 18px;
    line-height: 1.2em;
    color: #444;
    background: #fff url("../images/stripe.png");
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.slideshow .nivo-controlNav { position: absolute; bottom: 10px; right: 10px; margin: 0; z-index: 8; }
.slideshow .nivo-controlNav a:last-child{ margin:0; }
.slideshow .nivo-controlNav a.active { background-position: 0 -10px; }
.slideshow .nivo-controlNav a{
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/slider_bullets.png") no-repeat 0 0;
    margin-right: 5px;
}

.slideshow .nivoSlider img { display: none; }
.slideshow .nivoSlider a { border: 0; display: block; }


/* works carousel ("about" page) */

.carousel { margin: 0; }
.carousel .jcarousel-item { display: block; position: relative; float: left; width: 220px; margin: 0 10px; }
.carousel .jcarousel-item img { width: 100%; height: auto; }
.carousel .jcarousel-container { width: 960px; margin: 0 auto; }
.carousel .jcarousel-clip { overflow: hidden; z-index: 1; }
.carousel .jcarousel-prev,
.carousel .jcarousel-next{
    position: absolute;
    top: -30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background:  url("../images/controls.png") no-repeat 0 0;   
}
.carousel .jcarousel-prev{ background-position: 0 -40px; right: 25px; }
.carousel .jcarousel-next{ background-position: 0 0px; right: 5px;  }
.carousel .jcarousel-prev-disabled,
.carousel .jcarousel-prev:hover{ background-position: 0 -60px; }
.carousel .jcarousel-next-disabled,
.carousel .jcarousel-next:hover{ background-position: 0 -20px; }
.carousel .carousel-caption { display: none; position: absolute; opacity: 0; top: -60px; left: 0; width: 100%; color: #a6a6a6; font-style: italic; }
.carousel .carousel-caption h3 { margin: 0; padding:0; color: inherit; font-style: normal; }
.carousel .jcarousel-item:hover .carousel-caption { display: block; }
.carousel .pad-inner { padding: 10px; clear: both; }


/* details and preview links for image */
.carousel .options {float: left; position: relative; left: 50%; }
.carousel .options a {float: left; position: relative; left: -50px; width: 40px; height: 40px; margin: 0 5px; background: url("../images/sprites.png"); }
.carousel .options a.fancybox:hover {background-position: 0 -40px; }
.carousel .options a.page-loader:hover {background-position: -40px -40px; }
.carousel .options a.fancybox { background-position: 0 0;}
.carousel .options a.page-loader { background-position: -40px 0;}

/* image background */
.carousel .black-back { display: block; background: #222; }


/*-----------------------------------------------------------------------------------*/
/* 7. Styles for build-in JS plugins
/*-----------------------------------------------------------------------------------*/

/* ajax form plugin */
.form-wrapper { position: relative; overflow: hidden; }
.ajax-progress { position: absolute; width: 20px; height: 20px; top: 5px; right: 10px; background: url("../images/ajax.gif") no-repeat center center; }
.not-valid { border-left: 2px solid #ee5858; }

/* social share plugin */
.social-share { 
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin: 20px 0 20px;
}

.social-share a
{
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 10px 10px 26px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.social-share a:first-child { margin-left:0; }
.social-share a:last-child { margin-right: 0; }
.social-share .share-twitter { background-image: url("../images/share-icons/twitter.png"); }
.social-share .share-facebook { background-image: url("../images/share-icons/facebook.png"); }
.social-share .share-stumbleupon { background-image: url("../images/share-icons/stumbleupon.png"); }
.social-share .share-digg { background-image: url("../images/share-icons/digg.png"); }
.social-share .share-delicious { background-image: url("../images/share-icons/delicious.png"); }
.social-share .share-linkedin { background-image: url("../images/share-icons/linkedin.png"); }


/* image loader plugin */ 
.image-loader-wrap { display: inline-block; width:100%; height: 100%; background: url("../images/loader.gif") no-repeat center center; }

/*-----------------------------------------------------------------------------------*/
/* 8. Page Covers, Site Logo and Copyright
/*-----------------------------------------------------------------------------------*/

.covers { width: 100%; height: 100%; position: fixed; overflow: hidden; top: 0; z-index: 900; }
.cover-top, .cover-bottom { position: absolute; left: 0; height: 50%; width: 100%; z-index: 1; }
.cover-top { top: 0; background: #000 url("../images/fondo.jpg")  repeat fixed left top; }
.cover-bottom { top: 50%; background: #000 url("../images/fondo.jpg")  repeat fixed left top; }





/* copyright */
.cover-bottom:after {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #444;
    font-size: 9px;
    line-height: 1em;
    z-index: 2;
}



/*-----------------------------------------------------------------------------------*/
/* 9. Circles Front Menu
/*-----------------------------------------------------------------------------------*/
.imagen-inicio {
	position: fixed;
	z-index: 2000;
	left:250px;
	bottom:0px;
}
#flashContent { width:100%; height:100%; }
.circles-menu
{
    position: fixed;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 150px;
    bottom: 50px;
    margin: auto 0;
    z-index: 1000;
    
}

.circles-menu ul
{
    float: left;
    position: relative;
    left: 80%;
}

.circles-menu li
{
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    padding: 0;
    float: left;
    right: 50%;
}

.circles-menu .bg
{
    display: block;
    position: absolute;
    margin: auto;
    left:0; right: 0;
    top:0; bottom:0;
    width: 100px;
    height: 100px;
}

.circles-menu .bg img { width: 100%; height: 100%; }

.circles-menu .nav
{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 25px;
    top: 25px;
    line-height: 100px;
    text-align: center;
    font-size: 100%;
    color: #fff;
    background: url("../images/menu_ring.png") no-repeat center center;
}

.circles-menu .nav:hover { color: #89130a; }





/*-----------------------------------------------------------------------------------*/
/* 10. Page Setup
/*-----------------------------------------------------------------------------------*/

/* page wrappers */
#center-wrapper { margin: 0 auto; width: 1140px; position: relative; }
#page-wrapper {
	width: 999px;
	height: 540px;
	margin: 0 auto;
	margin-top: 130px;
}

/* page */
.page {
    display: none;
    position: relative;
    top: 0; left: 0;
    width: 960px;
    min-height: 593px;
}

/* clearfix for page */
.page:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    zoom: 1;
}

/* home sidenav */
.sidenav { position: absolute; left: 0px; top: 0px; width: 1150px; height: 400px; }
.sidenav .home-wrap {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100px;
	height: 100px;
	background: url("../images/home_ring_back.png");
}

.sidenav .home-wrap .nav {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 70px;
    height: 70px;
    background: url("../images/home_ring.png");
    z-index: 1;
}

.sidenav .home-wrap .nav:hover { background-position: 0 -70px; }


/* social sidenav */
.social { position: absolute; right: 30px; top: 100px; margin: 0; }
.social li { margin-top: 5px; }
.social li a {display: block; line-height: 0; width: 32px; height: 32px; }
.social a.facebook {background: url('../images/social-icons/facebook.png'); }
.social a.twitter {background: url('../images/social-icons/twitter.png'); }
.social a.linkedin {background: url('../images/social-icons/linkedin.png'); }
.social a.flickr {background: url('../images/social-icons/flickr.png'); }
.social a.rss {background: url('../images/social-icons/rss.png'); }

/* page load ajax progress */
.page-progress {
    position: relative;
    top: 50px;
    margin: 0 20px;
    text-align: center;
    padding: 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #efefef; 
    box-shadow: -1px -1px 0px #e1e1e1;
    -moz-box-shadow:  -1px -1px 0px #e1e1e1;
    -webkit-box-shadow:  -1px -1px 0px #e1e1e1;
}

.page-progress span {
    display: block;
    font-size: 1em;
    line-height: 24px;
    padding-left: 32px;
    background: url("../images/loader.gif") no-repeat left center;
}

.page-progress span.alert { background: url("../images/warning.png") no-repeat left center; }


/*-----------------------------------------------------------------------------------*/
/* 11. Page Header, Footer and SideBar
/*-----------------------------------------------------------------------------------*/

/* page header and menu */
.page-header {
    position: relative;
    float: left;
    padding: 0 0px;
    left: -10px;
    margin: 0 0 20px;
    width: 100%;
	/* border-bottom: solid #fff 1px; */
}

.page-logo { float: left; margin: 0 10px; }
.page-logo img { float: left; }
.page-logo div { display: none;  position: relative; float: left; margin-left: 5px; color: #000; top: 10px; }
.page-logo:hover div { display: block; }
.page-header .site-nav { float: right; margin: 0 -12px; padding: 0px 0px 10px 0; }
.page-header .site-nav li { float: left; padding: 0 20px; /* border-left: 1px solid #e4e4e4; */ }
.page-header .site-nav li:last-child { border-right: 0; }
.page-header .site-nav li:first-child { border-left: 0; }
.page-header .site-nav a { color: #000; }
.page-header .site-nav a:hover { color: #808080; }
.page-header .current a, .page-header .current a:hover { color: #89130a; }


/* page footer */
.page-footer { 
	float: left; 
	position: relative; 
	left: -10px; 
	width: 100%; 
	padding: 0 10px;
	margin-top: 40px;
	border-bottom: 4px solid #262626; 
	background-color: #333; 
	font-size: 12px; 
	color: #808080;
}
.page-footer a:hover { color: #ddd; }
.page-footer .footer-content { float: left; padding: 0 0 10px; border-bottom: 1px solid #262626; width: 100%; overflow: hidden; }
.page-footer .footer-content h4 { font-weight: normal; margin: 10px 0; padding:0; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3); color: #a6a6a6; }
.page-footer .footer-sub { clear: left; float: left; width: 100%; border-top: 1px solid #404040; padding: 10px 0; }
.page-footer .scrolltop { float: right; right: -10px; }
.page-footer .sub-menu { float: right; margin: 0; }
.page-footer .sub-menu li { float: left; margin: 0 5px; }
.page-footer .sub-menu a { color: #808080; }
.page-footer .sub-menu a:hover { text-decoration: underline; }
.page-footer input[type="text"] { background-color: #262626; }


/* sidebar */
.sidebar { float: left; margin-left: 40px; padding-left: 40px; border-left: 1px solid #ddd; }
.sidebar a { color: #666; }
.sidebar a:hover { color: #58bcee; }
.sidebar .sidebar-entry { margin: 0 0 20px; float: left; clear: left; width: 100%; }
.sidebar .sidebar-entry:last-child{ margin: 0; border: 0; }
.sidebar h4, .sidebar h5 { margin: 0 0 10px; }
.sidebar ul, .sidebar p { margin: 0; }


/*-----------------------------------------------------------------------------------*/
/* 12. Widgets 
/*-----------------------------------------------------------------------------------*/

/* twitter widget */
.twitter-widget { width: 100%; float: left; }
.twitter-widget .tweetList { margin: 0; }
.twitter-widget .tweetList li { margin: 0 0 10px; padding-left: 25px; background: url("../images/twitter.png") no-repeat left top; }
.twitter-widget .tweetList p { margin: 0; font-size: 12px; }
.twitter-widget .tweetList a {font-style: italic; }

/* works widget */
.works-widget { float: left; margin: 0; } 
.works-widget li { float: left; margin: 0 5px 5px 0;}
.works-widget img { height: auto; width: 65px; }

/* text widget */
.text-widget {
    background-color: #404040;
    color: #999;
    position: relative;
    z-index: 1;
    padding: 10px;
} 
.text-widget p { margin: 10px 0 ; }
.text-widget em { display: block; color: #999; font-size: 11px; }
.text-widget:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #404040;
    bottom: -10px;
    z-index: -1;
}

/* search widget */
.search { margin: 0; }
.search input[type="text"],
.search input[type="submit"] { display: block; }
.search input[type="text"] { width: 120px; }
.search input[type="submit"] { 
    height: 20px;
    width: 25px;
    margin: 5px 5px 5px 0;
    text-indent: -9999px; 
    background: url('../images/search.png') no-repeat left center; 
    padding: 0;
    float: left;
}
.search-results { margin: 0; }
.search-results a { margin-right: 5px; text-decoration: underline; }
.search + .ajax-progress  { top: 5px; }

/* recent posts widget */
.recent-posts {float: left; margin: 0; }
.recent-posts li { float: left; clear: left; margin: 0 0 20px; }
.recent-posts li:last-child {margin: 0; }
.recent-posts .recent-post-thumb { float: left; margin-right: 10px; }
.recent-posts .recent-post-thumb img { height: 40px; width: auto; }
.recent-posts .recent-post-meta {font-size: 11px; width: 200px; font-style: italic; color: #999; }
.recent-posts .recent-post-meta strong {display: block; font-style: normal; font-weight: normal; font-size: 13px; color: #666; }
.recent-posts li a:hover .recent-post-meta strong {color: #58bcee;}


/*-----------------------------------------------------------------------------------*/
/* 13. Port\ 
/*-----------------------------------------------------------------------------------*/
#sele1 {display:none;}
#sele2 {display:none;}
.portfolio { clear: both; float: left; width: 960px; overflow: hidden; }
.portfolio .folio-filter { float: left; width: 100%; margin: 0 0 20px; }
.portfolio .folio-filter li { float: left; padding: 0 4px 0 4px; line-height: 18px; border-top: 1px solid transparent; }
.portfolio .folio-filter li.active-filter { background: #ddd; border-top: 1px solid #ccc; }
.portfolio .folio-filter a { color: #666; font-size:9pt;}
.portfolio .folio-filter a:hover { color: #89130a; font-size:8pt; padding:3px; width:100%;}
.bmenu li {width:200px;}
.portfolio .folio-list { clear: both; float: left; width: 700px;   margin: 0 0 -20px 0px; margin-left:200px; margin-top:-390px; }
.portfolio .folio-list li { float: left; width: 100px; margin: 0 15px 15px 0; }
.portfolio .folio-preview { position: relative; background-color: #222; cursor: pointer; }
.portfolio .folio-preview img { width: 100%; height: auto; }
.portfolio .folio-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; }
.portfolio .folio-preview:hover .folio-overlay { display: block; }
.portfolio .folio-footer { padding: 0px 0; color: #999; font-size: 9px; text-align: left; line-height:10pt; }
.portfolio .folio-footer h3 { margin: 0; padding: 1px; float: left; line-height:8pt;}

 /* preview options */
.portfolio .options {float: left; position: relative; left: 50%; }
.portfolio .options a {float: left; position: relative; left: -50px; width: 40px; height: 40px; margin: 0 5px; background: url("../images/sprites.png"); }
.portfolio .options a.fancybox:hover {background-position: 0 -40px; }
.portfolio .options a.page-loader:hover {background-position: -40px -40px; }
.portfolio .options a.fancybox { background-position: 0 0;}
.portfolio .options a.page-loader { background-position: -40px 0;}

.menu3 {
	background-color:#000;
}


body {
	background:url(../images/fondo.jpg) repeat;
	font-size:62.5%;
	font-weight: normal;
	color:#373737;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	overflow: hidden;
}

#gray {
	height: 20px;
	width: 20px;
	background-image: url(../images/gray.jpg);
	border: 1px solid #b4b0af;
	margin-right: 5px;
	cursor: pointer;
}


h1 {
	text-align: left;
	font-size: 1.8em;
	margin-bottom:10px;
	color:#080808;
}
h2 {
	text-align: left;
	font-size: 1.6em;
	margin-bottom:10px;
	color:#080808;
}
h3 {
	text-align: left;
	font-size: 1.4em;
	color:#080808;
}
h4 {
	text-align: left;
	font-size: 1.3em;
	margin-bottom:8px;
	color:#080808;
}
h5 {
	text-align: left;
	font-size: 1.2em;
	margin-bottom:6px;
	color:#080808;
}
h6 {
	text-align: left;
	font-size: 1.0em;
	margin-bottom:6px;
	color:#080808;
}
p {
	font-size: 1.1em;
	line-height:1.6em;
	padding:0;
	margin-top:0px;
}
a {
	color:#a3a3a3;
	text-decoration: underline;
}
a:hover {
	color:#af2027;
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#wrapper {
	width:999px;
	height:540px;
	margin:0 auto;
	margin-top:130px;
}
#paper {
	background:transparent url(../images/paper.png) no-repeat;
	width:100%;
	height:540px;
	margin:0 auto;
	position:relative;
	z-index:50;
	padding-top:23px;
	font-size:1.2em;
	overflow: hidden;
}
#footer {
	width:840px;
	height:20px;
	margin:0 auto;
	text-align: center;
	color:#555555;
	text-shadow: 1px 1px 0px #f0f0f0;
	position: relative;
	z-index:60;
}
input.no-js {
	display:none;
}
#footer a {
	color:#555555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* SLIDER */
/* ----------------------------------------- */
.coda-slider-no-js .coda-slider { 
	height: 680px; 
	overflow: hidden !important;
}

.coda-slider-wrapper {
	padding: 0;
	width: 1050px;
	margin:0 auto;
}
.coda-slider {
	background: transparent;
}
.coda-slider, .coda-slider .panel {
	width: 1050px;
	margin:0 auto;
	overflow:hidden !important;
}
.coda-slider .panel-wrapper {
	padding: 0px;
	padding-top: 0;
}
.coda-slider p.loading {
	padding: 0px;
	text-align: center;
}
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
.coda-slider .panel {
	display: block;
	float: left;
}
.coda-slider .panel-container {
	position: relative;
}
.coda-nav-left, .coda-nav-right {
	float: left;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}


/* MENU */
/* ----------------------------------------- */

#header {
	width:700px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	margin-bottom: -1px;
}

#logo {
	float:left;
	font-size: 19px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color:#717171;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #fff;
}

#nav {
 width: 406px;
 height: 31px;
 float:right;
}

#menu {
 width: 406px;
 height: 31px;
 margin: 0; padding: 0;
 position: absolute;
 bottom: 0;
 z-index: 51;
}

#menu li {margin-left: 40px; padding: 0; list-style: none; float:left; display: block; }

#menu li a {
	text-decoration: none;
	border:0;
	color:#000;
	text-shadow: 0px 1px 1px #fff;
	font-size: 14px;
	height:30px;
	display: block; 
	position:relative; 
	 z-index: 52;
	 
}

#menu li a:hover {
	color:#af2027;
}

a.current {background: transparent url(../images/pointer.png) center bottom no-repeat; padding-bottom: 1px;}

body {
    font: 13px/20px "PTSansRegular", "Arial", sans-serif;
    background: url("../images/fondo.jpg") fixed repeat-y;
    color: #666;
}
.abajo {
	position: fixed;
	bottom:0px;
	right:10px;
	font-size:8pt;
	z-index:9999;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{ margin: 0 0 20px; }

strong,b { font-weight: bold; }
em, i { font-style: italic; }
del { text-decoration: line-through; }
small { font-size: 0.923em; line-height: 1.667em; } /* 12px */
big { font-size: 1.077em; line-height: 1.428em; } /* 14px */
pre, code { font-family: monospace, sans-serif; font-size: 12px; }
pre { white-space: pre-wrap; white-space: pre-line; }
hr {display: block; height: 1px; border: 0;  border-top: 1px solid #e1e1e1; margin: 19px 0;}

blockquote {
    color: #999;
    font-style: italic;
    font-size: 14px;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 4px solid #58bce5;
}

/* links */
a:hover { color: #89130a; }
a.ondark:hover { color: #89130a; }
a {
	color: #af2027; 
	text-decoration: none;
    /* css3 color transitions */
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

/* floats and clearings */
.left { float: left; }
.right { float: right; }
.clear, .clearfix { zoom:1; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden;  width: 0; height: 0; }
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}


/* headings */
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    color: #444444;
    padding: 10px 0 0;
    margin: 0 0 10px;
}

h1{ font-size: 24px; padding: 0; margin: 0 0 20px; }
h2{ font-size: 20px; }
h3{ font-size: 10px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

/* selection */
::selection { background: #666; color: #fff; text-shadow: none; }
::-moz-selection { background: #666; color: #fff; text-shadow: none;}

.texto {
	position: absolute;
	top: 300px;
	width: 700px;
	left: 500px;
}

.logoprov {
	background: url(../images/page_logo.png) center bottom no-repeat;
	width: 202px;
	min-width: 200px;
	height: 50px;
	position: absolute;
	top: 240px;
	left: 477px;
}