/* DEPERU.COM - Wilson Cabezas Alva */

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


/* BARRA SUPERIOR */
a.links {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #84C321;
	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: center;
	float: left;
	height: 16px;
	width: 120px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	}

/*ENLACES PRESIONADOS BARRA SUPERIOR */
a.links:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #84C321;
	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: center;
	float: center;
	height: 16px;
	width: 120px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

/* BARRA SUPERIOR 2 */
a.links2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	float: center;
	height: 16px;
	margin: 5px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

/*ENLACES PRESIONADOS BARRA SUPERIOR 2*/
a.links2:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000080;
	text-align: center;
	float: center;
	margin: 5px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}

/*TITULO DE MODULOS*/
.titulomodulo {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CD9A32;
	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: 16px;
	width: 200px;
	padding-left: 0px;
	padding-top: 1px;
	float: center;
}
/*ENLACES DE MODULOS*/
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: 200px;
	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: #CD9A32;
	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: 200px;
	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: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

/*ENLACES PRESIONADOS PAGINA */
a.enlacesp:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}