@import url("anuncio_formulario.css");
@import url("anuncio.css");
* {
 margin:0;
 padding:0;
}

 body {
  background: #FFFFFF;
   margin: 0px ;
}
div#contenedor {
  margin: 0px auto 0px auto;
  background: #FFFFFF;
  position: relative;
  width: 975px;
  height: 608px;
}
div#cabecera {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 980px;
  height: 100px;
}
div#pestana_stock {
  background-image: url(../images/pestana_stock_azul.jpg);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 974px;
  height: 32px;
  z-index: 5;
}
div#pestana_stock_ofertas {
  background-image: url(../images/pestana_stock_azul_ofertas.jpg);
  position: absolute;
  bottom: 0px;
  left: 1px;
  width: 974px;
  height: 32px;
  z-index: 5;
}
div#contenido_stock {
 position: absolute;
 top: 100px;
 left: 0px;
 width: 971px;
 height: 508px;
 border-bottom: solid #000000 2px;
 border-left: solid #000000 2px;
 border-right: solid #000000 2px;
}
.marco_foto {
   margin-right: 3px;
   padding-right: 3px;
   margin-left: 3px;
   padding-left: 3px;
   margin-top: 3px;
   padding-top: 3px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   border: solid 1px #C1C1C1;
}
.separacion_registro {
  border-top: solid 3px #FFFFFF;
  border-bottom: solid 3px #FFFFFF;
}
/* input[type="checkbox"]{
  background-color: red;
  border: 2px solid blue;
  color: yellow; */

.tit_stock {
  position: absolute;
  top: 10px;
  left: 200px;
  width: 200px;
  color: #374E73;
}
.tit_oferta {
  position: absolute;
  top: 10px;
  left: 670px;
 }
 .tit_stock_ofertas {
  position: absolute;
  top: 10px;
  left: 200px;
  width: 200px;

}
.tit_oferta_ofertas {
  position: absolute;
  top: 10px;
  left: 670px;
  color: #374E73;
 }

 /* .........enlaces.............. */

 a.tit_oferta:link {
	text-decoration: none;
    color: #6F6F6F;
}
a.tit_oferta:visited {
	text-decoration: none;
	color: #6F6F6F;
}
a.tit_oferta:hover {
	text-decoration: none;
	color: #AEAEAE;
}
a.tit_oferta:active {
	text-decoration: none;
	color: #6F6F6F;
}

 a.tit_stock_ofertas:link {
	text-decoration: none;
    color: #6F6F6F;
}
a.tit_stock_ofertas:visited {
	text-decoration: none;
	color: #6F6F6F;
}
a.tit_stock_ofertas:hover {
	text-decoration: none;
	color: #AEAEAE;
}
a.tit_stock_ofertas:active {
	text-decoration: none;
	color: #6F6F6F;
}
/* ...........tablas.......... */
 table {
  background: #FFFFFF;
  width: auto;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}
td#marca_php {
  background: #EDF3F3;
  width: 185px;
  padding-left: 5px;
  color: #4A719B;
  text-align: center;
  font-family: arial;
  font-weight: bold;
}
td#descripcion_php {
  background: #F8F8FA;
  width: 185px;
  height: 30px;
  padding-left: 5px;
  color: #7194BB;
  text-align: center;
  text-align: center;
  font-family: arial;
  font-weight: normal;
}
td#precio_php{
  width: 185px;
  padding-left: 5px;
  padding-top: 2px;
  color: #FF0000;
  text-align: center;
  font-family: time new roman;
  font-weight: bold;
  font-size: 10px;
}