/*
Theme Name: xyz Theme
Theme URI: http://www.ecualia.com.ar
Description: fresh, clean and simple theme based on blogsimplified
Version: 2.3.4
Author: Juan Ignacio Brex
Author url: http://www.ecualia.com.ar
*/

/* ----------------------------------------------- [ * ] */

* {
    margin: 0;
    padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
    background-color: #DADECC;
    text-align: left;
    font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
    font-size: .75em;
    line-height: 1.5;
    color: #333;
}
img { border-style: none }
p { margin: 10px 0 }
a {
    text-decoration: none;
    color: #0084b4;
}
ul { list-style: none }
h1,
h2,
h3,
h4 { font-family: Helvetica, Arial, Sans-Serif }
h1 {
    font-size: 3em;
    line-height: 1em;
}
h2 { font-size: 2em }
h3 { font-size: 1.5em }
h4 { font-size: 1em }
.current-cat {
    font-weight: 700;
    background: #DADECC;
}

/* ----------------------------------------- [ Body ] */

#toph1 {
    text-align: center;
    color: #777;
    font-size: 11px;
    margin: 0 0 5px;
}
.round {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* ----------------------------------------- [ Container ] */

#container {
    width: 960px;
    text-align: left;
    position: relative;
    /*background-color: #fff; A*/
    margin: 0 auto;
}

/* ----------------------------------------- [ Header ] */

#header {
    /*width: 960px;
    margin: 0 auto; A*/
	background: #fff;
	padding: 4px 12px; /*A*/
	position: relative; /*A*/
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}
.nav {
    /*background-color: inherit; A*/
    height: 53px;
    /*display: block;
    margin: 4px 0 0;
    padding: 0 12px; A*/
}
.nav a.logo {
    background: url(img/ecualia_minilogo.png) no-repeat;
    display: inline;
    float: left;
    text-indent: -9999px;
    height: 49px;
    width: 180px;
    margin: 2px 10px 0 0; /*A*/
    padding: 0 5px 0 0;
    border-right: 1px dotted #ccc;
}
.nav p {
    font-size: 16px;
    display: inline;
    float: left;
    margin: 15px 0;
    padding: 0;
}
.nav div {
    display: inline;
    margin: 15px 0;
}
.nav div a {
    font-size: 16px;
    text-decoration: underline;
    padding: 2px 5px;
}
.nav div a:hover,
.nav div a:active {
    text-decoration: none;
    background: transparent url(img/bg-button.png) repeat-x 0 50%;
    background-color: #C1D626;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .2s linear;
}
.nav div a.linkcat,
.nav div a.linkacc {
    font-size: 14px;
    text-decoration: none;
    padding: 2px 5px;
}
.nav div a.linkcat:hover,
.nav div a.linkacc:hover {
    text-decoration: underline;
    background-color: #fff;
    color: #000;
}
.nav div a.linkacc {
    background-image: url(img/accesible.png);
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

/* Cuerpo
========================*/

#mainpage {
    width: 950px;
    /*float: right;
    background-color: inherit; A*/
    margin: 0 0 20px;
    padding: 5px 0 0 10px; /*A*/
	background: #fff;
	overflow: hidden; /*A*/
	border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

/* Submenu */

#submenu {
    width: 940px;
    height: 41px;
    background: transparent url(img/bg-button.png) repeat-x 0 50%;
    background-color: #eaf7f8;
    margin-bottom: 20px;
}
#submenu ul,
#submenu p,
#submenu div,
#submenu span {
    width: 585px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    display: inline;
}
#submenu ul li {
    float: left;
    margin-top: 3px;
}

/* Search Form */

