/* CSS Document */
.encabezado{
	position:relative;
	margin:0px auto;
	width:760px;
	height:240px;
	clear:both;
	z-index:1;
}
#contenedor{
	width:760px;
	position:relative;
	margin:0px auto;
}
h2{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
	color:#666666;
}
.contenido{
	overflow:auto;
	float:left;
	margin:0 auto;
	padding-right:5px;
	color:#262626;
	width:515px;
	height:400px;
	text-align:justify;	
	background-position: 0 240px;
	background-image:url(images/contenido.png);
	background-attachment:fixed;
}
.der{
	float:left;
	width:20px;
	height:400px;
	background-image:url(images/der.png);
}
.menubtn{
	font-size:13px;
	line-height:25px;
	font-weight:normal;
	width:175px;
	text-align:center;
	font-style:normal;
	color:#262626;
	border-bottom-color:#262626;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
.menubtn a:link{
	font-style:normal;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	border-bottom-color:#262626;
	text-decoration:none;
}
.menubtn a:visited{
	font-style:normal;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	border-bottom-color:#262626;
	text-decoration:none;
}
.menubtn a:hover{
	font-style:normal;
	font-weight:normal;
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom-color:#262626;
}
.menubtn a:active{
	font-style:normal;
	font-weight:normal;
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom-color:#262626;
}
.sub{
	clear:both;
	width:760px;
	height:50px;
	background-image:url(images/sub.png);
}
.pie{
	clear:both;
	width:680px;
	height:60px;
	padding-left:40px;
	padding-right:40px;
	background-position:center;
	background-image:url(images/pie.png);
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
}
.pie a:link{
	color:#FFFFFF;
}
.pie a:visited{
	color:#FFFFFF;
}
.pie a:hover{
	color:#FFFFFF;
}
.pie a:active{
	color:#FFFFFF;
}
a{
	color:#233F54;
	font-style:oblique;
	text-decoration:underline;
}
a:hover{
	color:#233F54;
	text-decoration:underline;
}
a:visited{
	color:#233F54;
	text-decoration:underline;
}
ul{
	padding:0px;
	margin:20px;
}
hr{
color:#262626;}
/* acordeon */
.accToggler a:link,hover,active,visited{
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	margin:0px auto;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	text-decoration:none;
}
.accContent{
	text-align:left;
	line-height:18px;
	font-size:10px;
	display:block;
	width:170px;
	padding-left:5px;
	text-decoration:none;
}
.accContente{
	color:#FFFFFF;
	font-size:12px;
	display:block;
	margin:0px auto;
	text-indent:10px;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	font-style:normal;
}
.accContente a:link{
	color:#FFFFFF;
	font-size:12px;
	display:block;
	text-decoration:none;
}
.accContente a:visited{
	color:#FFFFFF;
	font-size:12px;
	display:block;
	text-decoration:none;
}
.accContente a:hover{
	color:#262626;
	font-size:12px;
	background:#FFFFFF;
	display:block;
	text-decoration:none;
}
.accContente a:active{
	color:#262626;
	font-size:12px;
	background:#FFFFFF;
	display:block;
	text-decoration:none;
}
