/*------------------------------------------------------

CSS overview: 

	1. RESET
	2. WIDGET
	3. POST
	4. POST CONTENT
	6. POST INFO
	7. SHARE
	8. COMMENTS
	9. COMMENT FORM
	10. WP-PAGINATION 
	
---------------------------------------------------------*/
/*--------------------------------------------------
				RESET
---------------------------------------------------*/
#inner-content {
  width: 800px;
  float: left; }

#sidebar {
  width: 270px;
  float: right; }

/*--------------------------------------------------
				WIDGET
---------------------------------------------------*/
.widget {
  margin-bottom: 50px;
  float: left;
  width: 100%; }

.widget .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
  color: #676767; }

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

.widget ul li {
  padding: 0;
  margin: 0 0 5px 0;
  width: 100%; }

.widget ul li:last-child {
  margin: 0; }

.widget ul li a {
  color: #676767; }

.widget ul li span.date {
  color: #aaa;
  display: block;
  font-size: 11px;
  text-transform: uppercase; }

.widget img.alignleft {
  margin: 5px 15px 0 0; }

.widget .bra_recent_entries li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee; }

.widget .bra_recent_entries li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.widget .bra_recent_entries a {
  text-transform: none;
  font-weight: 600; }

.widget .photostream li:last-child {
  margin: 0 0 5px 5px; }

/*--------------------------------------------------
			POST 
---------------------------------------------------*/
.post {
  border-bottom: 2px solid #eee;
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  overflow: hidden; }

.post:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------
			POST CONTENT
---------------------------------------------------*/
.blog1 {
  float: none;
  width: 100%; }

.blog1.content {
  padding: 0; }

.blog1 .post {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  border-bottom: none; }

.blog1 .post:first-child {
  padding-top: 50px; }

.blog1 .post:nth-child(2n+2) {
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.blog1 .post-media, .blog1 .post-content {
  margin: 0 auto; }

.blog1 .post-media {
  width: 1130px;
  margin-bottom: 30px; }

.blog1 .post-content {
  width: 760px; }

.blog1 .post-date {
  display: block; }

.blog1 .post-date, .blog1 .post-title, .blog1 .post-meta {
  text-align: center; }

.blog1 .wp-pagenavi {
  float: none;
  margin: 0 auto;
  margin-top: 30px; }

.blog1.two-half .post-holder {
  width: 1130px;
  margin: 0 auto; }

.blog1.two-half .post-media {
  width: 45%;
  float: right;
  margin-bottom: 0;
  margin-left: 5%; }

.blog1.two-half .post:nth-child(2n+2) .post-media {
  width: 45%;
  float: left;
  margin-right: 5%;
  margin-left: 0; }

.blog1.two-half .post-content {
  width: 50%;
  float: left;
  text-align: left; }

.blog1.two-half .format-quote .post-content, .blog1.two-half .format-quote .post-media {
  width: 100%;
  float: left;
  text-align: left; }

.blog1.two-half .post-date, .blog1.two-half .post-title, .blog1.two-half .post-meta {
  text-align: left; }

.blog3 .post-media {
  width: 50%;
  float: left;
  margin-right: 5%;
  margin-bottom: 0; }

.blog3 .post-content {
  width: 45%;
  float: left; }

.blog-holder {
  width: 105%;
  margin-left: -3%;
  margin-bottom: 30px;
  float: left; }

.blog-holder.blog5 .post, .blog-holder.blog6 .post, .blog-holder.blog7 .post {
  float: left;
  margin-left: 3%;
  margin-bottom: 3%;
  padding: 0;
  background-color: #f5f5f5;
  border-bottom: none; }

.blog-holder.blog5 .post, .blog-holder.blog7 .post {
  width: 46%; }

.blog-holder.blog6 .post {
  width: 29.63%; }

.blog-holder.blog5 .post-content, .blog-holder.blog6 .post-content, .blog-holder.blog7 .post-content {
  padding: 20px;
  overflow: hidden; }

.post-media.featured-image {
  position: relative; }

.post-media.featured-image .player {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%; }

/*--------------------------------------------------
			TIMELINE STYLE BLOG POST
---------------------------------------------------*/
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #f5f5f5;
  left: 21%;
  margin-left: -5px; }

.timeline .post {
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
  border: none; }