#Nav-Search {
    /*background: inherit; A*/
    float: right;
    display: inline;
    margin: 7px 5px 0 0;
    /*padding: 0; A*/
}
#Nav-Search #s {
    border: 1px solid #ccc;
    color: #666;
    float: left;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    padding: 4px 3px;
}
#Nav-Search #s:hover, #Nav-Search #cat:hover{ border: 1px solid #AAA }
#Nav-Search #s:focus , #Nav-Search #cat:focus{ border: 1px solid #4096EE }
#Nav-Search #cat {
	border: 1px solid #ccc;
	color: #666;
	padding: 3px 2px;
	margin: 0;
    float: left;
	border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
}
#Nav-Search #searchsubmit {
    border: 1px solid #4096EE;
    background: transparent url(img/bg-button.png) repeat-x 0 50%;
    background-color: #4096EE;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    margin: 0 0 0 4px;
    padding: 4px 2px;
}
#Nav-Search #searchsubmit:hover {
    background-color: #1F536C;
    border: 1px solid #1F536C;
}

/* Contenido
========================*/

#content {
    width: 595px;
    float: left;
    /*background-color: #fff;
    margin: 0; A*/
    padding: 0 20px;
	position: relative; /*A*/
}

/* Filtros */

#content .switch {
    overflow: hidden;
    width: 100%;
    margin: 0 0 3px;
    padding: 0;
}
#content .switch a {
    font-size: 1.1em;
    font-weight: 700;
    color: #45B9F6;
    float: right;
    padding: 10px 10px 0 0;
}

/* Listing */

#content .listing { border-top: solid 1px #F0EBE4 }
#content .listing,
.item {
    clear: both;
    margin: 0;
    padding: 0;
}
#content .listing .item {
    clear: both;
    border-bottom: solid 1px #F0EBE4;
    padding: 15px 0;
}
#content .listing .item:hover { background: #FDE5DC!important }
#content .listing .item big a {
    letter-spacing: -1px;
    font-size: 18px;
    width: 500px;
    display: block;
    line-height: 18px;
}
#content .listing .item small {
    font-size: 12px;
    color: #AAA091;
    width: 500px;
    display: block;
    margin-top: 5px;
}
#content .listing .item small span { padding: 0 2px }
#content .listing .item small span a { color: #AAA091 }
#content .listing .item small .images {
    color: #666;
    background-color: #FFFCD5;
}
#content .item small .tipo {
    font-weight: 700;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    padding: 0 5px;
}
#content .item small .bcd {
    color: #fff;
    background-color: #FF00A4;
}
#content .item small .ofd {
    color: #fff;
    background-color: #C1D626;
}
#content .listing .item em {
    color: #6A645B;
    width: 150px;
    display: block;
    float: right;
    text-align: right;
    margin-top: -25px;
}

/* Item */

#content .item h2 {
    display: block;
    float: none;
    background: url(img/ads-details-top.jpg) no-repeat 15% 100%;
    padding-bottom: 15px;
}
#content .price,
.old_ad h3 span { color: #C00 }
#content .ad-details {
    background: #F7F7ED;
    border: solid 15px #F7F7ED;
    margin-bottom: 25px;
}
#content .ad-details small { 
	font-size: 12px;
	color: #AAA091;
}
#content .ad-details small span,
big span { margin: 0 3px }
#content .ad-details big {
    display: block;
    font-size: 13px;
	line-height: 1.7; /*  13 * 1.7 = 22.1 ~ Rounds to 22px. */
}
.tags {
	line-height:2;
	padding: 0;
	margin: 10px 0;
}
.tags a {
	padding: 0 4px;
	margin: 0;
	text-decoration: none;
	background-color: #F2F2F2;
	color: #333;
}
.tags a:hover, .tags a:active {
	background-color: #6c6c6c;
	color: #fff;
	text-decoration: none;
}

/* Product */

.description { clear: both }
.description p {
    font-size: 14px;
    color: #7B7569;
}
#pictures { margin-bottom: 10px }
#pictures a {
    display: hidden;
    position: relative;
}
#pictures a img {
    float: left;
    border: 1px solid #ccc;
    margin: 0 3px 10px 0;
    padding: 2px;
}
#pictures a:hover img { border: 1px solid #333 }
.play-video {
    width: 110px;
    height: 80px;
    display: block;
    position: absolute;
    right: 4px;
    background: url(img/play_video.png) no-repeat scroll center center transparent;
}

/* Page */

