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

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#cuerpo {
	height: 382px;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 119px;
}
#cuerpo #izq {
	float: left;
	width: 233px;
	padding-left: 67px;
}
#cuerpo #contenido {
	float: left;
	width: 502px;
	padding-left: 19px;
	padding-right: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 14px;
}
#cuerpo #izq .logo {
	margin-top: 70px;
}
#cuerpo #contenido .titulo {
	margin-bottom: 18px;
}
#cuerpo #izq #menu {
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 8px;
	width: 220px;
}
#cuerpo #izq #menu .item {
	text-align: right;
	margin-top: 8px;
}
#cuerpo #izq #menu .item a {
	text-decoration: none;
	color: #999999;
}
#cuerpo #izq #menu .item a:hover {
	color: #333333;
}
.arriba {
	background-image: url(images/flechaarriba-1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#port img {
	float: left;
	border: 1px dotted #CCCCCC;
	margin-right: 15px;
}
#port h1 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
#port {
	display: block;
	clear: both;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F8F8F8;
	font-size: 10px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F8F8F8;
	font-size: 10px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
	width: 200px;
	height: 75px;

}

#contenido h2{
	color: #8ED300;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#footer{

height:15px;
left:10%;
margin-left:-125px;
padding-top:0;
position:fixed;
text-align:center;
top:95%;
width:100%;
color: #999;
font-size: 10px;
font-family:Verdana, Geneva, sans-serif;

}

li:hover{
	color: #8ED300;
}
