/* reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/* fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


body {
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

input {
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

p {
    color: #7188a7;
}

a {
    text-decoration: none;
}


/*
    FORMS
*/
 
label {
    font-weight: bold;
}

input, textarea {
}

textarea {
}
select {
	margin: 0;
}
select[multiple=multiple] {
}

input[type=checkbox] {
}

input[type=radio] {
}

input[type=submit],
input[type=button] {
}

.basic.form {
    width: 600px;
    margin: 0 auto;
}
.basic.form label {
    width: 30%;
}

.basic.form input {
    width: 50%;
    padding: 1px;
}

.basic.form textarea {
    width: 50%;
}

.basic.form .input.text {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.basic.form .input.text label {
    float: left;
}

.basic.form .input.text input {
    float: left;
}


.basic.form .submit {
    overflow: hidden;
}

.basic.form .submit input {
    float: left;
}

.basic.form .submit {
    width: 50%;
    margin-left: 90px;
}

.publicidad.form label {
    width: 42%;
}



/*
    TABLES
*/
table {
    border: 1px solid #ccc;
    width: 99%;
    margin-top: 10px;
    border-collapse:collapse;
    border-spacing:0;
    margin-left:2px;
}

td, th {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
th.actions,
td.actions {
    width: 58px;
}

div.index th {
    font-weight: bold;
    background: #111;
    border:1px solid #111;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
}

th.actions {
    border-right: 1px solid #111;
}
th a {
    color: #fff;
}

tr td {
    background: #fff;
}

tr.altrow td {
    background: #f9f9f9;
}

.proveedores td,
.proveedores th {
    padding: 5px;
}

/*
    WRAPPER
*/
.wrapper {
    width: 1028px;
    margin: 0 auto;
}


/*
    HEADER: Navigation, logo, login box
    
    The order of the lists (ul) inside .secondaryNavigation DO matter, 
    since they are floated to the right.
*/
.navigation {
    overflow: hidden;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

.navigation a {
    text-decoration: none;
}

.navigation a:hover {
}

.navigation a:active {

}

.navigation a:visited {

}

.navigation li {
    display: block;
    list-style: none;
    float: left;
    text-align:center;
    padding: 25px 12px 0;
    font-size:12px;
}

.secondaryNavigation {
    background: url(secondary_navigation.png);
    height: 50px;
    margin-bottom: 1px;
}

.secondaryNavigation a {
    color: #d9e7fa;
}

.secondaryNavigation li {
    float: left;
}

.secondaryNavigation ul {
    float:right;
}

.secondaryNavigation .socialIcons {
    width: 221px;
    margin-left:40px;
}

.secondaryNavigation .socialIcons li {
    padding-top:20px;
    padding-left: 5px;
    padding-right: 5px;
}

.header {
    background: url(bg_header.jpg) repeat-x;
    height: 133px;
    overflow: hidden;
}

.logo {
    float: left;
}

.dateWeather {
    float: left;
    text-align: right;
    width:170px;
    margin-left:93px;
    padding-right: 15px;
    padding-top:80px;
}

.dateWeather p {
    font-size: .9em;
    font-weight: bold;
}

.loginBox {
    float: left;
    background: url(bg_login.jpg) top center no-repeat;
    width:187px;
    padding-top: 20px;
    padding-right: 22px;
    padding-left: 22px;
    height: 103px;
}

.loginBox label {
    font-weight: normal;
}

.loginBox p {
    font-size: 10px;
    color: #3252ab;
    overflow: hidden;
    margin-bottom: 10px;
}

.loginBox label {
    width: 50px;
    float: left;
}

.loginBox input {
    width: 120px;
    float: right;
}

.loginBox a {
    text-decoration: none;
    color: #696a6d;
}

.mainNavigation {
    background: #f9f9fb url(bg_mainnav.jpg) repeat-x;
    height: 31px;
}

.mainNavigation ul {
    margin-left: 20px;
}

.mainNavigation li {
    padding-top:9px;
    padding-left:15px;
    padding-right:15px;
}

.mainNavigation a {
    color: #3f5a7d;
    font-weight: bold;
    
}

.mainNavigation .citySelector {
    color: #7289a7;
    font-weight: bold;
    padding-left:35px;
	cursor:pointer;
}

.citySelector .city {
    color: #a6afbb;
}

/*
    CONTENT: pageBodyWrapper, Sidebar: search box, provider list
*/
.pageBodyWrapper {
    overflow: hidden;
    margin-top: 6px;
}

.sidebar {
    float: right;
    width: 214px;
    border: 1px solid #eef0ee;
    background: #f8fcf2;
    min-height:500px;
    padding: 13px 8px;
}

.searchBox {
    overflow: hidden;
}

.searchBox input.text {
    background: url(bg_search_input.jpg) no-repeat;
    border: 0 none;
    padding: 9px 10px;
    float: left;
    width: 148px;
}
/*
.searchBox input.search {
    float: left;
    width:
}
*/
.sidebar h2, .sidebar h3, .sidebar li {
    font-family: verdana, sans-serif;
}

.sidebar h2 {
    color: #939393;
    padding:15px 10px 8px;
}

.sidebar h3 {
    color: #000;
    font-weight: bold;
    background: transparent url(bg_sidebar_h3.jpg) top center no-repeat;
    padding-left: 12px;
    padding-top:5px;
    height:22px;
}

.sidebar li {
    background: url(li_separator.jpg) top center no-repeat;
    padding: 7px 12px;
}

.sidebar li a {
    text-decoration: none;
    color: #939393;
}

/*
    FOOTER
*/
.footer {
    background: #edf1f3;
    border-bottom: 1px solid #e5e9eb;
    margin-top: 12px;
    margin-bottom:18px;
    *padding-bottom: 20px;
}
.footerNavigation {
    background: url(bg_footer_nav.jpg) top center no-repeat;
    height: 40px;
}

.footerNavigation li {
    padding: 9px 10px 0;
    font-size: 11px;
}

.footerNavigation ul {
    margin-left:35px;
}

.footerNavigation a {
    color: #546d79;
}

.googleAds {
    margin: 20px;
    background: url(bg_ads.jpg) no-repeat top left;
    padding: 10px;
    min-height:100px;
}

/*
    MODULES: Sponsors, carousel, flash containers
*/
.content {
    width:788px;
    float: left;
    overflow: hidden;
}

.content h1, h2 {
    color: #7e6caa;
    font-size:22px;
}

.content h3 {
    color: #7e6caa;
    font-size:18px;
}

.column {
    float: left;
}

.sponsors {
    width: 178px;
    border: 1px solid #e2e2f0;
}

.sponsors h3 {
    color: #a5b3bb;
    font-weight: bold;
    margin:12px 0 6px;
    padding-left:6px;
}

.sponsor {
    background: #f5f6f9;
    padding: 6px;
    width:152px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sponsor .details {
    text-align: center;
}

.separator {
    border-bottom: 1px solid #e3e3ee;
    border-top: 1px solid #fafafb;
    height: 2px;
    margin: 10px auto;
    width: 164px;
}
.subContent {
    width: 600px;
    margin-left: 8px;
}

.homeFlash {
    background: #f3f3f3;
    padding:7px;
}

.specialsCarousel {
    margin: 8px 0;
}


/* //// Breadcrumb //// */
.breadcrumb {
    color: #7e6caa;
    border-bottom: 1px solid #dce4e7;
    padding-bottom: 5px;
}

.breadcrumb li {
    padding:3px 10px 0;
    font-size: 13px;
    border-right: 1px solid #7e6caa;
}

.breadcrumb li.last {
    border-right: 0 none;
}

/* //// Current Section //// */
.currentSection {
    margin-top: 10px;
    overflow: hidden;
    color: #7e6caa;
}

.currentSection h1, .currentSection .menu {
    float: left;
    padding:5px 0 0;
}

.currentSection .menu a {
    color: #6247a5;
    display: block;
    float: left;
    padding-right:20px;
    padding-top:5px;
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.currentSection .control {
    float: right;
    background: url(bg_mass_email.jpg) top center no-repeat;
    height: 24px;
    width: 290px;
    padding-top: 15px;
    padding-left:24px;
    font-size: 11px;
    font-family: verdana, sans-serif;
    margin-right: 10px;
}

.currentSection .control a {
    color: #7e6caa;
}

/* //// Provider List //// */
.providers, .providerDetail {
    border: 1px solid #dce4e7;
    padding-bottom: 18px;
    font-family: arial, sans-serif;
    overflow: hidden;
    margin-bottom: 10px;
}

.provider {
    border: 1px solid #e7dbdf;
    padding: 7px;
    overflow: hidden;
    width: 350px;
    float: left;
    margin: 17px 0 0 18px;
}

.provider .logo {
    border: 1px solid #e7dbdf;
    float: left;
    width: 100px;
    text-align: center;
}

.provider .details {
    float: right;
    width: 235px;
}

.provider .details p {
    overflow: hidden;
    height: 60px;
}

.provider a {
    color: #9d5c7a;
}

.provider h3 {
    text-transform: uppercase;
    color: #9d5c7a;
}

.provider h4 {
    color: #7e807f;
    font-size:10px;
    margin-bottom:15px;
}

.provider p {
    color: #7e807f;
    padding-right:30px;
    font-size:12px;
}


.provider .details .moreLink {
    text-align: right;
    padding: 0;
    overflow: none;
    height: 22px;
}

/* //// Provider Detail //// */

.providerDetail {/* has the same base style as .providers */
    font-family: "Trebuchet MS", sans-serif;
}

.providerDetail p {
    color: #647076;
}

.providerDetail .actions {
    float: left;
    width: 106px;
    border: 1px solid #dce4e7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin:15px;
    padding: 10px 0;
}

.providerDetail .detail {
    margin-top: 15px;
    overflow: hidden;
	font-size:
}

.providerDetail .intro {
    overflow: hidden;
}

.providerDetail .image {
    background: #f9fafb;
    padding: 8px;
    width:294px;
    float: left;
}
.providerDetail .address {
    float: left;
    width: 300px;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.providerDetail .address h3 {
    color: #647076;
}

.providerDetail .rating  {
    margin-top: 15px;
}

.providerDetail .rating h3 {
    color: #000;
    font-size:12px;
    font-weight: bold;
}

.providerDetail .rating .score {
    margin-top: 10px;
}

.providerDetail .description {
    margin-top: 30px;
}

.providerDetail .description p {
    font-size: 16px;
    margin-bottom: 15px;
}


/* 
    Previous design 
*/

/* Icons */
img.icon {
	float:none;
	margin: 0;
	border:none;
}

/* Tables */
#con-right-admin table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	/* clear: both; *//* se hacia para abajo la tabla.. se quito esta regla.. */
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#con-right-admin th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
#con-right-admin th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#con-right-admin th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#con-right-admin table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#con-right-admin table tr.altrow td {
	background: #f4f4f4;
}
#con-right-admin td.actions {
	text-align: center;
	white-space: nowrap;
}
#con-right-admin td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

td.list {
	text-align:left;
}

/* MyPaging */
#paginator_filters {
	float:right;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Flash message */
#flashMessage {
	background:#FFFFCC;
	color:#660000;
	padding:1em;
	border-top:1px solid #9A9CA6;
	border-bottom:1px solid #9A9CA6;
	border-left:1px solid #9A9CA6;
	border-right:1px solid #9A9CA6;
}

/* Auth message */
#authMessage {
	background:#FFFFCC;
	color:#660000;
	padding:1em;
	border-top:1px solid #9A9CA6;
	border-bottom:1px solid #9A9CA6;
	border-left:1px solid #9A9CA6;
	border-right:1px solid #9A9CA6;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms from cake */
ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    }
ul.checkboxMultiple li {
    display: block;
    float: left;
    width: 220px;
    margin: 0 8px 0 0;
    } 
	
/* menu */
div.view_actions { float:right; }

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
/*	margin: 1em 0;*/
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
span.error {
/*	background-color: #e32;*/
/*	color: #fff;*/
	font-weight:bold;
	color: #e32;
/*	font-family: Courier, monospace;*/	
/*	font-size: 120%;*/
/*	line-height: 140%;*/
/*	padding: 0.8em;*/
	padding:10px;
	margin: 1em 0;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #006600;
	text-decoration: underline;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;

}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.required {
	color:#FF0000;
	font-weight:bold;
}

/* slideshow added by netors directorios/categorias */
ul#listOfImages {
	background: #e5e5e5;
	height: 400px;
	margin: 0;
	padding: 0;
	width: 598px;
	position: relative;
}

ul#listOfImages li {
	display: block;
	height: 400px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 598px;
	*left: 0;
}

ul#listOfImages li img {
	border: 1px solid #333;
}

/* gallery added by netors empresas/fotos */
#jgal { list-style: none; width: 600px; }
/*#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }*/
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
/*#jgal li img { position: absolute; top: 20px; left: 220px; display: none; }*/
#jgal li img { position: absolute; top: -451px; left: 45px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }
