body {
    background: url("../img/fondo-ia.jpg") repeat-x scroll 0 156px transparent;
    color: #484848;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
}
a {
    color: #305A6F;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
    color: #666666;
}
p + p {
    margin-top: 20px;
}
pre {
    background: none repeat scroll 0 0 #F7F7F7;
    font-family: Courier,monospace;
    margin: 10px 0;
    padding: 20px;
}
small {
    font-size: 80%;
}
blockquote {
    margin: 20px 0;
    padding: 20px 50px;
}
blockquote p {
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
}
blockquote p cite {
    display: block;
    text-align: right;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #FFFFFF;
    margin-top: 100px;
}
.clear {
    clear: both;
}
form .input {
    margin-bottom: 15px;
}
form .input label {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 5px 0;
    text-align: right;
    width: 300px;
}
form .input input[type="text"], form .input input[type="password"] {
    border: 1px solid #A5ACB2;
    border-radius: 3px 3px 3px 3px;
    max-width: 500px;
    padding: 5px;
    background: none repeat scroll 0 0 #EBF2F8;
}

form .input input[type="text"]:focus, form .input input[type="password"]:focus, table input:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    _background: none repeat scroll 0 0 #fbfae4;
}
form .input textarea {
    border: 1px solid #A5ACB2;
    font-family: Arial;
    padding: 5px;
    width: 500px;
    background: none repeat scroll 0 0 #EBF2F8;
}
form .input textarea:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    _background: none repeat scroll 0 0 #fbfae4;
}
form input[type="text"].ui-autocomplete-input, form .input input[type="text"].ui-autocomplete-input {
    background: url("../img/icons/search.png") no-repeat scroll top right #EBF2F8;
    padding-right: 12px;
    border: 1px solid #A5ACB2;
    border-radius: 3px 3px 3px 3px;
    max-width: 500px;    
}
form input[type="submit"] {
	background: -webkit-gradient(linear, left top, left bottom, from(#77ccff), to(#41708c));
    background: -moz-linear-gradient(center top , #77ccff 5%, #41708c 100%) repeat scroll 0 0 #77ccff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77CCFF, endColorstr=#41708C);
    border: 1px solid #7A7A7A;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #CAEBE8 inset;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-shadow: 1px -1px 0 #1C475F;
}
form input[type="submit"]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#41708C));
    background: -moz-linear-gradient(center top , white 5%, #67B0DB 100%) repeat scroll 0 0 #C2DDEC;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#67B0DB);
    color: black;
    text-shadow: 1px -1px 0 white;
}
form input[type="submit"]:active {
    border: 1px solid #CCCCCC;
}
form .required label {
	background-image: url("../img/icons/required.png");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position-x: 100%;
	background-position-y: top;
	width: 295px;
	padding-right: 15px;
}

form .cliqueable {
    background-color: #C2DDEC;
    background-image: url("../img/icons/edit.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    cursor: pointer;
}

form .icon-delete {
    font-size: 0;
    background-position-y: top;
}
form .icon-delete:before {
    content: url("../img/icons/delete.png");
}

form .icon-edit:after {
    content: url("../img/icons/blank.png");
}

form .icon-save {
    font-size: 0;
    background-position-y: top;
}
form .icon-save:before {
    content: url("../img/icons/save.png");
}

form .icon-undo {
    font-size: 0;
    background-position-y: top;
}
form .icon-undo:before {
    content: url("../img/icons/undo.png");
}

form .cliqueable .icon-delcell {
    font-size: 0;
    background-position-y: top;
}
form .cliqueable .icon-delcell:after {
    content: url("../img/icons/deletecell.png");
}

form .change-owner-code, form .change-owner-plate {
    font-size: 0;
    background-position-y: top;
}
form .change-owner-code:before, form .change-owner-plate:before {
    content: url("../img/icons/user_owner.png");
}

form .activate-code, form .activate-plate {
    font-size: 0;
    background-position-y: top;
}
form .activate-code:before, form .activate-plate:before {
    content: url("../img/icons/user_activate.png");
}

form button {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#41708C));
    background: -moz-linear-gradient(center top , white 5%, #67B0DB 100%) repeat scroll 0 0 #C2DDEC;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#67B0DB);
    
    border: 1px solid #7A7A7A;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 #CAEBE8 inset;
    color: black;
    font-weight: normal;
    padding: 1px 5px;
    text-shadow: 1px -1px 0 white;
}
form button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#77ccff), to(#41708c));
    background: -moz-linear-gradient(center top , #77ccff 5%, #41708c 100%) repeat scroll 0 0 #77ccff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77CCFF, endColorstr=#41708C);
    
    color: white;
    text-shadow: 1px -1px 0 #1C475F;
}
form button:active {
    border: 1px solid #CCCCCC;
}
form .input select {
    background: none repeat scroll 0 0 #EBF2F8;
    border: 1px solid #A5ACB2;
    border-radius: 3px 3px 3px 0;
    padding: 5px;
}
form .input div.checkbox {
    height: 25px;
}
.contact-form {
    margin-top: 20px;
}
form table input[type="text"], form table input[type="password"], form table select {
    background: none repeat scroll 0 0 #EBF2F8;
    border: 1px solid #A5ACB2;
    border-radius: 3px 3px 3px 3px;
    padding: 1px;
}
form table input[type="text"]:focus, form table input[type="password"]:focus, form table select:focus {
	background: none repeat scroll 0 0 #FAFAFA;
}
#top-right {
    background: none no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 1050px;
}
#top-right .block ul {
    font-size: 90%;
    height: 25px;
    margin: 0 auto;
    width: 1040px;
}
#top-right .block li {
    border: medium none;
    float: right;
}
#top-right .block li a {
    border: 1px none;
    font-weight: normal;
}
#top-right .block li a:hover {
}
#top-right .block li a:hover .selected {
}
#auth-user {
    height: 35px;
}
#header {
    background: url("../img/logo-ia-sombra2.png") no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 1050px;
}
#header #logo {
    float: left;
    margin-top: 60px;
    width: 40%;
}
#header #logo h1 a {
    color: #000000;
    font-family: Georgia;
    font-size: 72px;
    font-weight: normal;
}
#header #logo h1 a:hover {
    color: #444444;
}
#header #logo h1 a span {
    color: #A9A9A9;
}
#header #tagline {
    color: #A9A9A9;
    float: right;
    font-family: Georgia;
    font-size: 30px;
    font-style: italic;
    line-height: 35px;
    padding: 30px 0;
    width: 55%;
}
#header #tagline a {
    color: #444444;
    font-weight: normal;
}
#header #tagline a:hover {
    color: #000000;
}
#main-menu ul {
    background: url("images/ui-bg_highlight-hard_55_4d9bc2_1x100.png") repeat-x scroll 0 50% transparent;
    border: 1px solid white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 10px #999999;
    font-size: 150%;
    height: 32px;
    margin: 0 auto;
    padding: 0;
    width: 1048px;
}
#main-menu li {
    float: left;
}
#main-menu li a {
    border-right: 1px solid white;
    color: white;
    display: block;
    height: 22px;
    margin: 0 auto;
    padding: 5px 10px;
}
#main-menu li a:hover {
    background: url("images/ui-bg_glass_75_d0e5f5_1x400.png") repeat scroll 0 50% transparent;
    color: #273C47;
}
#main-menu li a.selected {
    background-color: gray;
}
#main {
    background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 10px #999999;
    margin: 10px auto 0;
    padding: 5px;
    width: 1040px;
}
#content {
    float: left;
    margin-right: 20px;
    width: 870px;
}
#rightbar {
    float: right;
    margin-left: 2px;
    width: 145px;
}
.node {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.node h2, #content h2, .node h2 a {
    font-family: Arial;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
}
.node h2, #content h2 {
    color: #000000;
    font-size: 24px;
    line-height: 50px;
}
.node h3, #content h3 {
    font-family: Arial;
    font-size: 150%;
    font-weight: normal;
    line-height: 20px;
    margin: 30px 0 3px;
}
.node h4, #content h4 {
    font-family: Arial;
    font-size: 120%;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0 2px;
}
.node .node-info {
    color: #888888;
    font-size: 10px;
    margin-bottom: 10px;
}
.node .node-more-info {
    color: #888888;
    font-size: 10px;
    margin-top: 10px;
}
.node .node-body a, .node .node-excerpt a {
    border-bottom: 1px dotted #000000;
}
.node .node-body a:hover, .node .node-excerpt a:hover {
    border-bottom: 1px dotted #BBBBBB;
}
.node ul {
    list-style: circle outside none;
    margin-bottom: 10px;
    margin-left: 30px;
}
.node ol {
    list-style: decimal outside none;
    margin-left: 30px;
}
.node dl dt {
    font-family: Georgia,serif;
    font-size: 18px;
}
.node dl dd {
    padding: 15px 0 15px 15px;
}
.node img {
    border: 5px solid #222222;
    margin: 10px 0;
}
.block {
}
.block + .block {
    margin-top: 40px;
}
.block h3 {
    font-family: Arial;
    font-size: 19px;
    font-weight: normal;
    line-height: 22px;
    margin: 20px 0 10px;
}
.block .block-body ul {
    border-top: 1px solid #EEEEEE;
}
.block .block-body ul li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 0;
}
.block .block-body ul li:hover {
    border-bottom: 1px solid #BBBBBB;
}

