html {
  text-align: center;
}

body {
  font-family: Sans-Serif;
  font-size: 0.75em;
  background-color: #fff;
  color: #000;
  width: 780px;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: left;
}

input[type='button'],
input[type='submit'] {
  font-family: Sans-Serif;
  font-size: 1em;
  width: auto;
  height: auto;
}


/* *** Clearfix *** */
.clear {clear:both;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* *** FIN Clearfix *** */

p, form, ul {
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0000f9;
}

a:hover {
  text-decoration: underline;
}

a img {
  border-width: 0;
  vertical-align: middle;
}

textarea {
  font-family: Sans-Serif;
}

div.breadcrumb {
  margin: 0 0 2px 0;
  padding: 0 5px 0 5px;
  width: 770px;
  overflow: hidden;
}

div.breadcrumb h2 {
  display:inline;
  font-size:1em;
  margin:0;
}

div.text ol li {
  margin: 10px 0;
}

div.text h2 {
  font-size: 1.3em;
  margin: 20px 0 10px 0;
}

div.text p {
  margin: 10px 0;
}


div#content {
  margin-bottom: 2px;
}
div#content ul.bulleted {
  list-style-type: square;
  margin-left: 20px;
}
div#content ul.bulleted li {
  margin-bottom: 5px;
}
div#content ul.numbered {
  list-style-type: decimal;
  margin-left: 20px;
}
div#content ul.numbered li {
  margin-bottom: 5px;
}
div#content span.importante {
  font-size: 1.1em;
  text-decoration: underline;
  font-weight: bold;
}
div#content p.gallery_link {
  margin-top: 5px;
  margin-bottom: 5px;
}


/* *** Estilos genéricos para formularios *** */

form {
  margin: 0;
}

form.form p {
  margin: 10px 0;
}

form.form p label,
form.form p span.label,
form.form div.p label,
form.form div.p span.label {
  float: left;
  display: block;
  width: 190px;
  text-align: right;
  padding: 6px 10px 0 0;
  color: #3e5262;
}

form p label.optional {
  color: #ff1010;
}

form.form p label.radio {
  float: none;
  display: inline;
  width: auto;
  padding: 0;
  color: #000;
}

form.form p.buttons {
  text-align: center;
  margin: 30px 0 0 0;
}

/* *** FIN Estilos genéricos para formularios *** */


/* *** Estilos para captcha  *** */

p.captcha {
  vertical-align: top;
}

p.captcha img {
  border: solid 1px #cccccc;
  vertical-align: top;
}

p.captcha label {
  vertical-align: top;
}
/* *** FIN Estilos para captcha *** */



/* *** Estilos para contactar.html *** */
div.posting {
  background: url('/images/quick_post_bk.png') no-repeat left top;
  margin: 10px 0;
}

div.posting p.title {
  font-size: 1.5em;
  padding: 10px 16px 0 16px;
  margin: 0 0 20px 0;
  zoom: 1;
}

div.posting div.container {
  padding: 5px 20px 10px 20px;
  background: url('/images/quick_post_bottom_bk.png') no-repeat left bottom;
}

div.posting ul {
  float: left;
  width: 260px;
  padding: 0 0 50px 60px;
}

div.posting ul li {
  margin: 10px 0;
}

div.posting ul li a {
  font-size: 1.2em;
}

div.posting form p,
div.posting form div.p,
div.posting div.container p.spaced {
  margin: 10px 0;
}

div.posting form p,
div.posting form div.p {
  margin: 10px 0;
}

div.posting div.container p.spaced_more {
  margin: 40px 0 10px 0;
}

div.posting div.container ul.spaced {
  padding: 0pt 0pt 50px 30px;
  width: 100%;
}

div.posting div.container ul.spaced li {
  margin: 0pt 0pt 10px 0pt;
}

div.posting div.container ul.spaced li label {
  font-weight: bold;
}

div.posting div.container ul.spaced li p {
  margin: 10px 0pt 0px 25px;
}

div.posting div.container ul.spaced li p span.boton_publicar {
  background-color: #a0c7f1;
  padding: 6px 5px 5px 5px;
  margin: 0px 5px 100px 5px;
}

div.posting p.notice {
  color: #2a3a47;
  font-size: 0.8em;
  padding: 4px;
  text-align: center;
  margin: 10px 0 0 0;
}

div.posting form p.notice {
  font-size: 0.9em;
  text-align: left;
  margin: 0 0 0 200px;
  padding: 0;
}

div.posting form label.optional {
  color: #ff0000;
}

div.posting p.buttons {
  text-align: center;
  margin: 30px 0 0 0;
}

div.posting p.buttons_arriba {
  text-align: left;
  margin: 30px 0 0 0;
  padding: 0 0 3px 0;
}

div.posting p.buttons a.back,
div.posting p.buttons_arriba a.back {
  background: url('/images/paginator_bk.png') no-repeat left top;
  padding: 0 0 0 25px;
}