.storytitle {
    display: block;
    float: none;
    background: #fff!important;
    padding-bottom: 15px;
}
.vistas {
    display: inline;
    float: left;
    width: 35%;
    color: #bbb;
    font-size: 12px;
    font-family: Georgia,Cochin,Times,"Times New Roman",serif;
    margin: 0;
    padding: 5px;
}
.sociable {
    display: block;
    height: 30px;
    margin: 15px 9px;
    padding: 8px;
}
.sociable span {
    background: #F7F7ED;
    float: right;
    text-align: right;
    margin: 0;
    padding: 5px;
}
.sociable img {
    float: none;
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
    margin: 1px 1px 1px 5px;
    padding: 3px;
}
.atention {
    background: #FFFBE7;
    border: dashed 2px #F1DE86;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px;
}

/* Related Ads */

div.avisos-relacionados {
    overflow: hidden;
    margin: 25px 0;
    padding: 5px;
}
div.avisos-relacionados h3 {
    font-size: 1.3em;
    margin: 0;
    padding: 5px;
}
ul.related-ads {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
ul.related-ads li {
    width: 100%;
    height: 45px;
    float: left;
    overflow: hidden;
    line-height: 45px;
    margin: 0 0 5px;
    padding: 0;
}
ul.related-ads img {
    float: left;
    border: 0;
    margin: 0 5px 0 0;
    padding: 0;
}
ul.related-ads a {
    width: 515px;
    height: 45px;
    float: left;
    line-height: 45px;
    text-decoration: none;
    font-size: 13px;
    background: #f5f5f5;
    margin: 0;
    padding: 0 0 0 10px;
}
ul.related-ads a:hover {
    text-decoration: none;
    background: #eee;
}

/* Navigation */

div.navigation {
    display: block;
    height: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 25px 10px 10px 0;
    padding: 5px;
}
div.navigation div.alignright,
.nav div {
    float: right;
    text-align: right;
    width: 45%;
}
div.navigation div.alignleft {
    float: left;
    width: 45%;
}

/* ------------------------------------[ FrontPage Categories ] */

#frontpage { padding: 10px 0 }
#frontpage_cats .cats_col1 {
    width: 197px;
    float: left;
    margin-right: 15px;
}
#frontpage_cats .cats_col2 {
    width: 196px;
    float: left;
}
#frontpage_cats .cats_colums ul {
    list-style-type: none;
    margin-bottom: 15px;
    border: none;
    padding: 5px 8px;
}
#frontpage_cats .cats_colums ul li {
    line-height: 20px;
    text-transform: lowercase;
    border-bottom: 1px solid #ddd;
    padding: 2px 0 2px 10px;
}
#frontpage_cats .cats_colums ul li.cathead {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 14px;
    padding: 0 0 2px 5px;
}
#frontpage_cats .cats_colums ul li.cathead a {
    color: #5C8F47;
    text-decoration: none;
}
#ico1 { background: url(img/1automotor.png) no-repeat scroll right center transparent }
#ico22 { background: url(img/22inmuebles.png) no-repeat scroll right center transparent }
#ico32 { background: url(img/32empleo.png) no-repeat scroll right center transparent }
#ico51 { background: url(img/51servicios.png) no-repeat scroll right center transparent }
#ico60 { background: url(img/60compreventa.png) no-repeat scroll right center transparent }
#ico77 { background: url(img/77cursos.png) no-repeat scroll right center transparent }
#ico85 { background: url(img/85comunidad.png) no-repeat scroll right center transparent }
#ico92 { background: url(img/92contactos.png) no-repeat scroll right center transparent }

/* Sidebar
========================*/

#sidebar {
    width: 305px;
    float: right;
    /*background-color: #fff;
    margin: 0; A*/
    padding: 0 5px 0 0;
	overflow: hidden; /*A*/
}
#sidebar h3 {
    font-size: 1.3em;
    color: #666;
}
.sidemain ul {
    margin: 0;
    padding: 0;
}
.subcat li {
    margin: 0 0 0 25px;
    padding: 0;
}
.sidemain form { padding: 5px 0 5px 15px }
.old_ad h3 span {
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0;
}

