html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
    background-color: #000000;
    /*background-image: url(../images/bg.jpg);*/
}
.wrapper {
	width: 100%;
	min-height: 100%;
}

#contenido_interior {
     width: 90%;
     height: 350px;
     margin: 15px;
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 25px;
     padding-right: 25px;     
     background-color:#000000;
     overflow:auto;
     text-align: justify;
     
		 scrollbar-3dlight-color:black;
     scrollbar-arrow-color:#c4c4c6;
     scrollbar-track-color:#000000;
     scrollbar-face-color:#4c4c4e;
     scrollbar-shadow-color:silver;   
}

#contenido_interior a, #contenido_interior a:hover {
		 font-family: Verdana, Arial, Sans-Serif;
		 font-size: 12px;
		 color: #ffffff;
}

#contenido_interior h1 {
		 font-family: Arial, Verdana, Sans-Serif;
		 font-size: 30px;
		 color: #fff;
		 margin:0;
		 padding:0;
		 margin-bottom: 10px;
}

#contenido_interior h2 {
		 font-family: Arial, Verdana, Sans-Serif;
		 font-size: 16px;
		 color: #fff;
		 margin:0;
		 padding:0;
		 margin-bottom: 10px;
}

#contenido_interior h3 {
		 font-family: Arial, Verdana, Sans-Serif;
		 font-size: 16px;
		 color: #fff;
		 margin:0;
		 padding:0;
		 margin-bottom: 10px;
		 text-decoration: underline;
}

.parrafo{
		 font-family: Verdana, Arial, Sans-Serif;
		 font-size: 12px;
		 line-height: 20px;
		 color: #c4c4c6;   	  
		 margin:0;
		 padding:0;  
		 padding-bottom: 10px;
		 width: 97%;
}
.opcion{
		 font-family: Verdana, Arial, Sans-Serif;
		 font-size: 12px;
		 line-height: 20px;
		 color: #c4c4c6;   	  
		 margin-left: 0;
		 margin-top: 10px;
		 margin-bottom: 10px;
		 margin-right: 10px;
		 padding:25px;  
		 background: #292929;
		 height: 118px;
}

.imagen_opcion {
    float: left;
    margin-right: 20px;
}    

.texto_opcion { 
}    


#contenido_interior ul {
		list-style-type: disc;
		list-style-position: inside;
		margin:0;
		padding:0;  
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 10px;
}

#contenido_interior li {
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
}

*html .wrapper {
	height: 100%;
}
.container {
	width: 100%;
	text-align: left;
	padding-bottom: 24px;
	z-index: 1;
}
.footer {
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: -24px;
	background-color: #4D4E51;
	font-family: Tahoma, sans-serif;
	color: #B1B1B3;
	font-size: 11px;
	position: relative;
}
.footer a, .footer a:hover, .footer a:visited {
	color: #B1B1B3;
	font-size: 11px;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.leftfooter {
	float: left;
	padding-left: 40px;
}
.rightfooter {
	float: right;
	text-align: right;
	padding-right: 55px;
}

.logotipo {
	position: absolute;
	z-index: 1;
	left: 3%;
	bottom: 76%;

  /*float: left;
	padding: 30px 0px 0px 30px;*/
}

.page {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 50px;
	width: 100%;
	/*background: url(../images/gallery-bg.png) #4D4E51;*/
	/*background-color: #4D4E51;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	height: 383px;
	overflow: hidden;
}
span.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
.pagepadding {
	padding-bottom: 50px;
}
.leftpage {
	float: left;
	width: 400px;
}
.rightpage {
	margin-left: 400px;
}
.togglepage {
	float: right;
	width: 100px;
	padding-top: 10px;
margin-bottom:-100px;
z-index:100;
position:relative;
}
.submenu {
	margin-right: 100px;
	padding-top: 10px;
}
.submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.submenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 10px;
}
.submenu a {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #B2B2B3;
	border-bottom: 1px dashed #B2B2B3;
	display: inline;
	cursor: pointer;
	text-decoration: none;
}
.submenu a.cur {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 0px;
}

span.toggle {
	background: url(../images/toggle.gif) bottom left no-repeat;
	padding: 0px 0px 0px 13px;
	cursor: pointer;
}
span.toggle b {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B2B2B3;
	border-bottom: 1px dashed #B2B2B3;
	display: inline;
}

.pagecontent {
	padding-top: 15px;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6;
}

.pagetext {
	padding-right: 10px;
}
p {
	font-size: 12px;
	color: #E6E6E6;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	max-width: 50em;
	line-height:20px;
}
td{vertical-align:top; width:50%; padding-right:40px;}


.leftblock {
	float: right;
	width: 240px;
	padding: 36px 60px 0px 0px;
	text-align: right;
}
.leftblock p {
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	color: #E6E6E6;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.leftblock span {
	font-size: 12px;
	color: #E6E6E6;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
	display: inline;
	cursor: pointer;
}

.pagetop {
	padding-left: 40px;
}

.pagewrapper {
	height: 420px;
	overflow: auto;
}

.page-container {
	position: relative;
	padding: 10px 80px;
}
.page-next {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 50px;
	height: 380px;
	cursor: pointer;
	background: transparent url(../images/next.png) center right no-repeat;
}
.page-next:hover {
	background-position: 10px center;
}
.page-prev {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 50px;
	height: 380px;
	cursor: pointer;
	background: transparent url(../images/prev.png) center left no-repeat;
}
.page-prev:hover {
	background-position: -50px center;
}

.page-prev-hidden,
.page-next-hidden {
	background: none;
	cursor: default;
}

.pagecol {
	display: none;
}

.clr {
	clear: left;
}