.timeline .post-info {
  display: block;
  width: 21%;
  position: absolute;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.timeline .post-info strong {
  color: #999999;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-transform: none; }

.timeline .post-info:after {
  border: 5px solid #fff;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 10px;
  right: -7px;
  background-color: #ccc;
  border-radius: 30px 30px 30px 30px; }

.timeline .post-info, .timeline .post-info li {
  display: block; }

.timeline .post-info ul {
  margin: 0 30px 0 0;
  padding: 0; }

.timeline .post-info li {
  margin-right: 0;
  margin-bottom: 5px; }

.timeline .post-info li:after {
  content: "";
  margin-left: 0; }

.timeline .post-info li a {
  color: #676767; }

.timeline .post-info li.comments a:hover {
  color: #676767; }

.timeline .post-content {
  margin: 0 0 0 25%;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  border-radius: 2px;
  width: 75%; }

.timeline .post-title {
  overflow: hidden; }

.timeline .post-content:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  border-width: 10px;
  top: 10px; }

.timeline .round .post-date {
  float: right;
  width: 100px;
  margin: 0 25px 0 0; }

.timeline .round .post-title, .timeline .round .post-meta, .timeline .round .post-entry {
  padding-left: 0; }

@media only screen and (min-width: 320px) and (max-width: 959px) {
  .timeline:before {
    display: none; }

  .timeline .post-info {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    float: left; }

  .timeline .post-info:after {
    display: none; }

  .timeline .post-info ul {
    margin: 0 0 0 7px;
    padding: 0; }

  .timeline .post-info li {
    display: inline;
    float: left; }

  .timeline .post-info li:after {
    content: "\2022";
    color: #999;
    margin: 0 7px; }

  .timeline .post-info li:first-child:after, .timeline .post-info li:last-child:after {
    content: ""; }

  .timeline .post-info li {
    margin: 15px 0 0 0; }

  .timeline .post-info li.avatar {
    margin: 0 15px 0 5px; }

  .timeline .post-info li.avatar img {
    width: 30px;
    display: block; }

  .timeline .post-content {
    margin: 0 0 30px 0;
    float: left; }

  .timeline .post-content:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #f5f5f5;
    top: -20px; } }
/*--------------------------------------------------
			POST META
---------------------------------------------------*/
.post-media, .post-title, .post-meta {
  display: block; }

.post-title h2.title, .post-title h2.title a {
  font: 300 26px/30px 'Open Sans',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  margin: 0; }

.post-title h2.title a:hover {
  color: #676767; }

.post-title blockquote {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #aaa; }

.post-title blockquote:before {
  content: ""; }

.post-title blockquote p {
  font: 300 26px/32px 'Open Sans',Helvetica,Arial,sans-serif;
  font-style: normal;
  padding-left: 0; }

.post-meta {
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 300; }

.post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.post-meta li {
  display: inline;
  margin-right: 5px; }

.post-meta li:last-child {
  margin-right: 0; }

.post-meta li:after {
  content: "\2022"; }

.post-meta li:last-child:after {
  content: ""; }

.post-meta span {
  padding-right: 7px; }

.post-meta a {
  color: #aaa;
  display: inline-block; }

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

.post-entry .button {
  margin-top: 14px; }

/*--------------------------------------------------
			POST MEDIA
---------------------------------------------------*/
.format-video iframe, .format-video object, .format-video embed {
  /*	position: absolute;           
      top: 0;                      
      left: 0;                        
      width: 100%;                    
      height: 100%;*/ }

.post-media {
  margin-bottom: 20px;
  position: relative; }

.post-media img {
  display: block;
  width: 100%; }

.responsive-video-div > div {
  position: relative; }

.responsive-video-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video-vimeo {
  max-width: 1130px; }

.responsive-video-vimeo > div {
  padding-top: 56.26506%;
  /* 467  830 */ }

.responsive-video-youtube {
  max-width: 1130px; }

.responsive-video-youtube > div {
  padding-top: 56.271981%;
  /* 480  853 */ }

/*--------------------------------------------------
			POST DATE
---------------------------------------------------*/
.post-date {
  color: #676767;
  text-transform: uppercase;
  font: 700 11px/17px 'Open Sans',Helvetica,Arial,sans-serif;
  margin-bottom: 15px; }

.post-date ul {
  margin: 0;
  padding: 0; }

.post-date li {
  display: inline;
  margin-right: 5px; }

.post-date li:last-child {
  margin-right: 0; }

.post-date span.day:after {
  content: ","; }

.post-date li:after {
  content: "/";
  margin-left: 7px; }

.post-date li:last-child:after {
  content: "";
  margin-left: 0; }

/*--------------------------------------------------
			POST DATE ROUNDED
---------------------------------------------------*/
.round .post-date {
  float: left;
  width: 100px; }

.round .post-title, .round .post-meta, .round .post-entry {
  padding-left: 100px; }

.round .post-date ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0; }

.round .post-date li:after {
  content: ""; }

.round .post-date li {
  width: 75px;
  height: 75px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 90px 90px 90px 90px;
  font-weight: 600;
  margin: 0;
  display: block; }

.round .post-date span {
  padding-right: 0;
  display: block; }

.round .post-date .date {
  color: #aaa;
  padding: 0;
  background-color: #eee; }

.round .post-date .date span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px; }

.round .post-date .date span.day {
  font-size: 27px;
  line-height: 25px; }

.round .post-date span.day:after {
  content: ""; }

.round .post-date .date span.month {
  padding-top: 10px; }

.round .post-date li.comments {
  border: 2px solid #eee;
  margin-top: -10px; }

.round .post-date li.comments a {
  color: #aaa;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: -0.1em; }

.round .post-date li.comments a:hover {
  color: #676767; }

.round .post-date li.comments a span {
  font-size: 22px;
  letter-spacing: 0;
  display: block;
  margin-top: 17px; }

/*--------------------------------------------------
			WP-PAGINATION 
---------------------------------------------------*/
.wp-pagenavi {
  width: 100%; }

.wp-pagenavi span.pages {
  margin: 7px 30px 0 0;
  padding: 0;
  background-color: transparent; }

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
  display: inline-block;
  color: #676767;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 4px;
  padding: 5px 12px;
  text-transform: uppercase;
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #fff;
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #444;
  border: 1px solid #444; }

.wp-pagenavi span.current {
  color: #444;
  border: 1px solid #444; }

.wp-pagenavi.aligncenter {
  float: none;
  margin: 0 auto;
  text-align: center; }

/*--------------------------------------------------
			BLOG SINGLE NO SIDEBAR
---------------------------------------------------*/
.blog-single .post {
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0; }

.blog-single .post-media {
  width: 1130px;
  margin: 50px auto 30px auto; }

.blog-single .post-content {
  width: 760px;
  margin: 0 auto;
  border-bottom: 2px solid #eee;
  padding: 50px 0;
  text-align: justify;
  overflow: hidden; }

.blog-single .post:last-child .post-content {
  border-bottom: none;
  padding-bottom: 0; }

.blog-single .post:first-child .post-content {
  padding: 0 0 50px 0; }

.blog-single .post-date, .blog-single .post-title, .blog-single .post-meta {
  text-align: center; }

/*--------------------------------------------------
			ARTICLE NAVIGATION
---------------------------------------------------*/
.post-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post-nav li {
  width: 50%;
  float: left;
  padding: 0 4%; }

.post-nav li.prev {
  padding-left: 0;
  text-align: right; }

.post-nav li.next {
  padding-right: 0;
  text-align: left; }

.post-nav li:first-child {
  border-right: 2px solid #eee; }

.post-nav li small {
  font-weight: bold;
  text-transform: uppercase; }

.post-nav li small.date {
  color: #aaa; }

.post-nav li .title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300; }

/*--------------------------------------------------
			COMMENTS
---------------------------------------------------*/
.comment-list {
  margin: 0;
  padding: 15px 0 0 0; }

.comment {
  list-style-type: none;
  margin: 15px 0 0 0; }

.comment:first-child {
  border-top: none;
  margin-top: 0; }

.comment div {
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 25px;
  position: relative; }

.comment .avatar {
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  float: left;
  z-index: 1; }

.avatar h2 {
  margin-bottom: 0px; }

.comment .avatar img {
  border-radius: 20px 20px 20px 20px;
  width: 44px;
  height: 44px; }

.comment .comment-meta, .comment .comment-wrap {
  width: 91.5%;
  padding: 0;
  float: right; }

.comment .comment-meta {
  font-size: 11px; }

.comment .author, .comment .author a {
  color: #676767;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase; }

.comment .date {
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 5px 0; }

.comment .reply {
  padding: 1px 5px;
  border-radius: 3px 3px 3px 3px;
  background-color: #444;
  color: #fff; }

.comment .reply:hover {
  color: #fff; }

.comment .comment-wrap {
  margin-top: 15px; }

.comment .children {
  padding: 0 0 0 35px;
  margin: 15px 0 0 15px;
  border-left: 2px solid #eee;
  background: url("//www.portalprogramas.com/js/css/premios/images/sprite.png") no-repeat 0 -379px transparent; }

.comment .children div {
  background-color: #444;
  color: #f5f5f5; }

.comment .children .comment-meta .reply {
  background-color: #fff;
  color: #444; }

.comment .children .comment-meta .reply:hover {
  color: #fff; }

.comment .children .author, .comment .children .author a {
  color: #fff; }

.comment .children .date {
  color: #999999; }

.comment .children .comment {
  list-style-type: none; }

.comment div {
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 25px; }

.comment .children .comment {
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  position: relative; }

.comment .children .comment:first-child {
  margin-top: 0; }

.comment .children .comment-wrap, .comment .children .comment-meta {
  width: 91%; }

.comment .children .children .comment-wrap, .comment .children .children .comment-meta {
  width: 90%; }

.comment .children .children .children .comment-wrap, .comment .children .children .children .comment-meta {
  width: 89.5%; }

.comment .children .children .children .children .comment-wrap, .comment .children .children .children .children .comment-meta {
  width: 89%; }

.comment .children .children .children .children .children .comment-wrap, .comment .children .children .children .children .children .comment-meta {
  width: 88.5%; }

/*--------------------------------------------------
		COMMENT FORM
---------------------------------------------------*/
.comment-form {
  width: 90%; }

.comment-form p {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: left; }

.comment-form label {
  display: inline;
  font-size: 11px;
  font-weight: bold;
  line-height: 36px; }

.comment-form .comment-form-comment label {
  display: none; }

.comment-form input {
  width: 60%;
  float: left;
  margin-right: 15px; }

.comment-form textarea {
  width: 96%;
  height: 150px; }

.comment-form input.submit {
  width: 140px; }

/*--------------------------------------------------
		POST-TIMELINE
---------------------------------------------------*/
.archive {
  list-style-type: circle;
  color: #aaa; }

.archive li {
  padding: 0 0 10px 3px;
  margin: 0 0 0 10px; }

.archive a {
  text-transform: capitalize;
  font-size: 14px; }

.archive a:hover {
  color: #676767;
  text-decoration: underline; }

/*--------------------------------------------------
		POST-TIMELINE FULLWIDTH
---------------------------------------------------*/
.archive.fullwidth {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none; }

.archive.fullwidth li {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin: 0; }

.archive.fullwidth li:last-child {
  border: none; }

.archive.fullwidth div {
  position: relative;
  margin: 0 auto;
  text-transform: capitalize;
  width: 1130px;
  display: block; }

.archive.fullwidth li:hover {
  background-color: #444; }

.archive.fullwidth .title {
  margin: 0 0 5px 0; }

.archive.fullwidth .title a {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.5px;
  word-spacing: 5px;
  color: #676767; }

.archive.fullwidth li:hover .title a:hover {
  color: #fff;
  text-decoration: none; }

.archive.fullwidth p.meta {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  color: #aaa; }

.archive.fullwidth span {
  font-weight: bold; }

/*--------------------------------------------------
				 ARCHIVE LIST
---------------------------------------------------*/
.archive-nav {
  width: 100%;
  overflow: hidden;
  background-color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset; }

.archive-nav div {
  display: none;
  width: 1130px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden; }

.archive-nav ul {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.archive-nav ul:last-child {
  margin-right: 0; }

.archive-nav ul li {
  display: block;
  margin: 0 5% 5px 0; }

.archive-nav strong {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #888;
  color: #fff;
  font-style: italic; }

.archive-nav a {
  color: #888;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.archive-nav .tagcloud a {
  background-color: #444;
  color: #999; }

.archive-nav .tagcloud a:hover {
  color: #FFFFFF !important; }

.archive-nav a:hover {
  color: #fff; }

.archive-nav ul li a span {
  margin-left: 5px;
  font-style: italic;
  font-weight: normal; }

/*# sourceMappingURL=blog.css.map */


/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Default Theme
----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -78px -93px no-repeat; }

/* Top left corner */
div.pp_default .pp_top .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_x.png") top left repeat-x; }

/* Top pattern/color */
div.pp_default .pp_top .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -112px -93px no-repeat; }

/* Top right corner */
div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_y.png") top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_content {
  background-color: #fff; }

/* Content background */
div.pp_default .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_next.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.pp_default .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_prev.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.pp_default .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

/* Expand button */
div.pp_default .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") 0 -56px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.pp_default .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

/* Contract button */
div.pp_default .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") 0 -113px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") 2px 1px no-repeat;
  cursor: pointer; }

/* Close button */
div.pp_default #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/default_thumb.png") center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default .pp_details {
  position: relative; }

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 105px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  font-color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  line-height: 27px;
  margin-top: 5px;
  margin-right: 50px;
  margin-bottom: 5px;
  margin-left: 0; }

div.pp_default .pp_bottom .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -78px -127px no-repeat; }

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite_x.png") bottom left repeat-x; }

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/sprite.png") -112px -127px no-repeat; }

/* Bottom right corner */
div.pp_default .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/default/loader.gif") center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat; }

/* Top left corner */
div.light_rounded .pp_top .pp_middle {
  background: #fff; }

/* Top pattern/color */
div.light_rounded .pp_top .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat; }

/* Top right corner */
div.light_rounded .pp_content .ppt {
  color: #000; }

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff; }

div.light_rounded .pp_content {
  background-color: #fff; }

/* Content background */
div.light_rounded .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/btnNext.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.light_rounded .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.light_rounded .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.light_rounded .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.light_rounded .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.light_rounded .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.light_rounded .pp_details {
  position: relative; }

div.light_rounded .pp_description {
  margin-right: 85px; }

div.light_rounded #pp_full_res .pp_inline {
  color: #000; }

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_nav .pp_play {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_bottom .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat; }

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff; }

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat; }

/* Bottom right corner */
div.light_rounded .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */
div.dark_rounded .pp_top .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat; }

/* Top left corner */
div.dark_rounded .pp_top .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; }

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat; }

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y; }

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y; }

/* Right Content background */
div.dark_rounded .pp_content {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; }

/* Content background */
div.dark_rounded .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/btnNext.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.dark_rounded .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.dark_rounded .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.dark_rounded .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.dark_rounded .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.dark_rounded .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.dark_rounded .pp_details {
  position: relative; }

div.dark_rounded .pp_description {
  margin-right: 85px; }

div.dark_rounded .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded .pp_description {
  color: #fff; }

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff; }

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_rounded .pp_nav .pp_play {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_rounded .pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_rounded .pp_bottom .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat; }

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; }

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat; }

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Square Theme
----------------------------------- */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000; }

div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_square .pp_description {
  color: #fff; }

div.dark_square .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/loader.gif") center center no-repeat; }

/* Loader icon */
div.dark_square .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.dark_square .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.dark_square .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.dark_square .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.dark_square .pp_details {
  position: relative; }

div.dark_square .pp_description {
  margin: 0 85px 0 0; }

div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.dark_square .pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.dark_square .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/btnNext.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.dark_square .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
/* ----------------------------------
	Light Square Theme
----------------------------------- */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff; }

div.light_square .pp_content .ppt {
  color: #000; }

div.light_square .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.light_square .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.light_square .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.light_square .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.light_square .pp_details {
  position: relative; }

div.light_square .pp_description {
  margin-right: 85px; }

div.light_square #pp_full_res .pp_inline {
  color: #000; }

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_square .pp_nav .pp_play {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_square .pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_square .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/btnNext.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.light_square .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.light_square .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Facebook style Theme
----------------------------------- */
div.facebook .pp_top .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat; }

/* Top left corner */
div.facebook .pp_top .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x; }

/* Top pattern/color */
div.facebook .pp_top .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat; }

/* Top right corner */
div.facebook .pp_content .ppt {
  color: #000; }

div.facebook .pp_content_container .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y; }

/* Content background */
div.facebook .pp_content_container .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y; }

/* Content background */
div.facebook .pp_content {
  background: #fff; }

/* Content background */
div.facebook .pp_expand {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat;
  cursor: pointer; }

/* Expand button */
div.facebook .pp_expand:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat;
  cursor: pointer; }

/* Expand button hover */
div.facebook .pp_contract {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat;
  cursor: pointer; }

/* Contract button */
div.facebook .pp_contract:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat;
  cursor: pointer; }

/* Contract button hover */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat;
  cursor: pointer; }

/* Close button */
div.facebook .pp_details {
  position: relative; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.facebook .pp_loaderIcon {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/loader.gif") center center no-repeat; }

/* Loader icon */
div.facebook .pp_arrow_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/btnNext.png") center right no-repeat;
  cursor: pointer; }

/* Next button */
div.facebook .pp_previous:hover {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat;
  cursor: pointer; }

/* Previous button */
div.facebook .pp_bottom .pp_left {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat; }

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x; }

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat; }

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_top {
  height: 20px;
  position: relative; }

* html .pp_top {
  padding: 0 20px; }

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_fade {
  display: none; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 7px 0 0 0;
  display: none; }

.pp_social .facebook {
  float: left;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  margin: 2px 4px; }

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery li.default a img {
  display: none; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url("//www.portalprogramas.com/js/css/premios/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_bottom {
  padding: 0 20px; }

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

/*# sourceMappingURL=prettyPhoto.css.map */


/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//www.portalprogramas.com/js/css/premios/font/fontawesome-webfont.eot?v=3.2.1");
  src: url("//www.portalprogramas.com/js/css/premios/font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("//www.portalprogramas.com/js/css/premios/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("//www.portalprogramas.com/js/css/premios/font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("//www.portalprogramas.com/js/css/premios/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

/*# sourceMappingURL=font-awesome.css.map */


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* 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; }

/* FlexSlider Necessary Styles */
.flexslider {
  overflow: hidden;
  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%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  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 .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme */
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  /*-webkit-transition: all 1s ease; -moz-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 {
  background: url("//www.portalprogramas.com/js/css/premios/images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px !important;
  text-indent: -999em;
  border-radius: 2px 2px 2px 2px;
  z-index: 10; }

.flex-direction-nav li .flex-prev {
  right: 49px;
  background-position: 0 -169px; }

.flex-direction-nav li .flex-next {
  right: 10px;
  background-position: -35px -169px; }

.flex-direction-nav .flex-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Fullwidth FlexSlider Necessary Styles */
.fullwidth .flexslider {
  margin-bottom: -2px;
  max-height: 600px; }

.fullwidth .flexslider .flex-direction-nav a {
  background: url("//www.portalprogramas.com/js/css/premios/images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  top: 50% !important;
  width: 50px;
  height: 100px;
  position: absolute;
  text-indent: -999em;
  margin-top: -50px; }

.fullwidth .flexslider .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.fullwidth .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  background-position: 0 -215px;
  border-radius: 0 3px 3px 0; }

.fullwidth .flexslider .flex-direction-nav .flex-next {
  right: 0;
  background-position: -50px -215px;
  border-radius: 3px 0 0 3px; }

.fullwidth .flexslider .flex-direction-nav .flex-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 999; }

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  filter: alpha(opacity=50); }

.flex-control-nav li a:hover {
  background: #fff;
  border: 2px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-control-nav li a.flex-active {
  background: transparent;
  border: 2px solid #fff;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100); }

/* 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; }

.flex-pauseplay a:before {
  display: inline-block;
  content: ""; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: ""; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  zoom: 1; }

.flex-caption {
  width: 100%;
  position: absolute;
  top: 25%; }

.flex-caption div {
  width: 1130px;
  margin: 0 auto; }

.flex-caption.transparent.light-font span {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }

.flex-caption.transparent.dark-font span {
  color: #333; }

.flex-caption.transparent.light-font h2 span, .flex-caption.transparent.dark-font h2 span {
  line-height: 27px !important;
  padding: 0; }

.flex-caption.light {
  color: #333;
  margin-left: 10px; }

.flex-caption.light span {
  background: none repeat scroll 0 0 rgba(222, 222, 222, 0.5);
  box-shadow: 10px 0 0 rgba(222, 222, 222, 0.5), -10px 0 0 rgba(222, 222, 222, 0.5); }

.flex-caption.dark {
  color: #fff;
  margin-left: 10px; }

.flex-caption.dark span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.3), -10px 0 0 rgba(0, 0, 0, 0.3); }

.flex-caption h2 span {
  line-height: 56px !important;
  padding: 5px 0; }

.flex-caption.center {
  text-align: center; }

.flex-caption.light .button, .flex-caption.dark .button {
  margin-left: -10px; }

.flex-caption .uppercase {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px; }

.flex-caption .lowercase {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  margin: 25px 0; }

.flex-caption {
  animation: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s normal none 1 avia-btt;
  opacity: 1; }

/*---------------960 Screen size---------------*/
@media only screen and (min-width: 959px) and (max-width: 1170px) {
  .flex-caption div {
    width: 900px; } }
/*---------------iPad portrait---------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flex-caption div {
    width: 650px; }

  .flex-caption h2 span {
    line-height: 42px !important; }

  .flex-caption .uppercase {
    font-size: 22px; }

  .flex-caption .lowercase {
    font-size: 13px;
    line-height: 17px; }

  .flex-control-nav {
    display: none; } }
/*---------------iPhone landscape---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flex-caption div {
    width: 400px; }

  .flex-caption .uppercase {
    font-size: 18px; }

  .flex-caption .lowercase {
    font-size: 11px;
    line-height: 14px; }

  .flex-control-nav {
    display: none; }

  .flexslider .slides img {
    width: 150%;
    max-width: 150%; } }
/*---------------iPhone portrait---------------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .fullwidth .flexslider {
    max-height: 400px; }

  .flex-caption div {
    width: 300px; }

  .flex-caption .uppercase {
    font-size: 14px; }

  .flex-caption .lowercase {
    font-size: 10px;
    line-height: 12px; }

  .flex-control-nav {
    display: none; }

  .flexslider .slides img {
    width: 200%;
    max-width: 200%; } }

/*# sourceMappingURL=flexslider.css.map */


@charset "UTF-8";
@import url("font-awesome.css");
@import url("socialize-bookmarks.css");
/*------------------------------------------------------

CSS overview: 

	1. RESET
	2. SCROLL TO TOP
	2. MAIN CONTENT
	3. PRIMARY MENU 
	4. SECTION TITLE
	5. FOOTER
	6. TWITTER
	7. PHOTOSTREAM
	8. COLUMNS
	9. TEAM
	10. GRID VIEW
	11. BUTTONS
	12. HIGHLIGHTS
	13. DROPCAPS
	14. DIFFERENT UL STYLES
	15. TOGGLE
	16. ACCORDION
	17. PORTFOLIO
	18. PORTFOLIO THUMBNAIL HOVER
	19. SHAPED STYLE ITEM
	20. HEXAGON STYLE
	21. CIRCLE STYLE
	22. TRIANGLE STYLE
	23. PORTFOLIO FILTERABLE NAVIGATION
	24. ITEM NAVIGATION
	25. CONTACT MODAL WINDOW
	26. CONTACT
	
---------------------------------------------------------*/
/*--------------------------------------------------
					  RESET
---------------------------------------------------*/
pre, code {
  font-family: "Times New Roman", Times, serif;
  white-space: pre;
  padding: 20px;
  letter-spacing: 0.1em; }

pre {
  padding: 5px; }

code {
  border-radius: 3px 3px 3px 3px;
  background: #fff;
  font-size: 0.85em;
  color: #666666;
  padding: 3px;
  padding-left: 10px;
  background-color: #f5f5f5; }

.clear:after {
  clear: both;
  content: "";
  display: block; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  font-size: 100%;
  text-decoration: none; }

html, body {
  height: 100%;
  width: 100%; }

*::-moz-selection {
  color: #f5f5f5;
  background: #444; }

*::selection {
  color: #f5f5f5;
  background: #444; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #676767;
  background: #fff; }

body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-weight: 300;
  margin-bottom: 18px; }

h1 {
  font-size: 42px;
  line-height: 44px; }

h2 {
  font-size: 32px;
  line-height: 34px; }

h3 {
  font-size: 24px;
  line-height: 29px; }

h4 {
  font-size: 20px;
  line-height: 25px; }

h5 {
  font-size: 16px;
  line-height: 21px; }

h6 {
  font-size: 14px;
  line-height: 17px; }

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.5px; }

ul, ol {
  display: block;
  padding: 0px;
  margin: 0 0 14px 17px; }

blockquote {
  float: left;
  width: 60%;
  margin: 10px 20px 10px 0; }

blockquote:before {
  content: "'";
  float: left;
  font-size: 45px;
  font-weight: bold;
  line-height: 40px; }

blockquote.dark {
  background: #444;
  color: #f5f5f5; }

blockquote.light {
  background: #f5f5f5;
  color: #aaa; }

blockquote.color {
  color: #fff; }

blockquote.dark, blockquote.light, blockquote.color {
  padding: 20px; }

blockquote p {
  font: 16px/21px Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  padding-left: 25px;
  text-align: left; }

blockquote small {
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase; }

p {
  margin-bottom: 14px; }

p:last-child {
  margin-bottom: 0; }

em, dfn, cite {
  font-style: italic; }

strong, b {
  font-weight: bold; }

small {
  font-size: 11px; }

input, textarea, select {
  outline: medium none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #bbb;
  border: 1px solid #ddd;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  background-color: #fff;
  padding: 10px; }

input:focus, textarea:focus, select:focus {
  border: 1px solid #8DC5C5;
  color: #676767;
  box-shadow: 0 0 4px rgba(82, 168, 236, 0.5); }

input.submit, input.submit:focus, input.submit:active {
  cursor: pointer;
  color: #fff;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 0 0; }

a {
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  outline: none; }

a:hover {
  color: #aaa; }

.title, .title a {
  text-decoration: none; }

img {
  max-width: 100%; }

.radius-200 {
  border-radius: 200px 200px 200px 200px; }

.border {
  border: 2px solid #444;
  border-radius: 20px 20px 20px 20px;
  padding: 5px; }

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

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

.aligncenter {
  display: block;
  margin: 10px auto;
  float: none; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.divider {
  float: left;
  width: 100%;
  height: 70px; }

.divider-mini {
  float: left;
  width: 100%;
  height: 35px; }

.divider-border {
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
  margin: 40px 0; }

.divider-border-mini {
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
  margin: 20px 0; }

#footer .divider-border {
  border-top-color: #ddd; }

/*--------------------------------------------------
			SCROLL TO TOP
---------------------------------------------------*/
#back-top {
  display: none; }

#back-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 40px;
  height: 40px;
  background: url("//www.portalprogramas.com/js/css/premios/images/sprite.png") no-repeat scroll 0 -89px transparent;
  text-indent: -9999px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s; }

#back-top:hover {
  background-position: 0 -129px; }

/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 3px 0 -1px white, 0 3px 1px 0 rgba(0, 0, 0, 0.15), 0 6px 0 -2px white, 0 6px 2px -1px rgba(0, 0, 0, 0.15);
  /* The third layer shadow */ }

#header-wrapper {
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  background-color: #fff;
  padding: 20px 0;
  transition-duration: 0.35s; }

#header-wrapper.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09); }

#header-wrapper.alternate {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09); }

#header-wrapper.sticky.alternate {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09); }

.header {
  padding: 0;
  margin: 0 auto;
  width: 1130px; }

#logo, #logo a {
  float: left;
  line-height: 10px; }

.content {
  margin: 0 auto;
  padding: 0; }

.section {
  width: 1130px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden; }

.section .holder {
  width: 1130px;
  margin: 0 auto;
  z-index: 999;
  position: relative; }

.section.alternate {
  width: 100%; }

.section.alternate {
  background: #f5f5f5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset; }

.section.alternate.dark {
  background: #444;
  color: #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6) inset; }

.section.alternate.color {
  color: #FFF; }

.section:last-child {
  padding-bottom: 0; }

.section.alternate:last-child, .section.alternate.dark:last-child, .section.alternate.color:last-child, .section.parallax-background:last-child {
  margin-bottom: -80px; }

#footer .section.alternate:last-child {
  /**/
  margin: 0; }

.parallax-background {
  position: relative; }

.parallax-background {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.09) inset; }

.parallax-background .holder {
  padding: 0; }

.parallax-background.color .item-mask {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.parallax-background.dark .item-mask {
  background: rgba(92, 92, 92, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset; }

.parallax-background.light .item-mask {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07) inset; }

.parallax-background .item-mask {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%; }

#index {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 100px 0; }

#about {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 100px 0; }

#about2 {
  background-image: url(http://placehold.it/1130x840);
  padding: 200px 0;
  color: #fff; }

#blog {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 250px 0; }

#portfolio {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 250px 0; }

#portfolio2 {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 250px 0; }

#clients-testimonials {
  background-image: url(http://placehold.it/1130x840);
  color: #fff;
  padding: 70px 0; }

#contact {
  background-image: url(http://placehold.it/1130x840);
  color: #000;
  padding: 200px 0; }

/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
  float: right;
  margin: 25px 0 0;
  padding: 0; }

#primary-menu select {
  display: none; }

#primary-menu select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #eee;
  cursor: pointer;
  width: 100%;
  padding: 7px;
  margin: 0 0 0 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #676767; }

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }

.menu li:hover {
  visibility: inherit; }

.menu li {
  position: relative;
  display: inline;
  float: left; }

.menu li:after {
  content: "\2022";
  color: #999; }

.menu li:last-child:after {
  content: ""; }

.menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #888;
  margin: 0 0 10px 0;
  padding: 0 15px;
  display: block;
  float: left; }

.menu li:last-child a {
  padding-right: 0; }

.menu li.current {
  color: #222; }

.menu li ul {
  position: absolute;
  top: -9999em;
  width: 250px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
  border-radius: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999; }

.menu li li {
  width: 100%; }

.menu li li:after {
  content: ""; }

.menu li:hover ul {
  left: 15px;
  top: 100%; }

.menu li:hover li ul {
  top: -9999em; }

.menu li li:hover ul {
  left: 201px;
  top: 0;
  visibility: visible;
  z-index: 9999; }

.menu li ul {
  margin: 0; }

.menu li ul li {
  margin: 0;
  background: none;
  padding: 0 25px; }

.menu li ul li:last-child {
  border-bottom: none; }

.menu li ul li a, .menu il ul li:last-child a, .menu il ul li:first-child a, .menu li ul li:first-child ul li a {
  font-size: 11px;
  padding: 12px 0;
  word-spacing: 2px;
  border-bottom: 1px solid #f2f2f2; }

.menu li ul li:first-child a, .menu li ul li:last-child ul li:first-child a, .menu li ul li:first-child ul li:first-child a {
  padding: 22px 0 12px 0; }

.menu li ul li:last-child a, .menu li ul li:last-child ul li:last-child a, .menu li ul li:first-child ul li:last-child a {
  padding: 12px 0 22px 0;
  border-bottom: none; }

.menu li ul li:last-child ul li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0; }

.menu li:hover ul li a, .menu li li:hover ul li a {
  color: #888;
  border-top: none;
  margin: 0;
  width: 100%; }

/*--------------------------------------------------
		  MOBILE MENU
---------------------------------------------------*/
#three-lines-menu {
  display: none;
  float: right; }

#three-lines-menu a {
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 2px 2px 2px 2px;
  padding: 3px 7px !important; }

#three-lines-menu a:hover {
  color: #fff; }

#mobile-menu {
  display: none;
  background: #f5f5f5;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0;
  /*	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);*/ }

#mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0; }

#mobile-menu ul li {
  border-top: 1px dotted #ccc; }

#mobile-menu ul li:first-child {
  border-top: none; }

#mobile-menu ul li a {
  color: #888;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 15px 0 !important; }

#mobile-menu ul li ul {
  padding: 0 0 0 30px;
  border-top: 1px dotted #ccc; }

#mobile-menu ul li ul li:first-child {
  border-top: none; }

@media only screen and (min-width: 1px) and (max-width: 959px) {
  #three-lines-menu {
    display: block !important; }

  li a .sf-sub-indicator {
    right: 0 !important;
    position: absolute;
    left: auto !important;
    top: 0 !important;
    height: 50px;
    width: 50px;
    text-align: right; }

  li a .sf-sub-indicator:after, li.open li a .sf-sub-indicator:after, li.open li.open li a .sf-sub-indicator:after {
    content: "+";
    font-size: 16px;
    line-height: 45px;
    margin: 0 5px 0 0; }

  li.open a .sf-sub-indicator:after, li.open li.open a .sf-sub-indicator:after, li.open li.open li.open a .sf-sub-indicator:after {
    content: "-";
    font-size: 23px;
    margin: 0 7px 0 0;
    line-height: 40px; }

  .sf-menu li:hover ul, .sf-menu li.sfHover ul {
    height: 0px;
    position: absolute;
    visibility: hidden !important;
    overflow: hidden; }

  .sf-menu li ul.mobile-open {
    height: auto !important;
    display: block !important;
    position: relative;
    visibility: visible !important; } }