.block .block-body ul li ul {
    background: none repeat scroll 0 0 #EBF2F8;
}
.block .block-body ul li a {
    display: block;
    padding: 5px 5px 5px 3px;
}
.block .block-body ul li ul li {
    margin-left: 10px;
}
.block .block-body ul li ul li:hover {
    background: white;
}
.block-search form input[type="text"] {
    float: left;
    margin: 0 5px 2px 2px;
    width: 190px;
}
.block-search form input[type="submit"] {
    padding: 4px;
}
.comments h3 {
    font-family: Georgia;
    font-size: 28px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0 25px;
}
.comments .comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding: 10px;
}
.comments .comment .comment {
    margin-bottom: 0;
    margin-left: 45px;
}
.comments .comment .comment + .comment {
    margin-top: 10px;
}
.comments .comment-info {
    background: none repeat scroll 0 0 #FAFAFA;
}
.comments .comment-info .avatar {
    float: left;
    margin-right: 10px;
}
.comments .comment-info .avatar img {
    border: 2px solid #333333;
}
.comments .comment-info .name {
    display: block;
    font-weight: bold;
}
.comments .comment-info .date {
    color: #888888;
    font-size: 10px;
}
.comments .comment-body {
    margin: 10px 0 0;
}
.comments .comment-reply {
    padding: 10px 0;
}
.comments .comment-reply a {
    background: none repeat scroll 0 0 #464646;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px;
}
.comments .comment-reply a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #464646;
}
.comments .author {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #A9A9A9;
}
.comments .author > .comment-info {
    background: none repeat scroll 0 0 #EFEFEF;
}
.comment-form h3 {
    font-family: Georgia;
    font-size: 28px;
    font-weight: normal;
    line-height: 20px;
    margin: 30px 0;
}
div.paging {
    color: #FFFFFF;
    font-size: 12px;
    margin: 20px;
    text-align: center;
}
div.paging span.current, div.paging span a {
    border: 1px solid #77A0BF;
    color: #484848;
    font-weight: bold;
    padding: 3px 5px;
}
div.paging span.current {
	background: none repeat scroll 0 0 #DDECF7;
}
div.paging span.disabled {
    border: 1px solid #CCCCCC;
    color: #BBBBBB;
    margin: 0 3px;
    padding: 3px 5px;
}
div.paging span a {
    border: 1px solid #D0E5F5;
}
div.paging span a:hover {
    background: none repeat scroll 0 0 #D0E5F5;
    border: 1px solid #478CBF;
    color: #000000;
}
div.paging input[type=text] {
	width: 2em;
}
div.paging select {
	
}
#footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 0 10px #999999;
    margin: 10px auto 0;
    padding: 15px 0;
    width: 1050px;
}
#footer .right {
    text-align: right;
}
.error, .notice, .success, .message {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    margin-bottom: 1em;
    padding: 0.8em;
}
.error {
    background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #D12F19;
}
.notice, .message {
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    border-radius: 3px 3px 3px 3px;
    color: #817134;
}
.success {
    background: none repeat scroll 0 0 #EBF8A4;
    border-color: #A2D246;
    color: #529214;
}
.error a {
    color: #D12F19;
}
.notice a, .message a {
    color: #817134;
}
.success a {
    color: #529214;
}
.actions ul {
    border-bottom: 1px solid gray;
    height: 25px;
    list-style: none outside none;
}
.actions li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 3px;
}
.actions ul > li:first-child {
    margin-left: 10px;
}
.actions li.selected {
    border-bottom: 1px solid white;
    height: 24px;
}
.actions li a {
    display: block;
    height: 24px;
    margin: 0 1px 0 0;
    min-width: 50px;
    text-align: center;
}
.actions li a:hover {
    background: none repeat scroll 0 0 #3B87BF;
    color: white;
    height: 25px;
}
fieldset {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 0;
    padding: 10px 0;
}
legend {
    color: black;
    font-family: Arial;
    font-size: 170%;
    margin: 0 10px;
    padding: 0 10px;
}
.submit-group input[type="submit"] {
    float: left;
    margin-right: 10px;
}
#content table tr:hover {
    background: none repeat scroll 0 0 #f8f88b;
}
#content table tr.selected {
    background: none repeat scroll 0 0 #dbf9ff;
}
#content table tr.selected:hover {
    background: none repeat scroll 0 0 #a2f6a2;
}

