/* CSS Document */
html,body{
	vertical-align:middle;
	margin:0px auto;
	width:100%;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	height:100%;
}
#wrapper {
	margin:0px auto;
	width:760px;
	background:url("images/img_04.jpg") repeat;
}
.encabezado{
	position:relative;
	margin:0px auto;
	width:760px;
	height:190px;
	clear:both;
	z-index:1;
	background-color: #FFFFFF;
	background-position:center;
}
.sup{
	background: url("images/img_02.jpg") no-repeat;
	position:relative;
	width:740px;
	height:30px;
	clear:both;
	text-align:right;
	padding-top:15px;
	padding-right:20px;
}
#contenedor{
	position:relative;
	margin:0;
}
.title{
	clear:both;
	background:url("images/img_title.jpg") no-repeat;
	width:760px;
	height:40px;
	z-index:1;
	text-align:left;
	color:#FFFFFF;
	vertical-align:middle;
}
h1{
	size:10px;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:30px;
	padding-left:45px;
	vertical-align:middle;
}
.contenido{
	float:left;
	margin:0 auto;
	padding-left:45px;
	color:#672D81;
	width:500px;
	text-align:justify;	
}
.nav{
	margin-top:-40px;
	padding-right:7px;
	float:right;
	width:193px;
	color:#FFFFFF;
	text-align:left;
	z-index:1;
	position:relative;
}
.menubtn{
	font-size:13px;
	line-height:30px;
	font-weight:normal;
	width:193px;
	text-align:center;
	background-color:#CDCD51;
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
.menubtn a:link{
	display:block;
	font-weight:normal;
	background-color:#CDCD51;
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	text-decoration:none;
}
.menubtn a:visited{
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	text-decoration:none;
}
.menubtn a:hover{
	font-weight:normal;
	color:#333333;
	background-color:#B5B53C;
	text-decoration:none;
	border-bottom-color:#FFFFFF;
	text-decoration:none;
}
.menubtn a:active{
	display:block;
	font-weight:normal;
	color:#666666;
	border-bottom-color:#FFFFFF;
	text-decoration:none;
}
.sub{
	margin-top:-40px;
	clear:both;
	width:760px;
	height:84px;
	background-color: #FFFFFF;
	background:url("images/img_06.jpg") no-repeat;
}
.pie{
	clear:both;
	width:760px;
	height:70px;
	background-color:#FFFFFF;
	background-position:center;
}
a{
	color:#672D81;
	text-decoration:underline;
}
a:hover{
	color:#672D81;
	text-decoration:underline;
}
a:visited{
	color:#672D81;
	text-decoration:underline;
}
ul{
	padding:0px;
	margin:20px;
}
hr{
color:#672D81;}
/* acordeon */
.accToggler{
	background:#CDCD51;
	color:#FFFFFF;
	cursor:pointer;
	margin:0px auto;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
.accContent{
	text-align:left;
	background:#CDCD51;
	line-height:26px;
	font-size:10px;
	display:block;
	text-decoration:none;
}
.accContente{
	font-size:12px;
	display:block;
	background:#672D81;
	margin:0px auto;
	text-indent:10px;
	text-decoration:none;
}
.accContente a:link{
	font-size:12px;
	display:block;
	background:#672D81;
	text-decoration:none;
}
.accContente a:hover{
	color:#333333;
	font-size:12px;
	background:#D7B5E7;
	display:block;
	text-decoration:none;
}