body {
  background-color: #FFFFFF;
  /*background: #FFFFFF url(../imagen/fondo.png) repeat-x;*/
  color: #000000;
  font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  overflow: auto;
  text-align: center;
}

img {
  border:0;
  margin:0px;
}

h1 {
   margin:0px;
   font-size: 20px;
}

#contenedor {
  /*background:#ffffff url(../imagen/cuerpo.jpg);*/
  background: #001F82 url(../imagenes/fondomedio.jpg) repeat-x;
  /*background-color: #2B3576; /*#5F5F5F;*/
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border:0;
  width: 774px;
  position: relative;
}

#cabecera {
  width:754px;
  text-align: left;
  color: #FFFFFF;
  font-size: 20px;
  font-weight:bold;
  --background-color: blue;
  padding:10px;
  --background:blue url(../imagenes/cabecera.jpg);
}

#pie{
    clear: both;
    background-color: #DDDDDD;
    font-size: 11px;
    color: #000000;
    text-align:center;
    padding: 5px 5px 5px 5px;
    margin:0px;
}

.centro
{
  width: 360px;
  float:left;
  margin:5px;
}

.cuerpo
{
  padding:5px;
}

.cuadro
{
  -- background-color:#ffffff;
  -- color: #0153c3;
   border: 1px solid #00FFFF;
   color: #ffffff;
   width:607px;
   padding:5px 0px 5px 5px;
   min-height:400px;
   float: left;
   margin-bottom: 10px;

}

.cuadro100
{
  -- background-color:#ffffff;
  -- color: #0153c3;
   border: 1px solid #00FFFF;
   color: #ffffff;
   padding:5px;
   min-height:350px;

}


.fotogrande
{
  margin-top: 5px;
  background-color:#ffffff; /*#DDDDDD;*/
  height: 341px;
  color:   #000087;
}

.anuncio
{
  margin-top: 5px;
  background-color: #CEFDFF;
  color: #004E97;
  height: 98px;
  font: bold 14px arial;
  padding: 5px 5px 0px 35px;
}

.textoweb
{
  text-align: justify;
  padding:0px 20px;
  font: 12px arial;
}

.titulo1
{
  text-align: justify;
  padding:0px 20px;
  font: bold 12px arial;
  text-decoration: underline;

}

.listaweb2
{
  text-align: justify;
  font: 12px arial;
  margin-left:30px;
  list-style-type: disc;
  padding-left:0px;

}

.listaweb2 li ul
{
  margin-left:0px;
  padding-left:15px;
}

.listaweb2 li {
  padding: 2px 0px 2px 0px;
}

.listaweb
{
  text-align: justify;
  font: 12px arial;
  margin-left:25px;
  list-style-type: none;
}

.listaweb li {
  background-image: url(../imagenes/check.gif);
  background-repeat: no-repeat;
  padding: 2px 0px 2px 25px;
}


.listanumweb
{
  text-align: justify;
  font: 12px arial;

  margin-right:25px;
}

.listanumweb li
{
  margin-top:10px;
  margin-left:25px;
}

.tablapedido
{
  border-top: 1px solid #B1B1B1;
  border-left: 1px solid #B1B1B1;
  background-color: #FAFAFA;
  color: #0153c3;
  width: 100%;
}

.celdapedido
{
  padding:0px 6px;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

.celdapedidopie
{
  background-color: #FFDEA4;
  color: #000000;
  padding:0px 6px;
  text-align: right;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

.celdapedidocabecera
{
  background-color: #A5A5A5;
  color: #ffffff;
  padding:0px 6px;
  text-align:center;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

.lartlinea
{
  background-color: #B2B2B2;
  color: #ffffff;

}

.larttipo
{
  border-bottom: 2px solid #B1B1B1;
  padding-right:10px;
  color: #FFB062;
}

.lart
{
  border-bottom:  1px solid #C5C5C5;
}

.lartsep
{
  height:10px;
}

.precio
{
  color: red;
  text-align:right;
}

/* LINK A *************************************/

a {
   text-decoration : none;
   color:#000000;
}

a:hover{
   /*background-color: #FFE271;*/
   color:#000000;
}

.textoweb a {
   text-decoration : none;
   color:#ffffff;
}

.textoweb a:hover{
   background-color: #FFE271;
   color:#000000;
}


/*Menu VErtical ******************************************  */

#menu_v
{
  position: relative;
  display:none;
  margin-top:20px;
  margin-left:0px;

}

#menu_v ul
{

  position: absolute;
}

.menu_v ul li a{
  padding: 2px 6px 2px 5px;
  text-decoration: none;
  float: left;
  color:#000087;
  text-align:center;
  background-color: #FFFFFF;
  border: 1px solid #BFBFBF;
  width:100px;
  margin: 0;
}

/* MENU HORIZONTAL ***************************/

.menu_hr
{
  padding: 0;
  margin: 0;
}

.menu_hr ul
{
  font: bold 11px arial;
  padding-left: 0;
  margin: 0;
  height: 20px;


}

.menu_hr ul li
{
  list-style: none;
  display: inline;
  float: left;
  margin: 0;

}

.menu_hr ul li a{
  padding: 5px 1px 2px 0px;
  text-decoration: none;
  float: left;
  color:#000087;
  text-align:center;
  background-color: #FFFFFF;
  /*border: 1px solid #BFBFBF;*/
  width:85px;
  height:18px;
  margin: 0;
  background: url(../imagenes/botonmenu.png);
}

.menu_hr ul li a:hover{

  /* border-style: outset;*/
   background: url(../imagenes/botonmenu2.png);
}

.menu_hr2
{
  padding: 0;
  margin: 0;
}

.menu_hr2 ul
{
  font: bold 11px arial;
  padding-left: 0;
  margin: 0;
  height: 16px;


}

.menu_hr2 ul li
{
  list-style: none;
  display: inline;
  float: left;

}

.menu_hr2 ul li a{
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  float: left;
  color:#000087;
  text-align:center;
  background-color: #EE9821;
  border: 1px solid #2E2E2E;
  width:110px;
}

.menu_hr2 ul li a:hover{
   background-color: #FFE271;
   border-style: outset;
}

/* PAra imagenes *************************/




