/* DEPERU.COM - Wilson Cabezas Alva */

/* FONDO DE PAGINA */
Body {
	background-color: #FFFCF4;
	margin: 0px;
	padding: 0px;
}




/*TITULO DE CATEGORIAS*/
.titulomodulo {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF9A33;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 20px;
	width: 150px;
	padding-left: 0px;
	padding-top: 3px;
	float: center;
}
/*CATEGORIAS*/
a.enlaces {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #FFFFFF;
	border-bottom-color: #EAEAEA;
	border-left-color: #FFFFFF;
	text-align: left;
	float: left;
	height: 30px;
	width: 150px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
}

/*ENLACES PRESIONADOS MODULOS */
a.enlaces:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF9A33;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	float: center;
	height: 30px;
	width: 150px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-decoration: none;
}

/* ENLACES DE PAGINA */
a.enlacesp {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;	
}

/*ENLACES PRESIONADOS PAGINA */
a.enlacesp:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF9A33;
   text-decoration: none;
}