body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}


p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}

#principal {
	margin: 0 auto;
	width: 968px;
}

#top {
	width: 968px;
	height: 9px;
	background: transparent url(../images/contenidos_top.jpg) top left no-repeat;
}

#centro {
	width: 968px;
	background: transparent url(../images/contenidos_centro.jpg) top left repeat-y;
	padding-left:9px;
	padding-right:9px;
}

#bottom {
	width: 968px;
	height: 9px;
	background: transparent url(../images/contenidos_bottom.jpg) top left no-repeat;
}

#cabecera {
	width: 950px;
	height: 313px;
	position: relative;
}

#menu {
	height: 30px;
	background-color: #be940e;
	color: #000e77;
	width: 940px;
	line-height: 26px;
	padding-left: 10px;
}

#menu a {
	color: #000e77;
	display: inline-block;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}


#logo_evp {
	position: absolute;
	top: 38px;
	left: 40px;
}

#logo_gev {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#contenidos {
	padding: 40px;
}

#contenidos p {
	text-align: justify;
	margin-right: 30px;
	margin-left: 10px;
}

#copy {
	border-top: 1px solid #999999;
	line-height:20px;
	width: 950px;
	font-size: 12px;
}

li {
	list-style: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: justify;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE940E;
	color: #BE940E;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol,ul {
	padding-right: 30px;
}
.style2 {
	font-size: 9px;
}
