/*  
	Alpha1 34434
	Curso Diseño Web - Actividad 03
	UPF
*/

/*****************************  Divisiones/partes de la página ***********************************/

body {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #006600;
}

.head1 {
	width: 800px;
	height: 91px;
	text-align: center;
	border: 1px solid #000000;
	margin: 10px;
	margin-bottom: 20px;
}

.foot1 {
	width: 800px;
	height: 91px;
	text-align: center;
	border: 1px solid #000000;
	margin: 10px;
	margin-top: 20px;
}

#center
{
	width: 583px;
	margin-left: 185px;
	padding: 20px;
	height: 400px;
	border: 1px solid #000000;
	margin-top: 20px;
}

/*****************************  Estilos de texto *******************************************/

.parrafo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}

/*****************************  Definición de los Menus ***************************************/

#menuv ul {
	position: absolute;
	width: 160px;
	height: 337px;
	top: 180px;
	left: 0px;
	list-style-type: none;
	margin: 10px;
	padding: 0;
} 

#menuv li {margin-bottom: 0px;}

#menuv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00CC33;
	display: block;
	text-align: left;
	vertical-align: middle;
	clip: rect(auto,auto,auto,auto);
	text-indent: 6px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #000000;
	height: 25px;
	width: 160px;
	filter: Alpha(Opacity=100, FinishOpacity=10, Style=1, StartX=0, StartY=0, FinishX=160, FinishY=25);
}
#menuv a:hover {
	background-color: #FFFF00;
	filter: Alpha(Opacity=100, FinishOpacity=70, Style=1, StartX=0, StartY=0, FinishX=160, FinishY=25);
}

#menuh ul {
	list-style-type: none;
	width: 800px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
} 

#menuh li {
	list-style-type: none;
	float: right;}


#menuh a {
	padding: 5px;
	display: block;
	clip: rect(auto,auto,auto,auto);
	background-color: #009933;
	color: #000000;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	width: 85px;
}
#menuh a:hover {
	background-color: #66FFCC;
}