/* Categories */

div.cat {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
div.cat h3 {
    text-align: center;
    background-color: inherit;
    border-bottom: solid 1px #F0EBE4;
    margin: 0 0 5px;
    padding: 5px;
}
ul.secondc,
ul.firstc {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
}
ul.firstc { padding-right: 2% }
ul.secondc li,
ul.firstc li,
.subcat li {
    font-size: 12px;
    line-height: 21px;
    list-style-type: none;
    clear: both;
    padding: 0;
}
ul.secondc li a,
ul.firstc li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #5C8F47;
}
ul.children {
    float: left;
    width: 100%;
    border-top: solid 1px #D8D1C7;
    margin: 2px 0 15px !important;
    padding: 0;
}
ul.children li {
    line-height: 18px;
    list-style-type: none;
    font-size: 11px;
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 3px;
}
ul.children li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #0084B4;
    border-bottom: 1px dotted #ccc;
}
ul.children li a:hover,
ul.children li a:active {
    color: #45B9F6;
    text-decoration: none;
    border-bottom-color: #111;
}

/* Contact and Comment Form */

.contactanuncio,
.commentform { margin: 25px 10px }
.contactanuncio label {
    font-size: 10px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
    padding: 1px 0 0 5px;
}
.contactanuncio p,
.commentform p { margin: 5px 0 }
.sidemain .error-msg {
    margin: 2px;
    padding: 5px;
}
#Contact-Submit {
    width: auto;
    font-family: Georgia,"Times New Roman", serif;
    font-size: 1.1em;
    font-weight: 700;
    background: transparent url(img/bg-button.png) repeat-x 0 50%;
    background-color: #21759B;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .2s linear;
    margin: 10px 40px 0 130px;
    padding: 6px 10px;
}

/* Mapa */

.mapa h3,
.contactanuncio h3,
.old_ad h3 { border-bottom: 1px solid #ccc }
#staticMapIMG {
    width: 280px;
    height: 250px;
    margin: 5px 10px 15px;
}
.link_map {
    bottom: 245px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
}
.link_map a {
    background-color: #FFF;
    line-height: 18px;
    padding: 3px;
}

/* Post_Form
========================*/

.intro {
    background: #D4FFC7;
    color: #333;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 100px;
}
.error-msg,
.error {
    background: #FFC;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 100px;
}
.decision {
    margin-top: 5px;
    line-height: 1.65;
    padding: 15px 100px;
}
.post_form fieldset {
    border: none;
    padding: 0 0 0 25px;
}
.post_form h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    border-bottom: 1px solid #333;
    margin: 30px 0 0;
    padding: 0;
}
.post_form p {
    font-size: 13px;
    line-height: 20px;
    color: #7b7569;
}
.post_form p a {
    color: #F30;
    font-weight: 700;
}
.post_form label {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    padding: 1px 0 0 10px;
}
.post_form input[type=text],
.post_form select,
.post_form textarea {
    width: 400px;
    border: 5px solid #B5D9FD;
    color: #666;
    font-family: Georgia,Cochin,Times,"Times New Roman",serif;
    font-size: 12px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
}
.post_form select { width: 420px }
.post_form textarea { height: 170px }
.post_form #video_url {
    background: transparent url(img/youtube.png) no-repeat 2px 50%;
    margin: 0;
    padding: 4px 4px 4px 25px;
}
.post_form input[type=file] { width: 402px }
.post_form #submit {
    margin: 35px 0 15px 300px;
    padding: 10px;
}
.submit {
    width: auto;
    font-family: Georgia,"Times New Roman", serif;
    font-size: 1.6em;
    font-weight: 700;
    background: transparent url(img/bg-button.png) repeat-x 0 50%;
    background-color: #21759B;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all .2s linear;
    padding: 6px 10px;
}
.post_form .level-0 {
    text-transform: uppercase;
    background: #B5D9FD;
    -webkit-user-select: none;
    -moz-user-select: none;
}

/* Footer
========================*/

