@import "../../_css_/jux_common.css";
@import "paginator.css";
@import "styles.css";
@import "../../_css_/jux_shop.css";
@import "../../_css_/jux_rss.css";
@import "../../_css_/jux_rating.css";
@import "calendar.css";
@import "calendar_big.css";
@import "../../_css_/jux_breadcrumb.css";
@import "news.css";
@import "../../_css_/jux_gallery.css";

@import "../../_css_/jux_forms.css";

/*
@import "../../_css_/jux_reset.css";

*/





/*****  begin - copiado  de themeforest *************/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
blockquote {display: block;padding: 10px 30px;width: auto; }
blockquote p {font-size:15px;font-style:italic;color:#999 !important; }
blockquote:before, blockquote:after {color: #ccc;display: block;font-size: 700%;width: 50px; }
blockquote:before {content: open-quote;height: 0;margin-left: -0.55em; }
blockquote:after {content: close-quote;height: 50px;margin-top: -60px;margin-left: 400px; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { 
font:12px "Helvetica Neue", "Helvetica", Arial, sans-serif; 
*font-size:small; 
*font:x-small; 
line-height:1.50;background:#fff url("images/bg_body.gif") repeat-x 50% 0; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* 
 * minimal base styles 
 */
/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { color:#323232; font-weight: bold; text-rendering: optimizeLegibility; letter-spacing:-0.5px; }

h2 { font-size:24px; padding:0 0 6px 0; }
h3 { font-size:15px; padding:0 0 6px 0; }
h4 { font-size:15px; padding:0 0 6px 0; }

p { font-family:'Lucida Grande', Arial, Verdana, sans-serif; margin-bottom:1.8em; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a { color:#82b244; text-decoration:none; }
a:hover { color:#999; }

ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { 
position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}
/**************************************************/


/*
input[type=submit] {padding-left: 10px; padding-right: 10px; height: 36px;font-size: 11px;text-transform: uppercase;font-weight: bold;color: #fff;border:none;background:#999;cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; }
input[type=submit]:hover {color: #fff;background:#555; }
*/

/*-------------------------------------------------------------
 
THE DEVELOPER - BY LAYERED PIXELS
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Description:Base cascading style sheet
Nom:screen.css
Version:1.0
Date:August 31, 2010
 
This file is part of a site template for sale at ThemeForest.net.
See: http://themeforest.net/user/LayeredPixels/portfolio
Copyright © 2010 Layered Pixels <info@layeredpixels.com>
 
-------------------------------------------------------------*/

/* Interface Layout */
div#container {position:absolute;width: 100%;margin: 0 auto; }

div.wrapper {position: relative;width: 960px;height: 100%;margin: 0 auto; }

/* Header */
div#header { height:58px; /*535px;*/padding:25px 0 0 0;background:#000 url("images/bg_header.gif") repeat-x 50% 0; }
body.style1 div#header {position:relative; height:322px;padding:25px 0 0 0;}
body.style2 div#header {position:relative; height:58px;padding:25px 0 0 0;}
/* Logo */
div#header h1 {float:left;margin:0px 0 0 0;font-size:1.7em; color:#fff;text-shadow:0 1px 0px #000; }
div#header h1 a {color:#fff;text-decoration:none; }
/* Nav */
div#header ul {position: relative;padding:0;margin:8px 0 0 0;float:right; }
div#header ul li {position:relative;display:inline-block;margin:0 20px 0 0; }
div#header ul li a {color:#fff;font-weight:bold;text-decoration:none;text-shadow:0 1px 0 #000;padding:0 0 15px 0;}
div#header ul li a:hover {color:#999;}
div#header ul li.current_page_item a, div#header ul li.current_page_parent a { color:#999; }

/* Visual */
/*
div#header div.visual { position:absolute;left:0;bottom:-55px; }
body.style1 div#header div.visual { position:absolute;right:0px;bottom:-50px; }
div#header div.text {position:absolute;top:200px;left:400px; }
body.style1 div#header div.text {position:absolute;top:125px;left:275px; }
div#header div.text h2 {font-size:4.2em;color:#fff;line-height:110%;letter-spacing:-1px;text-shadow:0 1px 0px #000;z-index:1; }
body.style1 div#header div.text h2 {font-size:2.2em; color:#999; }
body.style1 div#header div.text h2 span.title {color:#fff;}
body.style1 div#header div.text a {text-decoration:none; }
div#header div.text p {margin:15px 0 0 0;color:#d1d1d1;font:16px/26px "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;letter-spacing:-1px;font-style:normal;text-shadow:0 1px 0px #000; }
*/
/* Main */
div#main {width: 960px;margin:0 auto; }
div.heading {height:108px;line-height:108px; }
div.heading h2 {font-size:2.2em; margin:0;padding:0;text-shadow:0 1px 0 #fff; }
div.content {padding:30px 40px;border-bottom: 1px solid #999;border-right: 1px solid #ccc;background:#fff; }
.boxshadow div.content {border: none;-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);box-shadow: 0 1px 2px rgba(0,0,0,0.3); }
/* left Col */
div.left-col {float:left;width: 71%; }
/* Sidebar */
div.sidebar {float:right;margin:0;width: 20%;margin-left:4%;padding-left:4%;border-left:1px solid #ddd; }

    div.sidebar ul {padding:0 0 20px 0;margin:0; }
/**/div.sidebar ul>ul>ul {padding:0 0 0 10px;margin:0;border-bottom:1px solid #DDDDDD;}
  div.sidebar ul li {border-bottom:1px solid #DDDDDD;display:block;font-size:12px;line-height:1em;padding:0; }
div.sidebar ul li:last-child {border-bottom:none;}
  div.sidebar ul li a {display:block;color:#82b244;padding:10px;text-indent:5px;text-decoration:none; }
/**/div.sidebar ul>ul>ul li a {display:block;color:#82b244;font-size:.8em;padding:5px;text-indent:5px;text-decoration:none; }
  div.sidebar ul li a:hover, div.sidebar ul li a:focus {font-weight:bold;text-decoration:none; }

/*  tag cloud */
div.widget_tag_cloud {margin:0 0 20px 0;}
.widget_tag_cloud a {color:#999; }
.widget_tag_cloud a:hover {color:#555; }
/* text widget */
.textwidget {margin:0 0 20px 0;line-height:1.8em; }
/* Search Form */
#searchform {}
#searchform label {display:none;}
#searchform input[type=text] {padding: 10px 5px;float:left;width:100px;margin:0 4px 0 0;border:1px solid #e0e0e0;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 5px; }
#searchform input[type=submit] {width: 60px;height: 36px;font-size: 11px;text-transform: uppercase;font-weight: bold;color: #fff;border:none;background:#999;cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; }
#searchform input[type=submit]:hover {color: #fff;background:#555; }

/* Calendar */
div.widget_calendar h4 {display:none; }
#calendar_wrap {margin:0;padding:0; }
#wp-calendar {    empty-cells: show;    margin: 0 auto;    width: 100%; }
#wp-calendar td a {background:#999;color:#fff;font-weight:bold;display: block;    text-decoration: none; }
#wp-calendar caption {font-family:"TitilliumText22LMedium", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;font-size:20px;color:#999;text-align:left;padding:0 0 5px 0;margin:0 0 10px 0;
line-height: 1.5em;
letter-spacing:-0.5px;background:transparent url("images/bg_hor_dotted.png") repeat-x bottom left; }
#wp-calendar th {text-align:center;padding:3px 0;    font-style: normal;    text-transform: capitalize; }
#wp-calendar #next a {    padding-right: 10px;    text-align: right; }
#wp-calendar #prev a {    padding-left: 10px;    text-align: left; }
#wp-calendar td {    padding: 3px 0;    text-align: center; }

/* Left Panel */
div.panel {position:fixed;  z-index:1000000;  left:0;  top:0;  width: 250px;  height: 100%;  background: #79a538;  margin: 0 0 0 -252px;  font-size: 1.2em;  text-align:left;-moz-box-shadow: 1px 0 1px rgba(0,0,0,0.5);-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.3);box-shadow: 0 0px 1px rgba(0,0,0,0.3); }
div.panel .wrap{  margin: 20px; }
div.panel h4{color:#fff;letter-spacing:-1px;text-shadow:0 -1px 0px #689334;  font-size: 1.5em; }
div.panel ul {padding:10px 0 20px 0;margin:0; }


  div.panel ul li {border-bottom:1px solid #6b993a;display:block;font-size:12px;line-height:1em;padding:0; }
div.panel ul li:last-child {border-bottom:none; }
div.panel ul li a {display:block;color:#fff;padding:10px;text-indent:5px;text-decoration:none; }
div.panel ul li a:hover, div.panel ul li a:focus {font-weight:bold;text-decoration:none; }

div.panel ul>ul {padding:0px 0 0px 0;margin:0; border-bottom:1px solid #6b993a;}
  div.panel ul>ul li {border-bottom:1px solid #6b993a;display:block;font-size:10px;line-height:1em;padding:0; }
div.panel ul>ul li a {display:block;color:#fff;padding:5px;text-indent:25px;text-decoration:none; }

div.panel .toggle { position: absolute;  right: -34px;  top: 105px;  text-indent: -6000px;  background: transparent url(images/slider_toggle.png) no-repeat 0 0;  width: 34px;  height :152px;outline: none; }   
div.panel .toggle_selected { background: transparent url(images/slider_toggle_selected.png) no-repeat 0 0; }
div.panel #searchform input[type=text] {width:133px;border:1px solid #6b993a; }
div.panel #searchform input[type=submit] {color: #fff;height: 37px;background:#678a1e; }
div.panel #searchform  input[type=submit]:hover {color: #fff;background:#323232; }



/* Listing */
ul.list {margin:0;padding:0;list-style:none; }
ul.list li {padding:0 0 20px 0;margin:0 0 20px 0;background:transparent url("images/bg_hor_dotted.png") repeat-x bottom left; }
ul.list li:last-child {margin:0;padding:0;background:none; }
ul.list li div.left { float:left;width:125px;margin:0px 52px 0 0; } 
ul.list li div.right { float:left;width:702px;margin:5px 0 0 0; }
ul.list li.phone {margin:0 0 10px 0;padding:0 0 0 24px;background:transparent url("images/icon-phone.png") no-repeat 0 2px; }
ul.list li.mail {margin:0 0 10px 0;padding:0 0 0 24px;background:transparent url("images/icon-email.png") no-repeat 0 2px; }

/* Entry */
div.entry div.post {padding:0 0 10px 0;margin:0 0 20px 0;background:transparent url("images/bg_hor_dotted.png") repeat-x bottom left; }
div.entry h2 { margin-bottom:0.2em; }
div.entry h2 a { color:#323232;text-decoration:none; }
div.entry ul.meta {padding:0;margin:0;list-style:none;float:left;width: 140px;font-size:11px; }
div.entry ul.meta li.date, div.entry ul.meta li.comments {color:#999;font-weight:bold; }
div.entry ul.meta li.comments {font-weight:normal; }
div.entry ul.post-categories {list-style:none;padding:0;margin:0; }
div.entry div.post-content {padding-left:160px; }
div.entry div.post-content img, div.entry div.post-content pre {padding-left:0;margin-left:-160px; }
div.entry div.post-content pre {background: url("images/notepaper.png") top left repeat; }
div.entry div.metadata {text-align:center;font-size:11px; }

/* Comments */
div.comments {margin:0;padding:20px 0 0 0;background:#fff url("images/bg_hor_dotted.png") repeat-x top left; }
div.comments .commentarea h3 {font-size:24px;padding:0 0 0px 0; }
div.comments .commentarea ul {margin: 20px 0 20px 0;padding:0; }
div.comments .commentarea ul li {overflow: hidden;margin:0 0 20px 0;padding:0;border:1px solid #e0e0e0;background:transparent url("images/bg_comments.gif") repeat-y 0 0; }
div.comments .commentarea .meta {width: 140px;padding:20px;float: left;overflow:visible;height:100%;text-align: left;background:transparent url("images/bg_comments_top.gif") no-repeat 0 0; }
div.comments .commentarea .meta cite, div.comments .commentarea .meta cite a  {font-style: normal;font-size:12px;font-weight: bold;}
div.comments .commentarea div.meta span {display: block;font-size: 11px;padding: 0;}
div.comments .commentarea div.meta span {display: block;font-size: 11px;padding: 0;}
div.comments .commentarea div.meta span.time {font-size: 10px;}
div.comments .commentarea .comment {width: 400px;padding: 0;float: right;margin: 20px 20px 5px 0;position: relative; }
div.comments .commentarea ul li ul {display:none; }

/* Comment form */
form#commentform { margin:20px 0 0 0; }
.comment-notes, .form-allowed-tags, .logged-in-as  {display: none; }
div.comments .commentarea form span.required {display:none;}
div.comments .commentarea form p {margin-bottom:10px; }
div.comments .commentarea form label {margin: 7px 0 0 0;color:#999;width:160px;font-weight:bold;display:block;float:left; }
div.comments .commentarea form input[type=text] {padding: 10px 15px;border:1px solid #e0e0e0;color: #323232;margin: 0 0 14px 0; }
div.comments .commentarea form textarea {width: 431px;padding: 15px;border:1px solid #e0e0e0;font: 100%/1.7em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
color: #555;line-height:150%;margin: 0; }
div.comments .commentarea form input[type=submit] {padding:10px 10px;float:right;font-size: 11px;text-transform: uppercase;font-weight: bold;color: #fff;border:none;background:#999;cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; }
div.comments .commentarea form input[type=submit]:hover {background:#82b244; }

/* Navigation */
div.navigation a {padding:6px 10px;font-size: 11px;text-transform: uppercase;font-weight: bold;color: #fff;border:none;background:#999;cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; }
div.navigation a:hover {color: #fff;background:#82b244; }

/* Buttons */
/*
a.boton_portada {margin:55px 0 0 0;width: 320px;height: 101px;display: block;text-indent: -9999px;
-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
background:transparent url("../../media/fotos/images/boton_portada.png") no-repeat 0 0; } 
a.btn_appstore_big:hover {-moz-box-shadow: 0 0 45px rgba(255,255,255,0.3);-webkit-box-shadow: 0 0 45px rgba(255,255,255,0.3);box-shadow: 0 0 45px rgba(255,255,255,0.3); }
*/
/* Global */
.left, img.alignleft {float:left; margin:10px 52px 0 0; }
.right, img.alignright {float:right; margin:10px 0 0 20px;}

.center {text-align:center; }
.nmr {margin-right:0 !important; }
.mb20 {margin-bottom:20px !important; }
.mb30 {margin-bottom:30px !important; }
.mb40 {margin-bottom:40px !important; }
.mt40 {margin-top:50px !important; }

/* CSS3 Icing */
a:hover  {-o-transition-duration: .30s;-o-transition-property: color, background-color;-webkit-transition-duration: .30s;-webkit-transition-property: color, background-color;-moz-transition-duration: .30s;-moz-transition-property: color, background-color; }

/* Shortcodes */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {float:left; position:relative;margin:0 0 0 0; }
.one_third { width:30%; margin-right:5%; }
.one_half {width:48%; margin-right:4%; }
.one_third {width:30%;margin-right:5%; }
.two_third {width:65%;margin-right:5%; }
.one_fourth { width:22%; margin-right:4%; }
.three_fourth {width:74%; margin-right:4%;}
.last {margin-right:0 !important; }
.clear{ display:block; width:100%; clear:both;}

/* Contact Form */
#contactform {float:right;width: 300px;margin:0 auto;padding:0; }
#contactform label {font-weight:bold; }
#contactform label.alert {color:#a92d33; }
#contactform .input-div {width: 250px;font-size: 11px; }
#contactform input {font: 100%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;color:#363636;width: 280px;padding: 8px 7px;border: 1px solid #cdcdcd;border-top: 1px solid #8d8d8d;border-bottom: 1px solid #ececec;display: block;margin-bottom: 10px;margin-top: 5px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; }
#contactform .message-div {width: 280px;float: left;font-size: 11px; }
#contactform textarea {font: 100%/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;color:#363636;padding: 5px 7px;width:280px;border: 1px solid #cdcdcd;border-top: 1px solid #8d8d8d;border-bottom: 1px solid #ececec;font-size: 11px;display: block;margin-bottom: 20px;margin-top: 5px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; }
#contactform input[type=submit] {padding:10px 10px;width: auto;font-size: 11px;text-transform: uppercase;font-weight: bold;color: #fff;border:none;background:#999;cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px; }
#contactform input[type=submit]:hover {background:#82b244; }

/* Error Handling */
#contactform .errorbox {display:none;margin:0; padding:10px;font-weight:normal; color:#bb252c;background:#fdebed;border:1px solid #fec5cb; }
#contactform .errorbox ul { padding:0;list-style:none;margin:0; }
#contactform .errorbox ul li {padding:0;margin:0;font-size:11px;line-height:2.1em; }

/* Footer */
div.footer {font-size:11px;color:#999;padding:30px 0;text-align:center; }

/*****  end - copiado  de themeforest *************/






table.zebra {font-size: 0.95em; line-height: 1.2em;border: 1px solid #999;text-align: left;width: 100%;}
.zebra th {font-weight: bold;background-color: #111;border-bottom: 1px solid #999; }
.zebra td, .zebra th {padding: 2px; }
.odd {background-color: #555; }
.odd td {border-bottom: 1px solid #999; }
.even {background-color: #666; }
.even td {border-bottom: 1px solid #999; }

fieldset tr { border: none; }
.ui-datepicker-title{}
.ui-datepicker-title span{color:#333;}

.row0 { }
.row1 { }

.clearfix{}
.background{background-color: white;}

 
  #topmenu { width:960px; margin:0 auto 0 auto; height:25px; padding-top: 35px; background-color: transparent; }
  #topmenu>ul{ padding:0; margin:0px 0 0px 30px; height:25px;float:right;}
  #topmenu>ul,#topmenu>ul>li {list-style-type: none;}
  #topmenu>ul>li {display:inline; padding:0px 20px 0px 2px; height:22px; border-left:0px solid white;  }
  #topmenu>ul>li:first-child{}
  #topmenu>ul>li:last-child{}
  #topmenu>ul>li>a {text-decoration:none; color:white;font-weight: bold; font-size: 1em;  }
  #topmenu>ul>li>a:hover{ color:#999;}
  #topmenu>ul>li.active a{ color:#999;}

  li.separator{cursor: pointer;}

.tb_eventos{width: 100%; clear: both;}
.tb_eventos tr th{border:4px solid white;background-color: #78b5f4;}
.tb_eventos tr td{border:4px solid white;background-color: #c9e1f6;}
.tb_eventos tr td a{font-weight: bold;}

div.jGrowl .jGrowl-notification{
 -webkit-box-shadow:1px 1px 16px #666; -moz-box-shadow: 1px 1px 16px #666;      box-shadow: 1px 1px 16px #666;z-index:110;}
        
#tagList { margin:0px 5px 5px 5px; padding:0;text-align:center; }
#tagList li { list-style-type:none;}
#tagList li a { text-decoration:none; color:#ffffff; font-weight:bold; margin: 0px 10px 2p 0px; }
#tagList a { text-decoration:none; font-weight:bold; margin: 0px 10px 2px 0px; cursor:pointer; }
#tagList li a:hover { text-decoration:underline; }
.list_item_div_footer table {z-index:10;}

#content .ui-widget-content {  background: transparent url(../../_images_/blank.gif) 50% bottom repeat-x;}
#content .ui-dialog .ui-dialog-content {background: transparent url(../../_images_/blank.gif) 50% bottom repeat-x;}

#nyroModalTitle,
#nyroModalContent div{display: none;}

#pdfheader{text-align: left;width:972px !important; height:25px;margin-bottom: 10px !important; }
#pdfheader a{background-color:#b8d1dd;border: 0px solid #0084d7;width:100px; height:20px; padding-top:5px;text-align: center; display: block;color:white;}


/* 
------------------------------------------------------------------------
LIST 
------------------------------------------------------------------------
*/

.mod_list_item{ display: block; margin-top:10px !important; width: 100%; border-bottom:0px solid silver; padding:0px 0 0px 0px; }
.mod_list_item h1 {display:inline;}
.mod_list_item p {  margin:8px 0px 8px 0px; color:#4b4d4d; line-height:15px; text-align:justify; }
.mod_list_item>img { float: right; margin-left:15px;width: 70px;}
.mod_list_footer {text-align:right; color:#fe8e29; margin-bottom:0px; clear:both;}
.mod_list_footer a {float:right; color:#fe8e29;text-decoration:none; padding: 0 0 0 5px;}
ul.cuadrado li{list-style-image: url(images/cuadrado.gif);padding: 10px 0 10px 0; }
li.cuadrado{list-style-image: url(images/cuadrado.gif) !important; padding: 10px 0 10px 0; }
li.triangulo{list-style-image: url(images/triangulo.gif); padding: 10px 0 10px 0; }
ul.links li{list-style-image: url(images/triangulo.gif);padding:0px !important; }
ul.links li a{font-weight: bold;} 
ul.links li.li_categorie{list-style-image: none !important; color:white; }

.event_date{font-size: 1.2em;font-weight: bold;float: right;}

/* 
------------------------------------------------------------------------
DETAIL 
------------------------------------------------------------------------
*/

.div_prev_next {margin-bottom: 15px !important;}
.div_prev_next .row span a {font-size: .95em; color:#dea140; text-decoration: none;}
.div_prev_next .row span a:hover {font-size: .95em; background-color:#b8d1dd;border: 0px solid #0084d7;}

.mod_detail_item {}
.mod_detail_item h1{ display: block;border-bottom:1px solid silver;}

.mod_detail_item p{margin-top:20px;}
.mod_detail_item>img { float: left; margin-right:15px;}

.mod_detail_footer{text-align:right;height:16px;/*border-bottom:1px solid silver;*/line-height:16px;color: #626262;clear:both;margin-bottom: 15px !important;}
.mod_detail_footer span {font-size : 0.9em; color: #454a58; margin: 0px 0px 0px 0px;padding:0px }
.mod_detail_footer span img {height:10px;}
.mod_detail_footer a{text-align:right;font-size : 11px; color: #3E45BA; font-weight:bolder;margin: 0px 0px 0px 15px;}


#calendar_left_arrow img,
#calendar_right_arrow img {height: 140px;width: 35px;}

#messages{color: #fac00e;}
#messages span{color: #a32b26 !important;}
#chatText{width: 175px; border:1px solid #666;margin-top: 4px;margin-bottom:10px;}
.jquery-lightbox-title{display: none;}