div.posting span.toolbar {
  background-color: buttonface;
  display: block;
  padding: 3px;
  margin: 0 0 0 200px;
}

div.posting span.toolbar select {
  vertical-align: top;
  margin: 2px 2px 0 0;
}

div.posting iframe {
  margin: 0 0 0 200px;
}

div.posting p.seleccionar_contactos {
  margin: 10px 0 15px 0;
}

div.posting div.contacts {
  width: 100%;
  margin: 10px 0 0 0;
}

div.posting div.contacts p {
  margin: 0;
}

div.posting div.contacts ul {
  float: left;
  margin: 0;
  list-style-type: none;
  padding: 0 7px 0 4px;
  width: 48%;
}

div.posting div.contacts span.email {
  font-size: 0.8em;
  font-style: italic;
  font-weight: lighter;
}

div.posting div.contacts span.service {
  font-size: 0.9em;
  color: #888;
}


div#reply span.header {
  font-size: 1.5em;
  font-weight: normal;
  padding: 12px 16px;
  display: block;
}

div#reply div.container span.title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 8px;
  margin-bottom: 16px;
}

div#reply p.buttons {
  text-align: left;
}

div#reply p.buttons a.back {
  position: relative;
  top: 5px;
}

div#reply p.buttons input {
  float: right;
  margin: 0 340px 0 0;
}

div#reply p.buttons input.enviar_contactos {
  width: 150px;
  font-weight: bold;
  margin: 0 295px 0 0;
}

/* *** FIN Estilos para contactar.html *** */


/* Esto deberia ir en otro lado*/
div.institucional_destacados table.destacados_table {
  width: 750px;
}
div.institucional_destacados table.destacados_table td {
  border: 0;
  vertical-align: middle;
}
div.institucional_destacados table.destacados_table td p.destacado_p {
  background-image: url('../images/featuredAds/medalla_destacados.gif');
  background-repeat: no-repeat;
  height: 40px;
  padding: 5px 0 0 35px;
  font-size: 16px;
}
div.institucional_destacados ul {
  list-style-type: disc;
  padding-left: 20px;
}
div.institucional_destacados ul li {
  padding: 4px 0 5px 5px;
}
div.institucional_destacados span {
  color: #002353;
  font-weight: 700;
}
div.institucional_destacados span.precio {
  background-color: #fbfb43;
  color: #000000;
  font-weight: 700;
}

div.preview {
  margin: 5px 0 0 0;
}

div.preview p {
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

div.success {
  width: 100%;
  background-image: url('..//images/success_bk.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1.6em;
  padding: 15px 5px 20px 40px;
}


/** mensajes de error **/
div.error {
  background: url('/images/error_bk_top.png') no-repeat left top;
  font-size: 1.2em;
  padding: 3px;
}

div.error div {
  margin: 10px 0;
  padding: 20px 15px;
  background: url('/images/error_bk_bot.png') no-repeat left bottom;
  font-size: 1.2em;
}


/** paginators **/

div.paginator {
  clear: both;
  text-align: center;
  margin: 10px 0;
  position: static;
}

div.paginator span.previous,
div.paginator a.previous {
  background: url('/images/paginator_bk.png') no-repeat left top;
  padding: 0 0 0 25px;
  position: static;
}

div.paginator span.next,
div.paginator a.next {
  background: url('/images/paginator_bk.png') no-repeat right -14px;
  padding: 0 25px 0 0;
  position: static;
}


/** todo: sacarlo de los forms **/
p.explicacion {
  font-family: Sans-Serif;
  font-size: 1.1em;
  text-align: left;
  color: #3E5262;
  margin: 10px 0;
}

div.actions {
  text-align: center;
  border-bottom: 2px solid #e1f4fd;
  padding: 10px 10px 8px 0;
  margin: 0 auto;
}

.mas_404 {
  border: 1px #dcdcdc solid;
  padding: 5px;
}

.mas_404 ul { 
  margin-left: 5px;
}

.mas_404 ul li {  
  padding: 2px; 
}

.relacionados_404 {
  margin: 10px 0;
  font-size: 10pt;
}

.relacionados_404 ul {
  margin-left: 10px;
}

.relacionados_404 ul li {
  list-style: disc;
  margin-top: 10px;
}

/** deleted item **/
.box-blue {
  margin: 0 0 15px 0;
  padding: 0;
  background: url('../images/blue-corner-right.jpg') no-repeat right top;
}
.box-blue h3 {
  background: #2A3A47 url('../images/blue-corner-left.jpg') no-repeat left top;
  height: 15px;
  width: 757px;
  margin: 0;
  padding: 10px 0 10px 15px;
  color: #FFF;
}
.box-blue p {
  border: 1px solid #2A3A47;
  padding: 8px 8px 8px 15px;
}
/*
table#main-listing-table {
  width: 300px !important;
}
*/