#footer {
    height: 3.6em;
    clear: both;
    /*background-color: #DADECC;
    margin: 0; A*/
    padding: 15px 0;
}
#footer ul {
    float: left;
    padding: 0 12px 0 0;
}
#footer li {
    float: left;
    padding: 0 0 0 12px;
}
#footer p { text-align: center }

/* ------------------------------------------ [ Accesible ] */

#dark {
    font-size: 24px;
    font-family: Arial;
    background: #000;
    color: #FFF;
    text-transform: lowercase;
    margin-right: 10px;
}
#dark h2 {
    font-size: 26px;
    padding: 10px;
}
#dark ul {
    padding: 5px 10px;
}
#dark a {
    text-decoration: none;
    color: #fff;
}
#dark a:hover { color: #0FF }
#dark form { padding: 25px }
#dark input {
    font-weight: 700;
    color: #0f0;
    background: #000;
    border: 2px #0f0 solid;
    cursor: pointer;
    font-size: 18px;
}
#dark .copy,
#dark .copy a {
    font-size: 12px;
    color: #666;
}
#dark .copy { padding: 10px }

/* Page Navi */

.wp-pagenavi {
    clear: both;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
    margin: 2px;
    padding: 2px 6px;
}
.wp-pagenavi span.pages {
    background-color: #666;
    color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi a:link { border: 1px solid #f1f1f1 }
.wp-pagenavi a:visited { text-decoration: none }
.wp-pagenavi a:hover {
    color: #ff00a4;
    text-decoration: none;
    border: 1px solid #ff00a4;
}
.wp-pagenavi a:active {
    text-decoration: none;
    color: #fff;
    background-color: #45b9f6;
}
.wp-pagenavi span.current {
    font-weight: 700;
    color: #fff;
    background-color: #45b9f6;
    border-top: 2px solid #45b9f6;
    border-bottom: 2px solid #45b9f6;
}

/* General WordPress Classes */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft { float: left }
.alignright { float: right }

/* ------------------------------------------ [ Fancybox  V1.3.4 (11/11/2010) ] */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-box-shadow: 10px 10px 10px #7B7569;
	-webkit-box-shadow: 10px 10px 10px #7B7569;
	box-shadow: 10px 10px 10px #7B7569;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	background: #fff;
	position: relative;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* optimizados*/
a:hover,
#frontpage_cats .cats_colums ul li.cathead a:hover { text-decoration: underline }

.atention a,
.post_form label span { color: #F30 }

#frontpage_cats,
.post_form {
    clear: both;
    width: 75%;
    margin: 0 auto!important;
}
.contactanuncio input[type=text],
.commentform input,
.contactanuncio textarea,
.commentform textarea {
    width: 220px;
    border: 1px solid #ccc;
    color: #333;
    font: 12px arial, verdana, sans-serif;
    background-color: #F9F9F9;
    padding: 4px;
}
#Contact-Submit:hover,
.submit:hover { background-color: #1F536C }

/* ------------------------------------------ [ Tooltips ] */

a.tooltip {
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}
a.tooltip span {
    position: absolute;
    top: 2em;
    left: 1em;
    width: 250px;
    margin-left: -99em;
    opacity: 0;
    text-decoration: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
}
a.tooltip:hover { text-decoration: none }
a.tooltip:hover span {
    font-family: Calibri, Tahoma, Geneva, sans-serif !important;
    font-size: 12px;
    color: #000;
    z-index: 99;
    margin-left: 0;
    opacity: 1;
}
a.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
a.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    padding: .2em 0 .6em;
}
.classic { padding: .8em 1em }
.custom { padding: .5em .8em .8em 2em }
* html a:hover { background: transparent }
.classic {
    background: #FFA;
    border: 1px solid #FFAD33;
}
.critical {
    background: #FCA;
    border: 1px solid #FF3334;
}
.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.warning {
    background: #FFA;
    border: 1px solid #FFAD33;
}
.formtip {
    margin: 0 0 0 35px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 400;
    color: #fff;
    background: #bbb;
    vertical-align: top;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
