@charset "utf-8";
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background-color: #ece9e0;
	height: 100%;
}

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

#top {
	padding: 5px;
	font-size: 11px;
	line-height: 20px;
	background-color: #079ea3;
	color: #FFF;
}
#top a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#top a:hover {
	text-decoration: underline;
}
#logo {
	padding: 10px;
}

/***** TOPMENU *****/

#topmenu {
	padding: 0px;
	vertical-align: bottom;
	padding-bottom: 12px;
	background-image: url(../images/line-logo.png);
	background-position: 0px 77px;
	background-repeat: repeat-x;
}
/*
#topmenu .topmenu {
	background-color: #29328f;
	border-radius: 8px;
	padding: 5px;
	background-image: url(../images/topmenu-bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
*/
#topmenu .btn {
	background-color: #29328f;
	background-image: url(../images/topmenu-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}
#topmenu .btn:hover {
	background-color: #079ea3;
	color: #FFF;
}
#topmenu a {
	color: #fff;
	text-decoration: none;
}
#topmenu a:hover {
	text-decoration: underline;
}
#topmenu .twitter {
	background-image: url(../images/twitter.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	text-decoration: none;
}
#topmenu .twitter:hover {
	background-image: url(../images/twitter-hover.png);
	text-decoration: none;
}

#topmenu .wordpress {
	background-image: url(../images/wordpress.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	text-decoration: none;
}
#topmenu .wordpress:hover {
	background-image: url(../images/wordpress-hover.png);
	text-decoration: none;
}

#topmenu .fb {
	background-image: url(../images/fb.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	text-decoration: none;
}
#topmenu .fb:hover {
	background-image: url(../images/fb-hover.png);
	text-decoration: none;
}

/***** SIDEBAR *****/

#sidebar {
	vertical-align: top;
}
#sidebar h2 {
	color:#27308f;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
#sidebar .module {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	border-radius: 8px;
}
#sidebar .line {
	border-bottom: 1px solid #ccc;
}
#sidebar form td {
	padding: 5px;
}
#sidebar form input {
	color: #666;
	border: 1px solid #CCC;
}

#sidebar .btn {
	background-color: #29328f;
	background-image: url(../images/topmenu-bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color:#FFF;
}
#sidebar .btn:hover {
	background-color: #079ea3;
	color: #FFF;
}

#sidebar h3 {
	color:#27308f;
	font-size: 11px;
	font-weight: 700;
}



/***** CONTENIDOS *****/

#contenidos {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	border-radius: 8px;
}
#banner img {
	vertical-align: top;
	border-radius: 8px;
	border: 10px solid #ccc;
}
#contenidos td {
	padding: 9px;
	vertical-align: top;
}
#contenidos form input, select, textarea {
	color: #666;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#contenidos form label {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#contenidos .promo {
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/module-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#contenidos .promo a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}
#contenidos .promo a:hover {
	text-decoration: underline;
}
#contenidos .header {
	background-color: #ccc;
	border-radius: 8px;	
}
#contenidos .module {
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-image: url(../images/module-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#contenidos h2 {
	color:#27308f;
	font-size: 15px;
	font-weight: 700;
}
#contenidos h3 {
	color:#27308f;
	font-size: 12px;
	font-weight: 700;
}
#contenidos h4 {
	color:#27308f;
	font-size: 8px;
	font-weight: 700;
}

#contenidos h5 {
	color:#27308f;
	font-size: 9px;
	font-weight: 700;
}



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

#footer {
	margin-top: 30px;
}
#footer .footer {
	background-color: #29328f;
	border-radius: 8px;
	background-image: url(../images/topmenu-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer .module {
	padding: 30px 30px 50px 30px;
	vertical-align: top;
}
#footer h2 {
	color:#8A91DF;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}
#footer .line {
	color: #f3f3f3;
	border-bottom: 1px solid #8A91DF;
	padding: 5px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/***** PAGINATION *****/
ul    { border:0; margin:0; padding:0; }
#pagination-digg li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-digg a           { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg .previous-off,
#pagination-digg .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,
#pagination-digg .previous a { font-weight:bold; }
#pagination-digg .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination-digg a:link,
#pagination-digg a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover     { border:solid 1px #0e509e; }

/***** VALIDA *****/	
#valida {
    font-size: 11px;
    line-height: 16px;
}
#valida td {
    padding:3px;
}


