@charset "utf-8";

.menu-link:link, .menu-link:visited, .menu-link:active{
	color:#FFFFFF;
	font-family:"Century Gothic";
	text-decoration:none;
	font-size:13px;
}

.menu-link:hover{
	color:#FFFFFF;
	font-family:"Century Gothic";
	text-decoration:none;
	text-shadow:#FF0000;
	font-size:14px;
}

.enlace:link, .enlace:visited, .enlace:active{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;
}

.enlace:hover{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-shadow:#FF0000;
	font-size:15px;
}

.menu-buscar{
	background-color:#484848;
	color:#64AA37;
	text-align:center;
	width:150px;
	font-family:"Century Gothic";
}

.menu-enviar{
	background:url(../imagenes/boton-lupa-normal.png);
	border:none;
	width:30px;
	height:30px;
	cursor:pointer;
}
body{
	/*background:url(../imagenes/pie.png) no-repeat;*/
	/*background-position:bottom; margin-bottom:15px;*/
	background:url(../imagenes/fondo.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.parrafo1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:13px;*/
	/*font-weight:bold;*/
	height:5px;
}
.parrafo2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#626262;
}
.scrollme{
	height:70px;
	overflow:auto;
}

.scrollme p{
	position:relative;
	height:70px;
}