/*--------------------------------------------------
		  PAGE HEADER
---------------------------------------------------*/
.page-header {
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  width: 1130px; }

.page-header .title, .page-header .title a {
  margin-bottom: 0; }

.page-header .subtitle {
  font: 400 13px/23px 'Open Sans',Helvetica,Arial,sans-serif;
  margin-bottom: 0; }

.page-header.fullwidth {
  background: #f5f5f5;
  width: 100%;
  border-bottom: none;
  border-top: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset; }

.page-header .holder {
  width: 1130px;
  margin: 0 auto;
  z-index: 999;
  position: relative; }

.page-header.fullwidth .filterable {
  padding-top: 7px;
  padding-bottom: 0; }

/*--------------------------------------------------
				FOOTER
---------------------------------------------------*/
#footer {
  width: 100%;
  z-index: 1;
  background: #f5f5f5;
  color: #999;
  float: left; }

#footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0; }

#footer .section:last-child {
  padding: 20px; }

#footer .section.alternate {
  background-color: #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0) inset;
  color: #676767; }

#footer h3 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  display: block; }

#footer ul li {
  margin-bottom: 15px; }

#footer ul li span.date {
  text-transform: uppercase;
  font-size: 10px;
  display: block; }

#footer a {
  color: #333; }

#footer .button a {
  font: 11px/17px Helvetica, Arial, sans-serif;
  color: #fff; }

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#footer .social-bookmarks, #footer .social-bookmarks li {
  float: none; }

