@import url("estilos2012.css");
.fondoCuerpo {
	background-image: url(img/fondo01.jpg);
}
.fondoPie {
	background-image: url(img/pie.png);
}
.cuerpo {
	background-image: url(img/cuadro.png);
	border: 1px solid #333333;
}
.bordeAll {
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
}

.fondomenu {
	background-image: url(img/menu.png);
	background-repeat: repeat-x;
	background-position: top;
}
.btnMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
.btnMenu a{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.btnMenu a:hover{
text-decoration:underline;
}

.textoPie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.textoGral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	list-style-type: square;
	text-align: justify;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.fondoProdMenu {
	background-color: #333333;
	border: 1px solid #FFFFFF;
}
.tituloProd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.prodMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.cuadroProd {
	border: 1px solid #000000;
}


.prodMenu a{
	color: #FFFFFF;
	text-decoration: none;
   display: block; 
   width: 100%;
} 

.prodMenu a:hover {
text-decoration:underline;
   color: #ffffff; 
}
.prodMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color:#333333;
	line-height: 10px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-right: 10px;
	padding-top: 5px;
}
.subtituloProd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.prodMini a{
	color: #CCCCCC;
	text-decoration: none;
	display:block;
	width:100%;
	height:24px;
	padding-right: 10px;
}

.prodMini a:hover{
background-image:url(img/prodMin.png);
color:#CCCCCC;
}
.btnMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	font-variant: small-caps;
	
}
.btnMenu a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 100%;
	height:30px;
} 

.btnMenu a:hover {
background-image:url(img/fondoBtn.png);
   color: #000000; 
   text-decoration: none;
   font-size: 12px;
   height:30px;
} 