/***** ALERT *****/	
#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #000;
	border-radius:7px; 
	width:550px;
	z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #666; font-size:19px; padding:10px; color:#CCC; }
#dialogbox > div > #dialogboxbody{ background:#333; padding:20px; color:#FFF; }
#dialogbox > div > #dialogboxfoot{ background: #666; padding:10px; text-align:right; }
/*****TERMINA ALERT *****/	






/*ESTILO APARTE, DOC: 153.PHP*/
/* @group BASE */

html,

img {
  border: 0;
}

/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥ in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Mixins */
/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥	in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Options */
/* @group Master */
/* enable (true) or disable (false) thumbnails title text */
/* enable (true) or disable (false) thumbnails border */
/* @end */
/* @group Vars: Colors */
/* @end */
/* @group Gallery-Fullscreen */
/* default size for fullscreen preview  */
/* @end */
/* @group Gallery-Thumbails */
/* default "width" size for thumbnails */
/* default "height" size for thumbnails */
/* @end */
/* @end */
/**
*** least.js 2
*** Author: Kamil Czujowski - @kamilczujowski
*** Version: 2.2.0
*** Made with ♥ in Hamburg, Germany.
*** http://kamilczujowski.de
**/
/* @group Gallery */
#least {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
  text-align: center;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */
}
#least .least-preview {
  background-color: whitesmoke;
  border-bottom: 2px solid;
  border-color: #f1f0f0;
  padding: 50px 0;
  margin-bottom: 30px;
  display: none;
  /* important for Slide-Down Effect */
}
#least .least-preview img {
  width: 100%;
  max-width: 960px;
  /* default width: 960px - to edit go to assets/options */
  margin: 0 auto;
  display: block;
}
#least .least-preview .close {
  background-size: 100%;
  background-image: url("../img/close.svg");
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#least .least-preview article {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 20px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
#least .least-preview article strong {
  font-weight: 800;
}
#least .least-gallery {
  font-size: 0;
}
#least .least-gallery li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
  /* @end */
}
#least .least-gallery li a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 240px;
  /* Default width: 240px: to edit go to assets/options */
  height: 150px;
  /* Default height: 150px: to edit go to assets/options */
  /* @group Outline */
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;
  /* @end */
}
#least .least-gallery li a img {
  width: 240px;
  /* Default width: 240px: to edit go to assets/options */
  height: 150px;
  /* Default height: 150px: to edit go to assets/options */
}
#least .least-gallery li a.active {
  outline: 2px solid;
  outline-color: #666666;
}
#least .least-gallery li a.load:after {
  content: url("../img/loading.svg");
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
#least .least-gallery li a:hover {
  /* @group Outline */
  outline: 2px solid;
  outline-color: #666666;
  /* @end */
  /* @group Thumbnail Text */
  /* @end */
}
#least .least-gallery li a:hover:before {
  content: attr(data-subtitle);
  /* Default text: "View Picture" - to edit go change the attr. "data-subtitle" */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 175px;
  font-weight: 200;
  width: 240px;
  /* Default width: 240px: to edit go to assets/options */
  height: 150px;
  /* Default height: 150px: to edit go to assets/options */
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
#least .least-gallery li a:hover:after {
  content: attr(title);
  /* Default text: your a "title"-tag */
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -30px 0 0 0;
  border-bottom: 2px solid;
  border-color: white;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: 1px;
  color: white;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

/* end */
/* @end group */

/*# sourceMappingURL=least.min.css.map */


.myButton {
  background: #009BA0;
  background-image: -webkit-linear-gradient(top, #009BA0, #009BA0);
  background-image: -moz-linear-gradient(top, #009BA0, #009BA0);
  background-image: -ms-linear-gradient(top, #009BA0, #009BA0);
  background-image: -o-linear-gradient(top, #009BA0, #009BA0);
  background-image: linear-gradient(to bottom, #009BA0, #009BA0);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Century Gothic;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.myButton:hover {
	  background: #d50042;
  background-image: -webkit-linear-gradient(top, #d50042, #d50042);
  background-image: -moz-linear-gradient(top, #d50042, #d50042);
  background-image: -ms-linear-gradient(top, #d50042, #d50042);
  background-image: -o-linear-gradient(top, #d50042, #d50042);
  background-image: linear-gradient(to bottom, #d50042, #d50042);
  text-decoration: none;
}
