@font-face {
	font-family:today;
	src:url(font/today.ttf);
	
	}
	
/* marco  imagen   600 × 398 */

#boton {
	position:absolute;
	margin-left:640px;
	
	
	}
     
.blur{ 
   background-color: #ccc; /*shadow color*/ 
   color: inherit; 
   margin-left: 10px; 
   margin-top: 60px; 
   width: 788px; 
  
} 
.shadow, .content{ 
   position: relative; 
   bottom: 2px; 
   right: 2px; 
} 
.shadow{ 
   background-color: #666; /*shadow color*/ 
   color: inherit; 
} 
.content{ 
   background-color: #fff; /*background color of content*/ 
   color: #000; /*text color of content*/ 
   border: 1px solid #000; /*border color*/ 
   padding: .3em 0.5ex; 

} 
.content IMG{ 
   border: 1px solid #000000; 
} 

/*inicio acordeon*/
.menuverticaldesple 
{
	
}

.verticalaccordion>ul { /* este es el DIV contenedor que dimensionamos y en este caso lo 036 centramos */
 background:#000;
text-align:center;
  position: relative;
  padding: 0;
  list-style: none;
  width: auto;
}
.verticalaccordion>ul>li { /* definimos cada item de la lista  */
  display: block;
  height:30px; /* la altura de las pestañas */
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align:center;
  
  /* la parte personalizable */
  background-color:#ffffff;
  transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}
.verticalaccordion>ul>li>h3 { /* el titulo de cada pestaña   */
  display: block;
  margin: 0;
  padding: 7px;
  height: 19px;
  /* la parte personalizable */
  color: #fff;
  border-top:1px solid #303941;
  font-family: Lucida Grande;
  font-size:15px;
  text-decoration:none;
  text-transform:uppercase;
  background: #CCC;
  background: -moz-linear-gradient( top, #000000, #006CB5);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#006CB5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#ff006CB5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";
}
.verticalaccordion>ul>li>div { /* el contenido oculto */
  margin: 0;
  overflow: auto;
  padding: 10px;
}
.verticalaccordion>ul>li:hover { /* que se despliega al poner el cursor del ratón encima */
height: 100%;
}
.verticalaccordion:hover>ul>li:hover>h3 { /* efecto hover sobre los títulos */
  color: #FFF;
  background: #000;
  background: -moz-linear-gradient( top, #006CB5, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#006CB5), to(#000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006CB5, endColorstr=#ff000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";
}
.verticalaccordion>ul>li>h3:hover {
  cursor:pointer;
}
/*fin acordeon*/

/*fin marco imagen*/
	.caja{
	
	width: 800px;
	height: 920px;
	background: #ffffff;
	margin-top:20px;
	margin-left:10px;
	word-wrap: break-word;
	float:left;
	margin-right:0px;
	text-align:justify;
	margin-bottom:60px;
	
	}

#image{
	
	width:800px;
	height:400px;
	border:#999;
	float:left;
	margin-left:20px;
	
	
	
	}

#vertical{
	float: right;
	width:199px;
	height:920px;
	background:#ffffff;
	margin-left:0px;
	margin-top:20px;
	margin-right:10px;

	}
#texto{
	 
    font-family: 'Rokkitt', serif;
    font-size: 20px;
	width:750px;
	margin-left:20px;
	margin-right:20px;
	margin-top:50px;
	margin-bottom:70px;
	height:auto;
	font-size: 18px;
	}
		
.header{
	position:relative;
	text-align:center;
	margin-top:10px;
	weight:100%;
	height: 115px;
	bgcolor: #ffffff;
	}
	
#titulo{
		float:left;
		color:#006CB5;
		text-align:left;
		margin-left:30px;
		margin-top:20px;
		font-family: "Arial Black", Gadget, sans-serif;
		font-size:20px;
		margin-bottom:20px;
		width:800px;
		color:006CB5;
		}
	


.maincontainer {
	
	
	
   	width: 1024px;
	height: 115px;
	background: #FFF;
	margin: 0 auto;
	margin-top:5px;
	}
	

.logo
{
	width: 343px;
	float:left;
	margin-top:20px;
	margin-left:0px;
}	
.menusuperior
{
	width: 600px;
	float:right;
	margin-top:60px;
	margin-right:0px;
}	


ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
.bodycontainer {
    text-align:center;
	width: 1024px;
	height: 1024px;
	background: #000;
	margin: 0 auto;
	}


.footer {
	position:relative;
	text-align:center;
	weight:100%;
	height: 44px;
	bgcolor: #000000;
	margin-bottom:0px;
	color:#FFFFFF;

	}
	

.footercontainer{
   	width: 1024px;
	height: 650px;
	background: #353535;
	margin:0 auto;
	}

	
.footercontent {
	
   	width: 1024px;
	text-align:center;
	margin-left:0px;
	margin-top:2px;
	background: #ffffff;
	float:left;
	}
	
	
/*comienza el menu vertical */


#menuv {
	position:fixed;

		margin-left:30px;
		margin-top:20px;
        border: 1px solid #ACCFE8;

        border-width: 1px 1px 0 1px;

        width: 150px;

        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#menuv ul, li {

        list-style-type: none;

}



#menuv ul {

        margin: 0;

        padding: 0;

}



#menuv li {

        border-bottom: 1px solid #ACCFE8;

}



#menuv a {

        text-decoration: none;

        color: #3366CC;

        background: #F0F7FC;

        display: block;

        padding: 3px 6px;

        width: 138px;

}



#menuv a:hover {

        background: #DBEBF6;

}
	
	
