/*-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
/*-------------------------------------*/
body {
  line-height: 1;
  color: black;
  background: white;
  background-image: url(fondo.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #d8d8c0;
  font-family: Georgia, Verdana, serif;
}
.clear-fix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 1px;
  clear: both;
}
.clear-fix {
  zoom: 1;
}
/*-------------------------------------*/
a,
a:link,
a:visited {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/*-------------------------------------
 DTR: liquid design...
-------------------------------------*/
.pagina-pronto {
  max-width: 960px;
  min-width: 240px;
  margin: 0 auto;
}
.pagina-pronto h1 {
  font-size: 400%;
  text-align: center;
}
.pagina-pronto h2 {
  font-size: 200%;
  text-align: center;
}
/*-------------------------------------*/
.cabecera-pronto {
  /*border:1px solid red;/**/
  border-bottom:1px solid #A8A890;/**/
  margin:0.5em 0 0.25em 0;
}
.cabecera-pronto h1 {
  text-shadow:-2px 2px #F8F8F0;
}
/*-------------------------------------*/
.cuerpo-pronto {
  /*border:1px solid red;/**/
  margin:0.5em 0 0.25em 0;
}
.cuerpo-pronto h1 {
  background-image: url(pronto.png); 
  background-repeat: no-repeat;
  background-position: center top;
  height:320px;/*segun fondo*/
  /*border:1px solid red;/**/
  font-size:250%;
}
.cuerpo-pronto h1 span {
  line-height:1.15em;
  padding: 1.5em 0 0 0;
  /*color:#d8d8c0;/**/
  .color:#F8F8E0;
  .text-shadow:-1px 1px #7F7F70;
  .color:#CFCF70;
  .text-shadow:-1px 1px #F8F8E0;
  .color:#E81848;
  .text-shadow:-1px 1px #F8D848;
  color:#FFFFFF;
  text-shadow:-1px 1px #684848;
  display:none;
  .display:block;
}
.cuerpo-pronto h2 {
  text-shadow:-1px 1px #F0F0F0;
  margin:0.25em 0;
}
/*-------------------------------------*/
.pie-pronto {
  margin:1.00em auto 0;
  border:1px solid #A8A890;
  padding:4px;
  font-size:90%;
  font-weight:normal;
  color:#6D6A5B;
  text-align:center;
}
.pie-pronto .marco {
  background-color: #F8F8E0;
  border: 1px solid #A8A890;
  padding: 10px 20px;
}
/*-------------------------------------*/
.pie-pronto .visitante strong,
.pie-pronto .info strong {
  font-weight: bold;
  color: #000;
}
.pie-pronto .info {
  float:left;
  width:49%;
  .border-right:1px solid #A8A890;
  .padding:5px 5px 5px 0;
}
.pie-pronto .visitante {
  float:left;
  width:49%;
  border-left:1px solid #A8A890;
  .padding:5px 0px 5px 5px;
}
/*-------------------------------------*/