@charset "utf-8";
/* CSS Document */

							/*****************************************************
							
											LA PERUYAL CSS STYLE
							
							*****************************************************/

					 /* css style desing by Estudios Estigia for asociación la peruyal */

/****** GENERAL ******/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,html {
	background-color: #E7E7E7;
	height:auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#0099FF;
}
a:active {
	text-decoration: none;
	color:#000000;
}
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/****** PLANTILLA ******/
.principal{
	width:662px;
	margin:0 auto;
	height:100%;
	margin-top:10px;
}
	.cabecera{
		width:100%;
		height:190px;
		background-repeat:no-repeat;
	}
	.content1{
		width:100%;
		height:auto;
		background-image:url(../img/bg.gif);
		background-repeat:repeat;
		float:left;
	}
		.content2{
			float:left;
			width:492px;
			height:auto;
		}
			.menu{
				width:97%;
				height:12px;
				margin-left:3%;
			}
			.seccion{
				width:97%;
				height:auto;
				margin-left:3%;
			}
		.content3{
			position:relative;
			float:right;
			width:155px;
			height:auto;
			margin-right:15px;
		}
			.boton1{
				width:155px;
				height:99px;
				background-image:url(../img/boton1.gif);
				cursor:pointer;
			}
			.boton2{
				width:155px;
				height:93px;
				background-image:url(../img/boton2.gif);
				cursor:pointer;
			}
			.boton3{
				width:155px;
				height:91px;
				background-image:url(../img/boton3.gif);
				cursor:pointer;
			}
			.boton4{
				width:155px;
				height:124px;
				background-image:url(../img/boton4.gif);
				background-repeat:no-repeat;
				cursor:pointer;
			}
	.copyright{
		width:100%;
		height:auto;
		background-image:url(../img/bg.gif);
		background-repeat:repeat;
		text-align:right;
		color:#0099FF;
		float:left;
		padding-top:10px;
	}
	.pie{
		height:50px;
		width:100%;
		background-image:url(../img/footer.gif);
		background-repeat:no-repeat;
		float:left;
	}

/****** SECCIONES ******/

	/****** INICIO ******/
	.i_content1{
		width:100%;
		height:auto;
		position:relative;
		float:left;
		margin-top:15px;
	}
		.ultimas_n5{
			background-image:url(../img/ultimas_n.gif);
			width:450px;
			height:93px;
			background-repeat:no-repeat;
			padding-top:23px;
			padding-left:8px;
			position:relative;
			float:left;
		}
		.ultimaas_n3{
			width:100%;
			height:auto;
			position:relative;
			float:left;
		}
			.in_foto{
				width:60px;
				height:75px;
				position:relative;
				float:left;
				margin-top:20px;
			}
			.in_noticia{
				width:380px;
				height:auto;
				position:relative;
				float:right;
				margin-right:33px;
				margin-top:10px;
			}
		.i_link{
			clear:both;
			padding-top:20px;
			text-align:center;
			width:auto;			
		}
/****** NOTICIAS ******/
	.noticias{
		width:100%;
		height:auto;
	}
		.not_foto{
			width:60px;
			height:75px;
			position:relative;
			float:left;
			margin-top:20px;
		}
		.not_noticia{
			width:380px;
			height:auto;
			position:relative;
			float:right;
			margin-right:33px;
			margin-top:10px;
		}
/****** NOSOTROS ******/
/****** LA FIESTA ******/
/****** NUESTRA REVISTA ******/
	.marco_rev{
		background-image:url(../img/marco_rev.gif);
		float:left;
		position:relative;
		width:127px;
		height:198px;
		margin-left:20px;
		margin-bottom:20px;
	}
		.rev{
			position:absolute;
			top:9px;
			left:9px;
		}
		.titulo{
			position:absolute;
			top:176px;
			left:40px;
			font-weight:800;
			color:#999999;
		}
/****** NUESTRO BARRIO ******/
/****** CONTACTO ******/
/****** COPYRIGHT ******/
	.estigia:link{
		color:#0099FF;
		text-decoration:none;
	}
	.estigia:visited{
		color:#0099FF;
		text-decoration:none;
	}
	.estigia:hover{
		color:#000000;
		text-decoration:none;
	}