html {
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
body {
	/*font-size: 68%;*/
	font-family: Verdana, Tahoma, Geneva, sans-serif;
    margin: 0; /* bottom = footer height */
}
article, aside, figure, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	text-transform: uppercase;
	float: left;	
	text-align: left;
	width: 850px;
	font-size: 18px;
	margin: 2px;
}
h3 {
	font-size: 70%;
	text-align: right;
	position: relative;
}
h4 {
	font-size: 80%;
	margin-top: -70px;
}
.cursor{
cursor:pointer;
}
a {
	text-decoration: none;
	outline: none;
}


header {
    margin-left: 30px;
	float: left;
	width: 1024px;
	/*border:1px solid blue;*/
	width: 100%;
	height: 55px;
	margin: 0;
	background: url(../img/title_background.png) no-repeat right top;
	padding: 0;
}
header > h1{
	margin: 12px 0 0 20px;
	text-align:left;
	vertical-align: middle;
	color: #fff;
	width:750px;
	float:left;
	font-size: 20px;
}

header #anaya {
	height: 55px;
	float: right;
	margin: 0 40px 0 0;
}
#audio  {
	display: block;
	float: right;
	margin-right: -30px;
	background: transparent url(../img/ayuda.png) no-repeat left top;
	cursor: pointer;
	width: 108px;
	height: 65px;
}





#contents {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 640px;
	overflow-y: auto;
	overflow-x: hidden;
	/*position: relative;*/
	border: 2px solid gray;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}
#contents > div {
	margin: 1px auto;
}
div#elements {
	width: 100%;
	padding: 3px;
	text-align: center;
	clear: both;
	float: left;
	margin-bottom:10px;

}
#elements > h2{
	float:left;
	width:400px;
	margin:5px;
}
#elements > h5{
	float:left;
	width:100%;
	margin:20px 0 10px 0;
	font-size: 40px;;
	text-align: center;
	font-weight:bold;
}

#elements > h5 > p{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:-20px;
	font-size: 35px;
	text-align: center;
	font-weight:bold;
	color:#0095da;
}

div#elements > img{
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
	max-width: 750px;
	max-height: 300px;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
}
footer #foot{
	margin:0 0;
	height:90px;
	font-size:1em;
	background-color: #ffd4ed;

}

footer  #foot .botones{
   list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
 }

 footer #foot .botones li{
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 5px;
	margin-right:25px;

	/*padding-right: 80px;
	/*width:6%;*/
	display: block;
	float: left;
    cursor: pointer;
	position: relative;
 }


footer #foot  .botones li span{
	position: absolute;
	top:65px;
	text-decoration: none;
	font-weight:bold;
	color: #65003b;
}
footer #foot .botones #notas span{
	left:23px;
} 
footer #foot .botones #cerrar span{
	left:20px;
} 
footer #foot .botones #atras span{
	left:35px;
}
footer #foot .botones #otravez span{
	left:10px;
}
footer #foot .botones a:hover {
	
}
 footer #foot >ul #logo {
	z-index: 100;
    height:40px;
	width: 43px;
	margin-top: 20px;
	margin-bottom:15px;
	/*margin-right:2%;*/
}


/*------------------------ MENSAJE ------------------------*/
#mensaje p{
text-align:center;
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size: 30px;
}
#mensaje h7{
font-size: 12px;
}
/*------------------------ BOTÓN COMPROBAR ------------------------*/
#check {
	display:none;
	position:relative;
	float: left;
	width: 300px;
	height: 10%;
	cursor:pointer;
	opacity:1;
	margin:20px;
	padding:10px;
	left:30%;
	background-color: #5fae27;
	color:#fff;
	text-align:center;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 30px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.5);
	box-shadow: 0 4px 4px rgba(0,0,0,0.5);
}

#check:hover{
	opacity:0.8;
}




/*Componentes
---------------*/
.primaria-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 0.8em;
	/*border-right: 1px solid #e87fb1;*/
}


 /*Estados
---------------*/

.primaria-state-inactivo {
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30); /* IE 7 and Earlier */
}

.primaria-state-default
{
}

.primaria-state-hover{
    cursor: pointer;
}

.primaria-state-active {

}

.primaria-state-disabled {
	display: none;
}





/* Iconos
----------------------------------*/

.primaria-icon {
	width: 80px;
	height: 80px;
	
}
.primaria-icon{
	background-image: url(img/bot-prim-default.png);
}
.primaria-state-default.primaria-icon {
	background-image: url(img/bot-prim-default.png);

}
.primaria-state-hover.primaria-icon{
	background-image: url(img/bot-prim-hover.png);
}
.primaria-state-active.primaria-icon {
	background-image: url(img/bot-prim-active.png);
}


.primaria-state-none.primaria-icon {
}

/* Posicionamiento */
.primaria-icon-atras { background-position: 0 0; }
.primaria-icon-siguiente { background-position: -80px 0; }
.primaria-icon-otravez { background-position: -160px 0; }
.primaria-icon-cerrar { background-position: -240px 0; }
.primaria-icon-anotar { background-position: -320px 0; }
.primaria-icon-audio { background-position: -400px 0; }