#footer .social-bookmarks li a {
  float: none;
  display: inline-block;
  margin: 0 0 0 15px; }

#footer .social-bookmarks li:first-child a {
  margin: 0; }

/*--------------------------------------------------
				TWITTER
---------------------------------------------------*/
.twitter-feed {
  overflow: hidden;
  min-height: 100px; }

.bra_tweets, #footer .bra_tweets {
  overflow: hidden;
  max-height: 570px; }

#footer .bra_tweets {
  min-height: 70px; }

.bra_tweets ul, #footer .bra_tweets ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.bra_tweets li, #footer .bra_tweets li {
  margin-bottom: 30px;
  word-wrap: break-word;
  display: block;
  max-height: 570px; }

.bra_tweets li:last-child, #footer .bra_tweets li:last-child {
  margin-bottom: 10px; }

.bra_tweets .tweet_text, #footer .bra_tweets .tweet_text {
  list-style-type: none;
  display: block; }

.bra_tweets .tweet_text a, #footer .bra_tweets .tweet_text a {
  display: inline; }

.bra_tweets .tweet_text a:hover, #footer .bra_tweets .tweet_text a:hover {
  color: #999; }

.bra_tweets .twitter_time {
  margin-top: 5px; }

.bra_tweets a.twitter_time, #footer .bra_tweets a.twitter_time {
  font: normal 11px/20px Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding: 5px 0;
  text-transform: uppercase;
  color: #999; }

