

* { margin:0; padding: 0; list-style: none; }
body { font-family: Arial,Tahoma; color:#333; background: #eee; }

a {text-decoration:none; color:#004499}
a:hover {text-decoration:none; color:#0066aa}

#page { margin: 0 auto; width: 800px; padding:5px 0 0 0; margin-top: 10px; margin-bottom: 0;  }
#page h1 { font-weight: bold; font-size: 82px; letter-spacing: 1px; line-height:50px; margin:0 -20px; padding:0 0 2px 0;}
#page h2 { font-weight: bold; font-size: 41px; letter-spacing: 0; line-height:50px; margin:0 -20px 5px; }
#page h3 { float: right; }
#page h3 a { font-weight: normal; font-size: 16px; color:#004499; }
#page h3 a:hover { color:#333; }

.contenedorTitulos {
	height:106px;
}

#page h1, #page h2 {
	text-align: center;
	color: #004499;
}

.box_skitter {
	box-shadow:rgba(255,255,255,.7) 1px 1px 120px;	
	width:800px;
	height:600px;
	border:2px solid #fff;
}

.box_skitter .prev_button, .box_skitter .next_button {
	opacity: .1 !important;
}

/*
.bg_image {
	width: 100%;
	height:100%;
}
*/
.bg_image_contenedor {
	overflow:hidden;
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	margin:0;
	padding:0;	
	background-color:#fff;
}



.mejs-container.svg.mejs-audio {
	background:transparent;
}

.mejs-inner div.mejs-controls {
	background: transparent !important;
}



 .play_pause_button, .next_button, .focus_button, .prev_button {
	display: inline-block;;
	background: url('../images/sprite-square.png') no-repeat;
	width: 28px;
	height: 26px;
	float:right;
	overflow:hidden;
	text-indent:-1000px;
	border-radius: 4px;
	box-shadow: 1px 1px 10px 0 rgba(20,20,20,.4);

}

.play_pause_button {
	background-position: -69px -16px;
}
.next_button {
	background-position: -15px -71px;
	border-radius: 4px 21px 21px 4px;
}
.prev_button {
	background-position: -15px -126px;
	border-radius: 21px 4px 4px 21px;
}

#slideshow li {
	width:800px;
	height:520px;
}

.placa-info {
	height:520px;
	background-color:rgba(255,255,255,.7);
	text-align:center;
	font-size: bold;
	color:#003388;
	font-size:24px;
	line-height:28px;
	text-shadow: 1px 1px 8px rgba(255,255,255,.8);
	border-radius: 4px;
	/*border:1px solid #fff;*/
}

.placa-info .bloque1,.placa-info .bloque2 {
	font-size:28px;
	line-height: 32px;
}


.placa-info .bloque1 {
	margin-top:5px;
}
.placa-info .bloque2 {
	margin-top:40px;
}
.placa-info .bloque3 {
	margin-top:40px;
}

#slideshow img {
	border-radius:8px;
}


.mejs-container {
	margin:-2px 0;
}

