body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EDEDED;
	background-repeat: repeat-X;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
hr#linea{
	border: medium solid #cccccc;
	color: #cccccc;
	height: 3px;
}
table { border-collapse: collapse; }
/*li {
	list-style-image: url(../imagenes/todasvinetas.gif);
}*/
li#nueva{
	list-style-image: url(../imagenes/nuevo.gif);
}
li#nueva a{
	list-style-image: url(../imagenes/nuevo.gif);
}
/*Textos*/
.textoLinea{
	text-transform:uppercase;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: #A6A6A6;
}
.textoLinea a{
	text-transform:uppercase;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: #A6A6A6;
}
.textoLinea a:hover{
	color: #818181;
}
h1{
/*	 text-transform: uppercase;*/
    font-variant: small-caps;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    font-family: helvetica, arial, sans-serif;
	 color:#006699;
}
h2{
    font-variant: small-caps;
    font-weight: bold;
    font-size: 100%;
    line-height: 120%;
    font-family: helvetica, arial, sans-serif;
	color:#006699;
}
h3{
/*	 text-transform: uppercase;*/
    font-variant: small-caps;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    font-family: helvetica, arial, sans-serif;
	 color:#006699;
}
.barrabuscar{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	color:#191034;
}
.comunTablas{
	font-family: Arial;
	font-size: 11px;
	color: #373737;
	padding: 5px;
}
/*Pies de paginas*/
.pie1{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 5px;
}
.pie1 a{
	color: #fff;
}
.pie2{
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	color:#888;
	padding: 5px;
}
.pie2 a{
	color: #888;
}
/* CSS tablas CECACB*/
.punteado_right{
	border-style: dotted;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color:#CECECE;
} 

ul#navigation
{
	 font-family: Verdana;
	 font-weight: bold;
	 font-size: 11px;
	 list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    color:#796D7B;
    padding: .15em .0em;
}

ul#navigation a
{
	display: block;
	color:#796D7B;
	text-decoration: none;
	background: #ffffff;
	background-image: url(../imagenes/vineta1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: .4em 1.2em;
	border-color:#CECECE;
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 10.6em;
}

ul#navigation a:hover
{
   background:#ECF9FF;
   color:#796D7B;
	background-image: url(../imagenes/vineta1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
li#navigationli
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
   color:#447BC6;
	display: block;
	text-decoration: none;
	background: #ffffff;
	background-image: url(../imagenes/vineta2.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	padding: .4em 1.2em;
	border-color:#CECECE;
	border-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 10.6em;
}
td#td_quebuscar
{
    background-image: url(../imagenes/separador_barra.gif);
    background-repeat: repeat-y;
    background-position: 100% 0;
}

/* Campos */
.buscador {
	BORDER-RIGHT: #BEBEBE 1px solid;
	BORDER-TOP: #959595 1px solid;
	FONT-SIZE: 11px; /* 	BACKGROUND-IMAGE: url(../images/home/shadow_textbox.gif); */
	BORDER-LEFT: #959595 1px solid;
	COLOR: #666;
	BORDER-BOTTOM: #BEBEBE 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 13px;
	BACKGROUND-COLOR: #FFF;
	WIDTH: 119px;
}
/*Imagen*/
.imagenes{
	margin: 3px 3px 3px 3px;
   display: inline;
   padding: 1px 1px 1px 1px;
   background: #fff;
	border: 5px solid #796D7B;
}
/*ejemplo  <div class="imagenR">
    <a href="javascript:imagen('imagenes_articulos/DWF15-1116887.jpg')"><img src="imagenes_articulos/thumbnails/DWF15-1116887.jpg" alt="click para ver a tamaņo original" onMouseOut="barra('');" onMouseOver="barra('click para ver la imagen a tamaņo original');return true;"></a><br>imagen prueba.
</div>*/
div.imagenL
{
	float: left;
	width: 182px;
	margin: 0 1em 0em 0em;
	display: inline;
	padding: 10px 5px 33px 5px;
	background: #796D7B url(../imagenes/degradado.jpg) repeat-x 0 100%;
	color: #fff;
	text-align: center;
}
div.imagenL img
{
    border: 1px solid #fff;
}
div.imagenR
{
    float: right;
    width: 182px;
    margin: 0 0em 0em 1em;
    display: inline;
    padding: 10px 5px 33px 5px;
    background: #796D7B url(../imagenes/degradado.jpg) repeat-x 0 100%;
    color: #fff;
    text-align: center;
}
div.imagenR img
{
    border: 1px solid #fff;
}

/*Contenidos*/
.txtTitulo{
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	/*font-weight:bold;*/
}
.txtTitulo a{
	font-family: Arial;
	font-size: 11px;
	color:#006699;
}
.txtTitulo a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#006699;
	text-decoration:underline;
}
.txtTitulo_resumen{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}
.txtTitulo_resumen a{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}
.txtTitulo_resumen a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	text-decoration:underline;
}

.proveedores{
	font-family: Arial;
	font-size: 12px;
	color:#666666;
}
.proveedores a{
	font-family: Arial;
	font-size: 12px;
	color:#666666;
}
.proveedores a:hover{
	font-family: Arial;
	font-size: 12px;
	color:#666666;
	text-decoration:underline;
}

.verMasArt{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	background-color:#F8F8FC;/*d4db8e*/
}
.verMasArt a{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	background-color:#F8F8FC;
}
.verMasArt a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	background-color:#F8F8FC;
	text-decoration:underline;
}
.paginar{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}
.paginar a{
	font-family: Arial;
	font-size: 11px;
	color:#666666;
}
.paginar a:hover{
	font-family: Arial;
	font-size: 12px;
	color:#666666;
	background-color:#EDDEF3;
	text-decoration:none;
}
/*Borde Tabla contenidos*/
.borde_relevante{
	/*border-style: dotted;*/
	border-top:solid #F8F8FC 1pt;
	border-left:solid #F8F8FC 1pt;
	border-right:solid #F8F8FC 1pt;
	border-bottom:solid #F8F8FC 1pt;
} 