#footer .twitter-feed.extended {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #676767; }

/*--------------------------------------------------
			PHOTOSTREAM
---------------------------------------------------*/
.photostream-wrapper, #footer .photostream-wrapper {
  float: left; }

.photostream ul, #footer .photostream ul, .widget .photostream ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.photostream ul li, #footer .photostream ul li, .widget .photostream ul li {
  width: auto;
  float: left;
  margin: 0 5px 5px 0; }

.photostream a, #footer .photostream a, .photostream img, #footer .photostream img {
  height: 70px;
  width: 70px;
  border-radius: 3px 3px 3px 3px;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.photostream a, #footer .photostream a {
  display: block;
  position: relative; }

.photostream a .item-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 70px;
  width: 70px;
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  border-radius: 3px 3px 3px 3px; }

.photostream a .item-mask:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/*--------------------------------------------------
					  COLUMNS
---------------------------------------------------*/
.one, .one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth {
  float: left;
  position: relative;
  margin-right: 4%; }

.one {
  width: 100%;
  margin-right: 0; }

.one-half {
  width: 48%; }

.one-third {
  width: 30.66%; }

.two-third {
  width: 65.33%; }

.one-fourth {
  width: 22%; }

.three-fourth {
  width: 74%; }

.one-fifth {
  width: 16.8%; }

.last {
  margin-right: 0 !important; }

.one.aligncenter, .one-half.aligncenter, .one-third.aligncenter, .two-third.aligncenter, .one-fourth.aligncenter, .three-fourth.aligncenter, .one-fifth.aligncenter {
  float: none; }

/*--------------------------------------------------
			TEAM
---------------------------------------------------*/
.team {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5; }

.alternate .team {
  background-color: #fff; }

.alternate.dark .team {
  background-color: #555; }

.alternate.color .team {
  background: #555;
  color: #FFF; }

.team-member-info {
  padding: 30px;
  float: left; }

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

.team li {
  display: inline; }

.team h2 {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }

.team h3 {
  font-size: 11px;
  line-height: 17px; }

.team p {
  margin-top: 13px; }

.team img {
  /*	width: 100%;
  	float: left;*/ }

.team img.radius-200 {
  border-radius: 200px 200px 200px 200px;
  margin-bottom: 20px; }

.team h2, .team h3, .team p {
  margin-bottom: 0; }

.team .social-personal {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 2px solid #eee; }

.team .social-personal li:after {
  content: "\2022";
  color: #999; }

.team .social-personal li:last-child:after {
  content: ""; }

.team .social-personal li a {
  padding: 0 5px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  float: none; }

/*--------------------------------------------------
		   SKILLS GRAPH
---------------------------------------------------*/
.skills-graph {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.skills-graph li span, .skills-graph li div {
  border-radius: 300px 300px 300px 300px; }

.skills-graph li {
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase; }

.skills-graph li p {
  margin-bottom: 0; }

.skills-graph li strong {
  margin-left: 5px;
  color: #444; }

.skills-graph li span, .skills-graph li div {
  height: 13px;
  line-height: 18px; }

.skills-graph li div {
  background-color: #eee;
  background-color: #f5f5f5; }

/*--------------------------------------------------
		  PIE CHART
---------------------------------------------------*/
.chart-list {
  margin: 0 auto;
  padding: 0; }

.chart-list li {
  float: left;
  display: inline; }

.chart {
  display: inline-block;
  text-align: center;
  margin-bottom: 35px; }

.chart:first-child {
  margin-left: 0; }

.chart span {
  font-size: 22px; }

.chart .label {
  margin: 15px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold; }

.easyPieChart {
  margin: 0 auto;
  position: relative; }

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0; }

/*--------------------------------------------------
			GRID VIEW
---------------------------------------------------*/
.grid {
  width: 100%; }

.grid div {
  float: left;
  margin-bottom: 0.5%;
  margin-right: 0.5%; }

.grid.row3 div {
  width: 33%; }

.grid.row3 div:nth-child(3n+3) {
  margin-right: 0; }

.grid.row4 div {
  width: 24.61%; }

.grid.row4 div:nth-child(4n+4) {
  margin-right: 0; }

.grid.row5 div {
  width: 19.60%; }

.grid.row5 div:nth-child(5n+5) {
  margin-right: 0; }

.grid.row6 div {
  width: 16.25%; }

.grid.row6 div:nth-child(6n+6) {
  margin-right: 0; }

.grid img {
  display: block;
  margin: 0 auto; }

.clients div {
  background-color: #f5f5f5; }

.clients div:hover {
  background-color: #F9F9F9; }

.alternate .clients div {
  background-color: #eee; }

.alternate.dark .clients div {
  background-color: #555; }

.clients img {
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.clients div:hover img {
  opacity: 1;
  filter: alpha(opacity=100); }

/*--------------------------------------------------
			BUTTONS
---------------------------------------------------*/
.button {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.button, .button:hover, #footer .button, #footer .button:hover {
  color: #FFFFFF;
  text-transform: uppercase; }

.button:hover {
  background-color: #444; }

.button + .button {
  margin-left: 30px; }

.outline, #footer .outline {
  box-shadow: 0 0 0 2px #444 inset;
  color: #444;
  background-color: transparent; }

.outline:hover {
  color: #fff; }

.outline.black {
  box-shadow: 0 0 0 2px #444 inset;
  color: #444; }

.outline.black:hover {
  color: #fff;
  background-color: #444; }

.outline.white {
  box-shadow: 0 0 0 2px #FFFFFF inset;
  color: #444; }

.outline.white:hover {
  color: #444;
  background-color: #fff; }

.small {
  padding: 0 12px 0 12px !important;
  font-size: 10px; }

.medium {
  font-size: 11px;
  padding: 9px 18px !important; }

.large {
  padding: 12px 29px !important;
  font-size: 12px; }

.rounded {
  border-radius: 30px 30px 30px 30px; }

.grey {
  background-color: #444; }

.grey:hover {
  color: #FFFFFF; }

.yellow {
  background-color: #FEEB43;
  color: #707070; }

.lightyellow {
  background-color: #F9F6D0;
  color: #707070; }

.white {
  background-color: #fff;
  color: #444; }

.orange {
  background-color: #f96e5b; }

.white.outline {
  box-shadow: 0 0 0 2px #FFFFFF inset;
  color: #fff;
  background-color: transparent; }

.green {
  background-color: #78d18b; }

.tealgreen {
  background-color: #3ea9a1; }

.blue {
  background-color: #7CC0CB; }

.navyblue {
  background-color: #657383; }

.purple {
  background-color: #9a86a2; }

.magenta {
  background-color: #C25283; }

.pink {
  background-color: #F9A7B0; }

.red {
  background-color: #dc4f49; }

.cream {
  background-color: #C9C299; }

.button-group {
  margin: 30px auto;
  overflow: hidden;
  position: relative; }

.button-group .button {
  font-size: 18px;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  margin: 0;
  float: left;
  letter-spacing: -1px; }

.button-group .or {
  background-color: #fff;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 42px;
  text-align: center;
  margin-left: -23px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 99;
  font-weight: bold; }

.button-group .title {
  display: block; }

.button-group .subtitle {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0; }

.button-group .button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 1px solid #fff; }

.button-group .button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/*--------------------------------------------------
			HIGHLIGHTS
---------------------------------------------------*/
.highlight1 {
  color: #FFFFFF;
  padding: 0 2px; }

.highlight2 {
  background-color: #444;
  color: #FFFFFF;
  padding: 0 2px; }

.highlight3 {
  border-bottom: 1px solid; }

/*--------------------------------------------------
			DROPCAPS
---------------------------------------------------*/
.dropcap1 {
  float: left;
  font-size: 53px;
  line-height: 50px;
  color: #444;
  margin: 0 8px 0 0;
  font-weight: bold; }

.dropcap {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  float: left;
  margin: 6px 8px 0 0; }

.dropcap.rectangle {
  border-radius: 2px 2px 2px 2px; }

.dropcap.round {
  border-radius: 55px 55px 55px 55px; }

.dropcap.border {
  border: 1px solid #444;
  color: #444;
  padding: 9px 13px; }

.dropcap.dark {
  background-color: #444;
  color: #FFFFFF;
  padding: 11px 15px; }

.dropcap.light {
  background-color: #f5f5f5;
  color: #676767;
  padding: 11px 15px; }

.dropcap.color {
  background-color: #f96e5b;
  color: #FFFFFF;
  padding: 11px 15px; }

/*--------------------------------------------------
			DIFFERENT UL STYLES
---------------------------------------------------*/
.icon-star {
  font-size: 10px; }

.icon-caret-right {
  font-size: 14px; }

.border-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.border-list li {
  border-bottom: 2px solid #eee;
  padding: 12px 0; }

.border-list li:first-child {
  padding-top: 0; }

.border-list li:last-child {
  border-bottom: none; }

ul.colored-counter-list {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }

ul.colored-counter-list > li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 13px; }

ul.colored-counter-list > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 8px;
  padding: 0 7px;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  background-color: #444;
  color: #fff;
  font-size: 11px;
  font-weight: bold; }

/*--------------------------------------------------
			TOGGLE
---------------------------------------------------*/
.toggle-wrap {
  float: left;
  width: 100%;
  margin-bottom: 6px; }

.trigger a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #676767;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  background: #f5f5f5; }

.toggle-container {
  overflow: hidden;
  float: left;
  padding: 25px; }

.trigger a:before {
  content: "+";
  float: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }

.trigger.active a:before {
  content: "-";
  font-size: 22px;
  line-height: 12px; }

/*--------------------------------------------------
		 ACCORDION
---------------------------------------------------*/
.trigger-button {
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 6px;
  text-decoration: none;
  background: #f5f5f5;
  cursor: pointer; }

.trigger-button:before {
  content: "+";
  float: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-right: 15px; }

.trigger-button.active:before {
  content: "-";
  font-size: 22px;
  line-height: 12px; }

.trigger-button:first-child {
  margin-top: 0; }

.trigger-button span {
  padding-left: 15px; }

.accordion {
  float: left;
  padding: 25px;
  margin-bottom: 6px; }

/*--------------------------------------------------
					TABS
---------------------------------------------------*/
ul.tabs {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0;
  float: left; }

ul.tabs li {
  overflow: hidden;
  position: relative;
  float: left; }

ul.tabs li a {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #999;
  font-weight: bold;
  display: block;
  padding: 5px 20px;
  margin-right: -1px; }

.tabs li:last-child a {
  border-right: 2px solid #ddd; }

.tabs li a:hover, .tabs li.active a {
  color: #676767; }

.tabs li.active a {
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF; }

.tab_container {
  float: left;
  width: 100%; }

.tab_container {
  margin: 0px;
  padding: 0px;
  float: left; }

.tab_content {
  padding: 20px;
  border: 1px solid #ddd;
  margin: -1px 0 0 0; }

ul.tabs.vertical {
  width: 30%;
  float: left; }

ul.tabs.vertical li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0; }

ul.tabs.vertical li a {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: -1px; }

.tabs.vertical li:last-child a {
  border-bottom: 2px solid #ddd;
  border-right: 1px solid #ddd; }

.tabs.vertical li.active a {
  background: #FFFFFF;
  border-right: 1px solid #FFFFFF; }

.tab_container.vertical {
  float: right;
  width: 70%; }

.tab_container.vertical .tab_content {
  margin: 0 0 0 -1px; }

/*--------------------------------------------------
				PORTFOLIO
---------------------------------------------------*/
.portfolio-grid ul li a.hide {
  display: none; }

.portfolio-grid {
  width: 101%;
  margin: 0 0 0 -1%;
  padding: 0;
  float: left; }

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

.portfolio-grid ul li {
  background: #f8f8f8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 0 1% 1%;
  padding: 0; }

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

.isotope-hidden {
  z-index: 0; }

.col2 li {
  width: 48.98%; }

.col3 li {
  width: 32.25%; }

.col4 li {
  width: 23.92%; }

.portfolio-grid ul li img {
  float: left;
  width: 100%; }

.item-info {
  padding: 20px;
  color: #444;
  float: left; }

.item-info h3.title, .item-info-overlay h3.title {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0; }

.item-info h3.title, .item-info h3.title a {
  color: #676767; }

.item-info h4, .item-info-overlay h4 {
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff; }

.item-info-overlay a.overlay-link {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0; }

/*--------------------------------------------------
			PORTFOLIO THUMBNAIL HOVER
---------------------------------------------------*/
.item-info-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 120;
  background: rgba(33, 33, 33, 0.99);
  text-align: center; }

.item-info-overlay div {
  margin: 0 9%; }

.item-info-overlay h3.title {
  margin: 9% 9% 0 9%; }

.item-info-overlay h3.title a:hover {
  color: #fff; }

.item-info-overlay p {
  color: #999;
  font-size: 12px; }

.item-info-overlay p:before {
  content: "_";
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 18px; }

.item-info-overlay .outline {
  box-shadow: 0 0 0 1px #999 inset;
  color: #999;
  line-height: 16px; }

.item-info-overlay .outline:hover {
  color: #fff; }

.item-info-overlay .button + .button {
  margin-left: 5px; }

/*--------------------------------------------------
		   SHAPED STYLE ITEM
---------------------------------------------------*/
.portfolio-grid ul.shaped li {
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.shaped li {
  margin: 0 0 10px 10px; }

.shaped .item-container {
  display: block;
  position: relative; }

.shaped .item-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99; }

.shaped .item-container img {
  z-index: 9; }

.shaped .item-info-overlay {
  text-align: center; }

/*--------------------------------------------------
		   HEXAGON STYLE
---------------------------------------------------*/
.hexagon.col3 {
  margin: 0 0 0 60px; }

.hexagon.col3 li {
  width: 300px;
  margin: 0 0 33px 33px; }

.hexagon.col3 .item-mask {
  background: url(../images/mask-hexagon-col3.png) no-repeat 0 0 transparent; }

.hexagon.col3 .item-info-overlay {
  background: url(../images/mask-hexagon-col3.png) no-repeat 0 0 rgba(33, 33, 33, 0.99); }

.hexagon.col3 li, .hexagon.col3 .item-container img, .hexagon.col3 .item-mask {
  height: 338px; }

.hexagon.col4 .item-mask {
  background: url(../images/mask-hexagon-col4.png) no-repeat 0 0 transparent; }

.hexagon.col4 .item-info-overlay {
  background: url(../images/mask-hexagon-col4.png) no-repeat 0 0 rgba(33, 33, 33, 0.99); }

.hexagon.col4 li, .hexagon.col4 .item-container img, .hexagon.col4 .item-mask {
  width: 273px;
  height: 307px; }

.hexagon .item-mask {
  width: 100%;
  height: 100%; }

.hexagon.col3 .item-info-overlay div {
  margin: 25% 8% 0 8%; }

.hexagon.col4 .item-info-overlay div {
  margin: 25% 5% 0 5%; }

/*--------------------------------------------------
		   CIRCLE STYLE
---------------------------------------------------*/
.circle.col3 li {
  width: 338px;
  height: 338px;
  margin: 0 0 30px 35px; }

.circle.col3 .item-container img {
  height: 338px; }

.circle.col4 li {
  width: 273px;
  height: 273px; }

.circle.col4 .item-container img {
  height: 273px; }

.circle .item-info-overlay, .circle li .item-container img {
  border-radius: 300px 300px 300px 300px; }

.circle .item-info-overlay {
  width: 100%;
  height: 100%; }

.circle .item-container img {
  height: 100%; }

.circle .item-info-overlay {
  background: rgba(33, 33, 33, 0.99); }

.circle .item-info-overlay div {
  margin: 14% 9% 0 9%; }

/*--------------------------------------------------
		  FILTERABLE NAVIGATION
---------------------------------------------------*/
.filterable {
  width: 100%;
  padding-bottom: 25px; }

.filterable ul {
  display: inline-block;
  margin: 0;
  padding: 0; }

.filterable li {
  background: none;
  display: inline;
  float: left; }

.filterable li:last-child a {
  margin: 0 0 0 7px; }

.filterable li:after {
  content: "\2022";
  color: #999; }

.filterable li:last-child:after {
  content: ""; }

.filterable li a {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  margin: 0 5px;
  padding: 0 5px; }

.filterable li a:hover {
  color: #222; }

/*--------------------------------------------------
			GALLERY
---------------------------------------------------*/
.gallery {
  margin: 0 auto;
  list-style: none;
  text-align: center; }

.gallery li {
  text-align: left;
  position: relative; }

.gallery div {
  margin: 0;
  position: relative; }

.gallery div img {
  position: relative;
  width: 100%; }

.gallery div img:hover {
  position: relative; }

.gallery .caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #292929;
  color: #fff; }

.gallery .caption h3.title {
  padding: 9% 9% 5px 9%;
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  padding: 0; }

.gallery .caption h3.title a:hover {
  color: #fff; }

.gallery .caption h4 {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline; }

.gallery.overlay {
  background-color: rgba(254, 235, 67, 0.85); }

/* Style 3 */
.style-3 div {
  overflow: hidden; }

.style-3 div img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.no-touch .style-3 div:hover img,
.style-3 div.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

.style-3 .caption {
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.3s; }

.no-touch .style-3 div:hover .caption,
.style-3 div.cs-hover .caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  -moz-transition: -moz-transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s; }

.style-3 .caption a {
  bottom: 20px;
  right: 20px; }

/*--------------------------------------------------
			PORTFOLIO ITEM NAVIGATION
---------------------------------------------------*/
ul.item-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.item-nav li {
  display: inline-block;
  -webkit-transition: all 0.14s ease 0s;
  -moz-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
  background: #444;
  border-radius: 2px 2px 2px 2px; }

ul.item-nav li a {
  background: url("//www.portalprogramas.com/js/css/premios/images/sprite.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s; }

ul.item-nav li.prev a {
  background-position: 12px 12px; }

ul.item-nav li.next a {
  background-position: 12px -48px; }

ul.item-nav li.all a {
  background-position: 12px -18px; }

/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/
.google-map {
  height: 250px; }

.google-map-2 {
  height: 350px; }

.google-map-3 {
  height: 450px; }

.form, .contact-success {
  overflow: hidden; }

.contact-success {
  padding: 20px;
  color: #fff;
  width: 75%;
  margin-bottom: 20px;
  border-radius: 2px 2px 2px 2px; }

.form label {
  font-weight: bold; }

.form input, .form textarea, .form label {
  width: 75%;
  display: block; }

.form textarea {
  width: 100%;
  height: 150px; }

.form input.submit {
  width: 110px; }

.form p {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 16px; }

.form em {
  color: #aaaaaa;
  display: inline;
  font-size: 11px;
  font-style: normal;
  font-weight: bold; }

.form .contact-error {
  color: #f96e5b;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 75%;
  text-align: right; }

.contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/*--------------------------------------------------
			STYLED ARROWS
---------------------------------------------------*/
.arrow-down-transparent {
  height: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%; }

.arrow-down-transparent:after, .arrow-down-transparent:before {
  -moz-box-sizing: border-box;
  border-bottom: 20px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  bottom: 0; }

.arrow-down-transparent:after {
  border-left: 20px solid transparent;
  right: 0;
  width: 50%; }

.arrow-down-transparent:before {
  border-right: 20px solid transparent;
  left: 0;
  width: 50%; }

.arrow-down {
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%; }

.arrow-down:after, .arrow-down:before {
  -moz-box-sizing: border-box;
  border-bottom: 20px solid transparent;
  content: "";
  height: 20px;
  position: absolute;
  top: 0; }

.arrow-down:after {
  border-left: 20px solid #fff;
  right: 0;
  width: 50%; }

.arrow-down:before {
  border-right: 20px solid #fff;
  left: 0;
  width: 50%; }

.arrow-up-transparent {
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%; }

.arrow-up-transparent:after, .arrow-up-transparent:before {
  -moz-box-sizing: border-box;
  border-top: 20px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  bottom: 0; }

.arrow-up-transparent:after {
  border-left: 20px solid transparent;
  right: 0;
  width: 50%; }

.arrow-up-transparent:before {
  border-right: 20px solid transparent;
  left: 0;
  width: 50%; }

.arrow-up {
  height: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%; }

.arrow-up:after, .arrow-up:before {
  -moz-box-sizing: border-box;
  border-top: 20px solid transparent;
  content: "";
  height: 20px;
  position: absolute;
  bottom: 0; }

.arrow-up:after {
  border-left: 20px solid #fff;
  right: 0;
  width: 50%; }

.arrow-up:before {
  border-right: 20px solid #fff;
  left: 0;
  width: 50%; }

/*--------------------------------------------------
			SHARE
---------------------------------------------------*/
.share ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0; }

.share li {
  float: left;
  width: 100px;
  text-align: left; }

.share li.google, .share li.pinterest {
  width: 90px; }

/*--------------------------------------------------
			TAGCLOUD
---------------------------------------------------*/
.tagcloud a {
  background-color: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  display: inline;
  float: left;
  font-size: 10px !important;
  line-height: 16px;
  color: #676767;
  text-transform: uppercase;
  margin: 0 4px 4px 0;
  padding: 4px 12px; }

.tagcloud a:hover {
  color: #FFFFFF !important; }

/*--------------------------------------------------
			AÑADIDO
---------------------------------------------------*/
/*
clases a�adidas
divider-mini

clases modificadas
ajustes footer
*/
/**/
.clear {
  clear: both; }

h3 {
  margin-top: 1em; }

/*Home*/
.botonesRS li {
  float: left;
  width: 33%;
  list-style: none; }

.pagHome .team-member-info {
  float: none; }

.team p {
  margin-bottom: 1em; }

/*Cómo se hace*/
.icono {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 0 1em;
  opacity: .75; }

.icono.uno {
  background: url(../doc/1.png) no-repeat 0 0; }

.icono.dos {
  background: url(../doc/2.png) no-repeat 0 0; }

.icono.tres {
  background: url(../doc/3.png) no-repeat 0 0; }

.icono.cuatro {
  background: url(../doc/4.png) no-repeat 0 0; }

/*ganadores*/
.icons-ul.icons-ul2 > li {
  margin-bottom: 1em; }

.icons-ul.icons-ul2 .icon-li {
  top: 4px; }

.icons-ul.icons-ul2 > li h4 {
  font-weight: bold;
  margin-bottom: .5em; }

.icons-ul.icons-ul2 > li .link {
  font-size: 130%; }

/*footer*/
.logo-cc {
  margin: 0 0 10px;
  opacity: .5; }

/* Adaptaciones propias */
#myParallax {
  background-color: #78d18b;
  color: #fff;
  padding: 100px 20px; }

.section {
  padding: 15px 0 0 !important; }

#socialMedia span {
  font-size: 25px;
  vertical-align: middle; }

#socialMedia #icons {
  display: inline-block; }

#botonesSociales {
  width: 100%; }

#botonesSociales li {
  display: inline;
  list-style-type: none;
  padding: 0 10px 10px; }

#botonesSociales li > div, #botonesSociales li > iframe {
  vertical-align: top !important; }

.fullwidth .flexslider {
  height: 350px !important;
  overflow: hidden; }

.flexslider .flex-caption {
  top: 10% !important; }

.portfolio-grid ul li img {
  float: none !important;
  width: auto; }

.portfolio-grid ul li.item {
  padding-top: 30px;
  text-align: center;
  min-height: 215px; }

.portfolio-grid ul li.item.anc {
  padding: 0;
  text-align: center;
  min-height: 215px; }
  .portfolio-grid ul li.item.anc a, .portfolio-grid ul li.item.anc div {
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0; }
    .portfolio-grid ul li.item.anc a img, .portfolio-grid ul li.item.anc div img {
      position: absolute;
      margin: auto;
      /*            min-height: 100%;
                  min-width: 100%;*/
      /* For the following settings we set 100%, but it can be higher if needed 
      See the answer's update */
      left: -100%;
      right: -100%;
      top: -100%;
      bottom: -100%; }

.portfolio-grid ul li div.item-info {
  float: none !important; }

.menu li.current {
  color: red; }

p.fase {
  font-size: 13px; }

p.light {
  background-color: #f5f5f5;
  padding: 25px;
  clear: both; }

div.borderlight {
  border: 1px solid #ddd;
  padding: 33px; }

.bordeRojo {
  border: 1px solid red; }

.hidden {
  display: none; }

.cursor-pointer {
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */


