/* CSS Code START ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/**
*   [ 1 ] RESET BROWSER STYLES
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus { outline: 0; }

ol, ul { list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {quotes: "" "";}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
img, img a {border: none;}

/**
 *  [ 2 ] DISABLE AUTOMATIC BROWSER OUTLINES
*/

/* Remove anoying outline in FireFox */
button::-moz-focus-inner,
select::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border : 0px;
}

/* Remove anoying outline in IE */
button:focus,
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline : none;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/**
*   [ 3 ] RESET DRUPAL STYLES
*/

#user-login-form {text-align: left;}
.form-item label {font-weight: normal;}
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {list-style: none; list-style-image: none;}
.block ul,
.item-list ul,
.item-list ul li,
.form-item,
.form-checkboxes,
.form-radios,
fieldset,
ul.links,
ul.links li,
ul.menu,
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {margin: 0; padding: 0;}
/* CSS Reset Code END ----------------------------------------------------------------------------------------------------------------------------------------------------- */


/* Sardinia CSS */

body {
   padding: 0;
   margin:0;
   color: #000000;
   height:100%;
   min-height:100%;
   background-color: #c0cfc0;
   min-width: 900px;
  background-image:url('../images/style1/fondo23.png');

	  background-repeat: repeat;

}

/* HTML Elements
-----------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin:  0 0 1.0em 0;
  line-height: 1.5em;
}

h1 {
  font-size: 2.0em;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.0em;
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0 0 1.0em 0
}

/* Layout 
-----------------------------------------------*/

#page-wrapper { 
  padding: 0;
  text-align: left; /* Reset text alignment */
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#header-wrapper {
  height: 125px;
  background: #ffffff url(../images/style1/header13.gif) top repeat-x;
}

#top-user-regions {
  padding: 20px 0;
  background: url(../images/style1/trans.png);
  border-top: 5px solid #006633;
  border-bottom: 5px solid #006633;
}

#middle-wrapper {
  padding: 0;
  /*margin-bottom: 50px;*/
}

.middle-wrapper-inner {
  padding: 1px 20px 0 20px;
  
  background: #ffffff;
 /* border-bottom: 1px solid #ff6600;*/
}

#main-content {
  float: left;
  width: 100%;
}

#main-content-inner {
}

#middle-wrapper .sidebar-first {
  float: left;
  z-index: 1;
  position: relative;
}

#middle-wrapper .sidebar-second {
  float: left;
  z-index: 1;
  position: relative;
}

#bottom-user-regions {
  padding: 20px 0;
  color: #dddddd;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url(../images/style1/trans-dark.png);
  border-top: 1px solid #666666;
}

#bottom {
  padding: 20px 0;
  background: #111111;
}

#footer {
  padding: 10px;
  background: #111111;
  border-top: 1px solid #222222;
  text-align: center;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

.user-region {
  float: left;
}

/* Header Elements
-----------------------------------------------*/

#site-logo {
  float: left;
  padding-right: 5px;
  line-height: 100px;
  padding-top:7px;
}

#site-logo img {
  vertical-align:middle;

}

#site-name {
  float: left;
}

#site-name h1 {
  padding-bottom: 0;
	margin-bottom: 0;
}

#site-name a {
  font-size: 1.8em;
  line-height: 100px;
  color: #333333;
}

#site-slogan h3 {
  float: left;
  margin: 0 20px;
  padding: 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  line-height: 100px;
}

/* Search Box 
-----------------------------------------------*/

#search-box {
  float: right;
}

#search-box .container-inline {
  margin-bottom: 0px;
  padding-bottom: 5px;
}

#search-box {
  margin-top: 7px;
  background: #ffffff;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 25px;
}

#search-box .form-text {
  float: left;
  padding:0;
  height:17px;
  margin:3px 0 0 10px;
  background: #ffffff;
  border: 0;
  color: #999999;
  width: 150px;
  vertical-align: middle;
}

#search-box .form-submit {
  float: right;
  width: 17px;
  height: 25px;
  padding: 0;
  margin-right:5px;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 0;
  background: transparent url(../images/search.png) 0 50% no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}

/* Slideshow 
-----------------------------------------------*/

#slideshow {
}

/* Sidebars 
-----------------------------------------------*/

.left-sideblock {
  margin-right: 20px;
}

.right-sideblock {
  margin-left: 20px;
}

.sideblock-inner h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 1.0em;
  color: #333333;
  font-weight: bold;
  background: url(../images/style1/h3-bg.png) bottom repeat-x;
}

.sideblock-inner .content {
  padding: 10px 0;
  font-size: 0.8em;
}

.sideblock-inner .content h3 {
  padding: 10px 0 0 0;
  margin-bottom: 5px;
  background: 0;
  border-bottom: 1px dotted #dddddd;
}

/* Top Regions 
-----------------------------------------------*/

#top-user-regions h3 {
  display: block;
  line-height: 29px;
  height: 29px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 1.5em;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  color: #ffffff;
  text-shadow: -1px -1px #333333;
}

#top-user-regions .user-region-inner {
  padding: 0 20px;
}

#top-user-regions .user1 h3 {
  background: url(../images/style1/top-blocks-h3.png) 100% 0 no-repeat;
}

#top-user-regions .user2 h3 {
  background: url(../images/style1/top-blocks-h3.png) 100% -29px no-repeat;
}

#top-user-regions .user3 h3 {
  background: url(../images/style1/top-blocks-h3.png) 100% -58px no-repeat;
}

#top-user-regions .user4 h3 {
  background: url(../images/style1/top-blocks-h3.png) 100% -87px no-repeat;
}

#top-user-regions {
  text-shadow: 1px 1px #ffffff;
}

/* Feature Views
-----------------------------------------------*/

.view-feature-1 .views-field-entity-id img, .view-feature-2 .views-field-entity-id img, .view-feature-3 .views-field-entity-id img, .view-feature-4 .views-field-entity-id img {
  display: block;
  margin-left: -20px;
  margin-top:-20px;
  float: left;
  /*border: 2px solid #dddddd;*/
}

.user1 .field-name-body {
  padding-bottom: 5px;
}

.views-field-view-node a {
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: 0 0 #ffffff;
}

.user1 .views-field-view-node a {
  color: #860000;
}

.user2 .views-field-view-node a {
  color: #4C0086;
}

.user3 .views-field-view-node a {
  color: #004C86;
}

.user4 .views-field-view-node a {
  color: #588600;
}

/* Bottom Regions 
-----------------------------------------------*/

#bottom-user-regions a {
  color: #eeeeee;
}

#bottom-user-regions h3 {
  color: #999999;
}

#bottom-user-regions .user-region-inner {
  padding-right: 10px;
}

#bottom-user-regions .item-list ul li {
  padding: 0;
}


/* Menus 
-----------------------------------------------*/

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.menu li.expanded, ul.menu li.collapsed, ul.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

ul.menu li ul {
  padding-left: 2.0em
}

.sideblock-inner ul.menu {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
  border: 1px solid #333333;
}

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 0;
}

.sideblock-inner ul.menu li.expanded, ul.menu li.collapsed, ul.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.sideblock-inner ul.menu li a {
  padding: 10px;
  display: block;
  color: #ffffff;
  background: #666666;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-shadow: 1px 1px #333333;
}

.sideblock-inner ul.menu li a:hover {
  background: #444444;
}

.sideblock-inner ul.menu li.last a {
  border-bottom: 0;
}

.sideblock-inner ul.menu li ul {
  border: 0;
  padding-left: 0;
}

.sideblock-inner ul.menu li li a {
  background: #333333;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #111111;
  text-decoration: none;
  text-shadow: 1px 1px #111111;
}

.sideblock-inner ul.menu li li li a {
  padding: 5px 10px;
  background: #111111;
  border: 0;
  text-shadow: 1px 1px #111111;
}

.sideblock-inner ul.menu li li li a:hover {
  background: #222222;
}


/* Lists 
-----------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.item-list ul li {
  margin: 0;
  padding: 0 0 0 0;
  list-style-image: none;
  list-style-type: none;
  color: #999999;
}

/* Links 
-----------------------------------------------*/

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0;
}

/* Navigation Links 
-----------------------------------------------*/

#navigation-links h3 {
  display: none;
}

#navigation-links {
  height: 32px;
  line-height: 29px;
  background: #fff url(../images/style1/nav.png) top repeat-x;

}

#navigation-links ul {
  border-left: 1px solid #111111;
}

#navigation-links ul.menu li {
  float: left;
}

#navigation-links ul.menu li a {
  display: block;
  padding: 0 15px;
  color: #006633;
  font-family: Arial;
  text-decoration: none;
  font-weight:bold;
  text-transform: uppercase;
  /*text-shadow: -1px -1px #17284d;*/
}
#navigation-links ul.menu li.first a {
  /*padding: 0 15px 0 0;*/
}


#navigation-links ul.menu li a:hover {
  /*text-decoration: underline;*/
   color: #ff6600;
     background: #fff url(../images/style1/navi12.png) bottom repeat-x;
}

.rss {
  margin-top: 2px;
  padding-right: 5px;
  float: right;
}

.twitter {
  margin-top: 2px;
  padding-right: 5px;
  float: right;
}

/* Navigation Drop Down */

#navigation-links ul.menu li ul {
  position: absolute;
  padding-left: 0px;
  margin: 0;
  width: 150px;
  left: -999em;
  z-index: 100;
  background: #f9f9f9;
  border: 0;
}

#navigation-links ul.menu li ul li {
}

#navigation-links ul.menu li:hover ul, #navigation-links ul.menu li.sfHover ul {
  left: auto;
}

#navigation-links ul.menu li li a {
  width: 140px;
  padding-left: 10px;
  padding-right: 0;
  line-height: 25px;
  font-size: 1em;
  color: #333333;
  text-shadow: 1px 1px #ffffff;
  border: 0;
}

#navigation-links ul.menu li li a:hover {
  background: #eeeeee;
}

#navigation-links ul.menu li li.first a {
  padding-right: 0;
  padding-left: 10px;
}


#navigation-links ul.menu li ul ul {
  margin: -25px 0 0 150px;
}

#navigation-links ul.menu li:hover ul ul, #navigation-links ul.menu li.sfHover ul ul, #navigation-links ul.menu li:hover ul ul ul, #navigation-links ul.menu li.sfHover ul ul ul, #navigation-links ul.menu li:hover ul ul ul ul, #navigation-links ul.menu li.sfHover ul ul ul ul {
  left: -999em;
}

#navigation-links ul.menu li li:hover ul, #navigation-links ul.menu li li.sfHover ul, #navigation-links ul.menu li li li:hover ul, #navigation-links ul.menu li li li.sfHover ul, #navigation-links ul.menu li li li li:hover ul, #secondary-links ul.menu li li li li.sfHover ul {
  left:auto;
}

#navigation-links ul.menu li.expanded, #navigation-links ul.menu li li.expanded, #secondary-links ul.menu li li li.expanded  {
  background: url(../images/expanded.png) 100% 50% no-repeat;
}

#navigation-links ul.menu li li.expanded, #secondary-links ul.menu li li li.expanded  {
  background: url(../images/expanded-b.png) 95% 50% no-repeat;
}


/* Primary Links 
-----------------------------------------------*/

#primary-links h3 {
  display: none;
}

#primary-links ul {
  float: right;
}

#primary-links ul.menu li {
  float: left;
}

#primary-links ul.menu li a {
  margin-left: 1px;
  padding: 20px 0px 8px 5px;
  display: block;
  font-size: 2.0em;
  font-weight: bold;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  text-decoration: none;
  border-bottom: 5px solid;
  width: 130px;
  text-shadow: -1px -1px #ffffff;
}

#primary-links ul.menu li a:hover, #primary-links ul.menu li a.active {
  text-shadow: 2px 2px #111111;
}

#primary-links ul.menu a.Red {
  color: #860000;
  border-color: #860000;
}

#primary-links ul.menu a.Red:hover, #primary-links ul.menu a.Red.active {
  color: #ffffff;
  background: #860000
}

#primary-links ul.menu a.Purple {
  color: #4c0086;
  border-color: #4c0086;
}

#primary-links ul.menu a.Purple:hover, #primary-links ul.menu a.Purple.active {
  color: #ffffff;
  background: #4c0086
}

#primary-links ul.menu a.Blue {
  color: #004c86;
  border-color: #004c86;
}

#primary-links ul.menu a.Blue:hover,  #primary-links ul.menu a.Blue.active {
  color: #ffffff;
  background: #004c86
}

#primary-links ul.menu a.Green {
  color: #588600;
  border-color: #588600;
}

#primary-links ul.menu a.Green:hover, #primary-links ul.menu a.Green.active {
  color: #ffffff;
  background: #588600
}

#primary-links ul.menu a.Orange {
  color: #863900;
  border-color: #863900;
}

#primary-links ul.menu a.Orange:hover,  #primary-links ul.menu a.Orange.active {
  color: #ffffff;
  background: #863900
}

/* Secondary Links 
-----------------------------------------------*/

#secondary-links h3 {
  display: none;
}

#secondary-links ul {
  clear: right;
  float: right;
}

#secondary-links ul.menu li {
  float: left;
}

#secondary-links ul.menu li a {
  display: block;
  margin: 8px 0;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  padding: 0 10px;
  color: #666666;
  text-decoration: none;
  border-right: 1px solid #dddddd;
}

#secondary-links ul.menu li a:hover {
  display: block;
  text-decoration: underline;
}

/* Node Teaser 
-----------------------------------------------*/

.teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999999;
}

.teaser img {
  display: block;
  float: left;
}

.has-image {
  margin-left: 220px;
}

.teaser .title {
  margin-bottom: 0;
  font-size: 1.4em;
}

.teaser .title a {
  font-weight: bold;
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  text-decoration: none;
}

.teaser-body {
  padding-top: 5px;
  font-size: 0.8em;
  color: #666666;
}

.teaser-body p {
  padding-bottom: 5px;
}

.teaser-submitted {
  font-weight: bold;
  font-size: 0.8em;
  color: #999999;
}

.teaser-taxonomy {
  font-size: 0.8em;
  font-weight: normal;
  color: #999999;
}

.teaser-taxonomy .links li {
  padding: 0 5px 0 0;
  border-right: 1px solid #dddddd;
}

.teaser-links {
  font-weight: bold;
  font-size: 0.8em;
  color: #999999;
}

/* Node
-----------------------------------------------*/

.full-node {
  margin-bottom: 20px;
  line-height: 1.5em;
}

h1.title {
  font-family: "Palatino Linotype",Palatino,"Book Antiqua",serif;
  margin: 0;
  font-weight: bold;
}

.full-node h1.title {
  font-size: 2.8em;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #bbbbbb;
}

.full-node .field-field-slide-text {
  margin-bottom: 1.0em;
  font-size: 1.4em;
  font-weight: bold;
  color: #666666;
}

.full-node .field-name-field-image  {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 300px;
}

.full-node .field-name-field-image img {
  display: block;
  float: right;
}

.full-node .field-name-field-image span.description {
  display: block;
  float: right;
  padding: 10px;
  font-size: 0.8em;
  color: #666666;
  font-weight: normal;
  width: 278px;
  border: 1px solid #dddddd;
  border-top: 0;
}

.node-submitted strong {
  color: #999999;
  font-weight: bold;
}

.node-submitted {
  margin: 1px 0;
  padding: 10px 0;
  color: #666666;
  font-weight:bold;
  border-bottom: 8px solid #666666;
  border-top: 1px dotted #999999;
}

.node-submitted a {
  text-decoration: none;
}

.node-content {
}

.node-taxonomy {
 font-size: 0.8em;
 font-weight: bold;
 color: #999999;
 padding: 5px 0;
 margin-bottom: 10px;
 border-top: 1px dashed #dddddd; 
 border-bottom: 1px dashed #dddddd;
}

.node-taxonomy a {
 font-weight: normal;
 color: #666666;
}

.node-links {
}

.breadcrumb {
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 2px solid #999999;
}

/* Comments
-----------------------------------------------*/

.comment {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #666666;
  background: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
}

.comment .user-picture img {
  padding-top: 15px;
  clear: right;
  padding-right: 10px;
  width: 40px;
  height: 40px;
  float: left;
}

.comment h3 {
  font-size: 1.0em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.comment-author {
  float: left;
}

.comment-date {
  float: right;
}

.comment-body {
  clear: right;
  padding-top: 10px;
}

.comment .links {
  float: right;
}

.box h2 {
  padding: 0;
  margin: 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #666666;
}

#comment-form label {
  font-size: 0.8em;
  color: #666666;
}

#comment-form .form-textarea {
  background: #dddddd;
  border:1px solid #CCCCCC;
  font-family:inherit;
  font-size:1em;
  padding:3px;
  color: #666666;
}

#comment-form .resizable-textarea textarea {
  width: 75%;
  height: 200px;
}

.comment-new {
  display: block;
  padding-bottom: 5px;
  color: #ff0000;
  font-weight: bold;
}

.tips, #comment-form a {
  font-size: 0.8em;
  color: #666666;
}

/* Misc
-----------------------------------------------*/

.breadcrumb {
  padding-bottom: 1.0em;
}

/* Typography */

div.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #FEC201;
  border-bottom: 1px dashed #FEC201;
  background: #FFEDB5 url(../images/alert.png) 15px 50% no-repeat;
}

div.info {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #0173bd;
  border-bottom: 1px dashed #0173bd;
  background: #c6e9ff url(../images/info.png) 15px 50% no-repeat;
}

div.notice {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/notice.png) 15px 50% no-repeat;
}

div.download {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #5EAA1F;
  border-bottom: 1px dashed #5EAA1F;
  background: #DAFFBA url(../images/download.png) 15px 50% no-repeat;
}

div.mail {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #57a4ce;
  border-bottom: 1px dashed #57a4ce;
  background: #ecf8ff url(../images/mail.png) 15px 50% no-repeat;
}

div.package {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #574321;
  border-bottom: 1px dashed #574321;
  background: #f1e9dc url(../images/package.png) 15px 50% no-repeat;
}

div.security {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/security.png) 15px 50% no-repeat;
}

div.stop {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #fbd500;
  border-bottom: 1px dashed #fbd500;
  background: #fff09a url(../images/stop.png) 15px 50% no-repeat;
}

div.system {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #3b9acd;
  border-bottom: 1px dashed #3b9acd;
  background: #bdd4e0 url(../images/system.png) 15px 50% no-repeat;
}

div.settings {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #ffffff;
  border-top: 1px dashed #ffffff;
  border-bottom: 1px dashed #ffffff;
  background: #333333 url(../images/settings.png) 15px 50% no-repeat;
}

div.web {
  margin: 10px 0;
  padding: 10px 15px 10px 80px;
  color: #333333;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  background: #eeeeee url(../images/web.png) 15px 50% no-repeat;
}


li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  background: url(../images/checkmark.png) top left no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 0px;
  padding-left: 58px;
  color: #666666;
  background: url(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background:  url(../images/closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px solid #dddddd;
  background: url(../images/pre.png);
}

/* Taxonomy */

.field-name-field-tags .field-label, .field-name-field-tags .field-items, .field-name-field-tags .field-item {
  display: inline;
}

.field-name-field-tags .field-label {
  display: inline;
  font-size: 0.8em;
  color: #999999;
}

.field-name-field-tags .field-item a {
  color: #333333;
}

.field-name-field-tags .field-item {
  font-size: 0.8em;
  padding: 0 5px 0 0;
  border-right: 1px solid #dddddd;
}

.full-node .field-name-field-tags {
  font-weight: bold;
  color: #999999;
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px dashed #dddddd; 
  border-bottom: 1px dashed #dddddd;
}

/* Views Slideshow */
.view-slideshow {

}

.views_slideshow_main {
  position: relative;
  float: left;

}

.views-slideshow-cycle-main-frame-row-item {
  position: relative;  
  width: 600px;
}

.view-slideshow  .views_slideshow_main .views-field-entity-id {
  width: 600px;
}

.view-slideshow  .views_slideshow_main .views-field-entity-id img {
  display: block;
}

.view-slideshow .views_slideshow_main .views-field-title {
  position: absolute;
  padding: 20px;
  width: 560px;
  height: 60px;
  background: url(https://www.usal.edu.ar/sites/all/themes/sardinia/images/style1/trans-dark.png);
  bottom: 0px;
  line-height: 60px;
  	font-family:Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;  
  text-shadow: 2px 2px #111111;
}

.view-slideshow .views_slideshow_main .views-field-view-node {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.view-slideshow .views_slideshow_main .views-field-view-node a {
  display: block;
  margin: 0;
  padding: 0 5px;
  line-height: 30px; 
  font-size: 1em;
  color: #dddddd;
  text-align: left;
  text-decoration: none;
  background: #006633;
  text-shadow: 1px 1px #000000;
}

.view-slideshow .views_slideshow_main .views-field-view-node a:hover {
  color: #ffffff;
  background: #78ab91;
  text-decoration: none;
}

/* Pager */

.view-slideshow .views-slideshow-controls-bottom {
  position: relative;
  float: left;
  width: 360px;
  z-index: 10;
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  margin-left: -15px;
  padding-left: 15px;
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item .pager-inner  {
  height: 79px;
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px solid #006633;
    /*border-left: 1px solid #ff6600;*/
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item .pager-inner:hover  {
  background: #a9c2b5;
  cursor:hand;
}

#views_slideshow_pager_field_item_bottom_slideshow-block_1_3.views-slideshow-pager-field-item .pager-inner {
  border-bottom: 0;
}

.view-slideshow .views-slideshow-controls-bottom  .views-field-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active .views-field-title {
  color: #ffffff;
  text-shadow: 1px 1px #333333;
  cursor: default;
}

.view-slideshow .views-slideshow-controls-bottom .field-name-body {
  color: #666666;
  cursor: default;
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active .field-name-body {
  color: #ffffff;
}

.view-slideshow .views-slideshow-controls-bottom .views-field-view-node {
  text-align: right;
}

.view-slideshow .views-slideshow-controls-bottom .views-field-view-node a {
  color: #333333;
  text-decoration: none;
}

.view-slideshow .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active .views-field-view-node a {
  color: #ffffff;
}

.view-slideshow .views-slideshow-controls-bottom  #views_slideshow_pager_field_item_bottom_slideshow-block_1_0.views-slideshow-pager-field-item.active {
background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/arrow-bg.png) no-repeat scroll left center; 
}

.view-slideshow .views-slideshow-controls-bottom #views_slideshow_pager_field_item_bottom_slideshow-block_1_0.views-slideshow-pager-field-item.active .pager-inner {
	background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/grad-bg.gif);
}

.view-slideshow .views-slideshow-controls-bottom  #views_slideshow_pager_field_item_bottom_slideshow-block_1_1.views-slideshow-pager-field-item.active {
background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/arrow-bg.png) no-repeat scroll left center; 
}

.view-slideshow .views-slideshow-controls-bottom #views_slideshow_pager_field_item_bottom_slideshow-block_1_1.views-slideshow-pager-field-item.active .pager-inner {
 	background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/grad-bg.gif);
}

.view-slideshow .views-slideshow-controls-bottom  #views_slideshow_pager_field_item_bottom_slideshow-block_1_2.views-slideshow-pager-field-item.active {
background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/arrow-bg.png) no-repeat scroll left center; 
}

.view-slideshow .views-slideshow-controls-bottom #views_slideshow_pager_field_item_bottom_slideshow-block_1_2.views-slideshow-pager-field-item.active .pager-inner {
  	background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/grad-bg.gif);
}

.view-slideshow .views-slideshow-controls-bottom  #views_slideshow_pager_field_item_bottom_slideshow-block_1_3.views-slideshow-pager-field-item.active {
background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/arrow-bg.png) no-repeat scroll left center; 
}

.view-slideshow .views-slideshow-controls-bottom #views_slideshow_pager_field_item_bottom_slideshow-block_1_3.views-slideshow-pager-field-item.active .pager-inner {
  	background:url(https://www.usal.edu.ar/sites/all/themes/ingreso/inicio/images/grad-bg.gif);
  border-color: #588600;
  border-bottom: 1px solid #006633	
}

.views-slideshow-pager-field-item.active .pager-inner {
  color: #ffffff;
}



.art-footer
{   border-top:solid;

  border-top-color:#FFFFFF;
   position: relative;
   margin-top:-10px;
   margin-bottom:0;
   width: 100%;
      background-image: url('../images/style1/pie.png');
	  height:86px
}

.art-footer-body
{
   position:relative;
   padding: 15px;
   color: #ffffff;

   font-size: 12px;
}

.art-footer-body ul li
{
   font-size: 14px;
   line-height: 125%;
   color: #F1F2CE;
}

.art-footer-body:before
{
   position: absolute;
   content:' ';
   z-index:-2;
   left:0;
   right:0;
   top:0;
   bottom:0;

}

.art-footer-body .art-rss-tag-icon
{
   position: absolute;
   left:   -6px;
   bottom:0;
   z-index:1;
}

.art-rss-tag-icon
{
   display: block;
   background-image: url('images/rssicon.png');
   background-position: center right;
   background-repeat: no-repeat;
   height: 25px;
   width: 25px;
   cursor: default;
}

.art-footer-text p
{
   padding:0;
   margin:0;
   text-align: center;
}

.art-footer-body a,
.art-footer-body a:link,
.art-footer-body a:visited,
.art-footer-body a:hover,
.art-footer-body td, 
.art-footer-body th,
.art-footer-body caption
{
   color: #C4C4C4;
   font-style: italic;
   font-size: 12px;
}

.art-footer-text
{
   min-height: 25px;
   padding-left: 35px;
   padding-right: 35px;
   position: relative;
   float: left;
   left: 50%;
   text-align: center;
}

.art-footer-body a,
.art-footer-body a:link
{
   color: #EEEADE;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

.art-footer-body a:visited
{
   color: #A0C9B9;
   text-decoration: underline;
}

.art-footer-body a:hover
{
   color: #FF6600;
   text-decoration: none;
}

.art-footer-center
{
   position: relative;
   float: right;
   right: 50%;
}

div.art-footer img
{
   /* WARNING do NOT collapse this to 'border' - inheritance! */

   border-color: #ABABAB;

   margin: 5px;
}/* end Footer */

#nav_wrapper1 {

	margin:0;
	padding:0;
background:url("../images/style1/sombras.png") repeat-x;
		font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	
}

#nav1 {

	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height:5px;
	background:url("../images/style1/sombras.png") no-repeat;

}