/*
Design by Free CSS Templates
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select, search_box {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p 
{
    line-height:18px;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(../images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	/* border: #D9D785 1px dashed; */
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	/* border: #D9D785 1px dashed; */
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 20px 20px 0px 20px;
	float:right;
	font-size: 24px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 190px;
	background: url(../images/header.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 5px;
	position:absolute;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	/* background: url(../images/img04.jpg) no-repeat left 50%; */
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4E4E4E;
}

#menu a:hover {
	background: url(../images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(../images/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#latest-post {
	float: left;
	width: 450px;
	padding: 0px 20px 0px 30px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts
{
    float: right;
    width: 350px;
    padding: 0px 20px 20px 10px;
    line-height: 25px;
    font-size: 14px;
}

#recent-posts .entry {
}

#recent-posts .entry a
{
    border-style: dotted;
    border-width: 1px;    
    border-color: #F7F7F7;
    /* background-color: #F7F7F7; */
    background-position: left;
    padding: 5px 10px 5px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
    color: #0000FF;
    font-weight: bold;
}

#recent-posts .entry a:hover
{
    border-style: dotted;
    border-width: 1px;
    border-color: #0000CC;
}

#recent-posts .more 
{
	background: url(../images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dotted;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 1.5em;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/* border-bottom: #9C9C9C 1px dashed; */
    line-height: normal;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(../images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.functionBar{
    margin: 0 auto;
    width: 891px;
    height: 45px;
	font-size: 1.1em;
	color: #CCCCCC;
	padding: 1px 1px 1px 8px;
	background-color:black;
}


.botonGeneral{
    background: url(../images/img04.gif) no-repeat left 50%;
    background-color: Silver;
    color: #000000;
    border: dotted 1px gray;
    cursor: hand;	
}

.StepButon
{
    background-color: Silver;
    color: #000000;
    border: dotted 1px gray;
    cursor: hand;    
}

.search_box
{
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    border:0px;
    cursor: hand;
}

.recent-posts-img
{
    border-right: solid 20px transparent;
}

#category-browser{
    font-size: 1em;
    margin-bottom: 20px;
}
#category-browser ul {
	margin: 0;
	padding: 0;
}

#category-browser li
{
    float: left;
    padding: 0px 10px 0px 20px;
    line-height: 24px;
    color:#C0C0C0;
}

/* lista de elementos */
#category-browser li ul {
    	
}

/* Elementos */
#category-browser a 
{
	text-decoration: none;
	cursor:hand;
}

/* Categorias principales */
#category-browser h2
{
    margin: 5px 0px 0px 0px;
    color: #000000;
    font-weight: bold;
    font-size: 1em;
}

/* SubCategorias */
#category-browser h2 a
{
    margin: 5px 0px 0px 0px;
    color: #333333;
    font-weight: bold;
    font-size: 1em;
}




.SelectorSearch
{
    background-color:Transparent;
    border-width: 0px;
    line-height: 25px;
    color: Blue;
    font-size:14px;
    cursor:hand;
}


.functionBarCrumbs a
{
    font-size:1em;
    color: #FFFFFF;
    margin-top: 10px;
}

#featured_item
{
    margin: -25px auto;
    padding: -18px 0px 0px 0px;    
    font-size: 1em;
}

#featured_item img
{
    padding: 0px 8px 8px 0px;
    height: 130px;
    width: 150px;
}

#featured_item h1
{
    font-size: 1.5em;
    float:left;
}


.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_category, .col_checkbox
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    text-align: left;
    padding-right: 8px;
}

.col_general
{
    text-align: left;
    border: 0px;
}

.col_general_right
{
    text-align: right;
    border: 0px;
}

.col_title
{ 
    text-align: left;
    border: 0px;
}


#ad_details td.col_heading
{
    color: #7F4728;
    vertical-align: top;
    text-align:left;
    height: 14px;
}

#ad_details td.col_text_oneline
{
    vertical-align: top;
    font-size: 10px;
    text-align:left;
}
#ad_details td.col_heading_oneline
{
    color: #7F4728;
    vertical-align: top;
    font-size: 10px;
    height: 14px;
    text-align:left;
    
}

#ad_details td.col_detail
{
    padding-left: 10px;
    text-align:left;
}

#ad_details .ad_description_text td.col_detail
{
    font-weight: bold;
    text-align:left;
}

.ad_description_text
{
    padding-top: 0px;
}



.col_checkbox, .col_photo_nopreview
{
    width: 30px;
}


.row1, .row2
{
    height: 60px;
}

.row2
{
    background: #E8E7E1;
}

.small_text
{
    font-size: 0.8em;
    color: #666666;
    font-weight: normal;
}

.normal_weight
{
    font-weight: normal;
}


tr.new_section
{
    padding-top: 1em;
}

p.new_section
{
    margin-top: 1em;
}
.Validator
{
    font-size: 10px;
    color: red;
    font-weight: normal;
}

#Item_destacado
{
    height: 60px;
    width: 98%;
    text-align: left;
    padding: 8px;
    font-size: 1.2em;
    background: #C0C0C0;
}

#Item_destacado img
{
    padding-right: 8px;
}

.atencion_cliente
{
}

.atencion_cliente_image
{
    background-image: url(/images/atencioncliente.jpg);
}
.row1
{
    font-size: 12px;
    text-decoration: none;
}

 .rowTitle
{
    font-size: 11px;
    text-decoration: none;
}


.CancelButon
{
    background-color: gray;
    color: #ffffff;
    border: dotted 1px gray;
    cursor: hand;
}

.SaveButon
{
    background-color: #808080;
    color: #000000;
    border: dotted 1px gray;
    cursor: hand;
}

.SaveButon:hover
{
    border: dotted 1px white;
}


.pager
{
    font-size:1.5em;
}

.textInBar
{
    float: right;
    color: #C8C8C8;
    margin-right: 8px;
}

.input_label_field
{
    margin: 4px 4px 4px 0px;
}

.input_contact_box
{
    width:95%;
}

.input_contact_info
{
    width:45%;
}
.vinculosimple
{
    border-style: none;
    border-width: 1px;    
    background-color: Transparent;
    line-height:24px;
    font-size: 1em;
    color: #0000FF;
    font-weight: bold;    
}

.vinculosimple:hover
{
    border-style: dotted;
    border-width: 1px;
    border-color: #0000CC;
}

.comentario
{
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #666666;
}

.smallicon
{
    height:20px;
    width:20px;
}

.textoComentario
{
    padding: 4px;
    background-color: #FFFFFF;
    min-height: 40px;
}

.documentoComunidad
{
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #666666;
    width:100%;
    padding: 8px;
    font-size: 0.8em;
    min-height: 30px;
    margin-bottom:4px;
}

.imageCommand
{
    height:30px;
    width:30px;
    padding:8px;
    cursor:hand;
}