*{
margin:0px;
padding:0px
}
img{border:0px}
html{
width:100%;
height:100%;
text-align:center;
}

body{
	width:960px;
	margin:auto;
	position:relative;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/backs/pattern.jpg);
}

.base {
	background-color: #FFFFFF;
	height: auto;
	width: 950px;
	float: left;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

input,textarea{
   background:#FFFFFF;
   border:1px solid #808372;
   font-family:Tahoma;
   color:#616161; 
   font-size:11px;
   padding-left:5px;
} 



/*PARTE SUPERIOR*/
.sup {
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	width:950px;
	height:auto;
	background-image: url(images/backs/superior-logo.jpg);
}
.logo {
	float: left;
	height: 100px;
	width: 780px;

}
.botones {
	float: left;
	height: auto;
	width: 170px;
}


/*MENU SUPERIOR*/

.menu{

	float:left;
	width:950px;
	height:32px;
	background-color: #FFFFFF;
	color: #FFF;
}

/*MENU IZQUIERDO*/

.CtIz {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 5px;
}
.CtDer {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 5px;
}
.menu_sup {
	height: 22px;
	width: 200px;
	background-image: url(images/backs/menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	float: left;
}
/*AQUI EL MENU DERECHO CUADRADO*/
.menu_sup_der {
	height: auto;
	width: 185px;
	background-image: url(images/backs/menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	border: 4px solid #999;
	margin-bottom: 10px;
}

.menu_cen {
	height: auto;
	width: 178px;
	background-image: url(images/backs/titulo-cen.jpg);
	background-repeat:  repeat-y;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	float: left;
}
.menu_cen ul {
	list-style:none;
}
.menu_cen li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu_cen a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000079;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(images/bots/1_z2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.menu_inf {
	height: auto;
	width: 198px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	float: left;
}
/*CONTENIDO*/
.ctGen {
	height: auto;
	width: 534px;
	margin-left: 8px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-bottom: 10px;
	float: left;
}
/*CONTENIDO TOTAL PRODUCTOS*/
.ContPro {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	float: left;
}
.ContPro li {
	padding:0px;
	margin:0px;
}
.ContPro ul {
	margin: 0px;
	padding: 0px;
}
.ctGen h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	padding-top: 14px;
	padding-left: 15px;
	background-image: url(images/backs/titulos.jpg);
}

/*CONTENIDO LISTADO PRODUCTOS*/
.Pcont {
	float: left;
	width: 510px;
	height: auto;
	text-align: justify;
	margin-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.Pcont li {
	text-align: justify;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left: 20px;
}
.Pcont h3 {
	padding-top: 5px;
}
.PcontInf {
	float: left;
	width: 524px;
	height: 13px;
		margin-left: 5px;
	background-image: url(images/backs/back-listado.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
img.Cont {
	border: 2px solid #E2E2E2;
	padding: 3px;
	vertical-align: super;
	float: left;
	margin-right: 15px;
}
img.Link {
	vertical-align: super;
	float: right;
	padding-right: 5px;
}
.Pcont a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

#imagCont{
	float:left;
	width: 260px;
	height:auto;
}
#imagCont img {
	padding: 3px;
	border: 1px solid #666666;

}
#botComp{
	float:left;
	width: 490px;
	height:50px;
	clear: left;
	align: right;
	padding-top: 20px;
}
/*PIE*/
.pie {
	float:left;
	width:950px;
	height:60px;
	text-align: center;
	background-image: url(images/backs/gen.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin-bottom: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.pie a {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-transform:none
}
/*PUBLICIDAD*/
.Pub {
	color: #333333;
	height: auto;
	text-align: justify;
	padding: 4px;
	width: 170px;
}
.Pub a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	float: right;
}
.Pub h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
img.Igen {
	border: 1px solid #666666;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 10px;
}
/*H1, H2, H3*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	padding-top: 14px;
	padding-left: 15px;
	background-image: url(images/backs/titulos.jpg);
}
.base .ctGen .Pcont br {
	text-align: right;
}