table {
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
    margin: 0 auto;
    width: 99%;
}
table th {
    background: url("images/ui-bg_glass_75_d0e5f5_1x400.png") repeat scroll 0 50% transparent;
}
table td {
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
}
table th {
    border: 0.5px solid #EEEEEE;
    border-collapse: collapse;
}
dt {
    float: left;
    font-weight: bold;
    margin-right: 7px;
    min-height: 1.5em;
    text-align: right;
    width: 100px;
}
dd {
}
form .ui-autocomplete-input {
    background-image: url("../img/icons/search.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 12px;
}
form .ui-autocomplete-loading {
    background-image: url("../img/ajax-loader.gif");
    background-position: right top;
    background-repeat: no-repeat;
}
form .input input.ui-autocomplete-input:focus {
    background-image: url("../img/icons/search.png");
    background-position: right top;
    background-repeat: no-repeat;
}
form .input input.ui-autocomplete-loading:focus {
    background-image: url("../img/ajax-loader.gif");
    background-position: right top;
    background-repeat: no-repeat;
}
span.ui-autocomplete-loading {
    background-image: url("../img/ajax-loader.gif");
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}
td.offline {
    background: none repeat scroll 0 0 #A70B25;
    color: white;
}
td.online {
    background: none repeat scroll 0 0 #238F53;
    color: white;
}
td.warning {
    background: none repeat scroll 0 0 #dddd00;
    color: white;
}
td.status-other {
    background: none repeat scroll 0 0 #FF6600;
    color: black;
}
td.right {
	text-align: right;
}

.dominus-search input {
    width: 7em;
}

/** Cart albums **/
.cart_category-list  {
    clear: both;
    text-align: center;
}
.cart_category-list li {
    display: block;
    float: left;
    border: 1px solid gray;
    height: 250px;
    width: 230px;
    margin: 12px;
}
.cart_category-list li:hover {
    box-shadow: rgb(153, 153, 153) 0px 0px 10px 0px;
}
.cart_category-list li .category .image {
    margin: 10px auto;
}
.cart_category-list li .category .name {
    text-align: center;
}


/** Albums */
.album-list li {
    float: left;
    display: block;
    margin: 10px;
    border: 1px solid #999;
    box-shadow: 0px 0px 25px #888;
}

.album-list li:hover {
    box-shadow: 0px 0px 25px #222;    
}

.album-list .name {
    text-align: center;
}

.album-images li {
    float: left;
    display: block;
    margin: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 25px #999;
}

.album-images li:hover {
    box-shadow: 0px 0px 25px #555;
}