/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,					
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
	}
.clear{
	clear: both;
}

#content{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}


.srt{

width:1000px;
height:320px;
z-index: 50px;
}	

#video_sample{
	position:relative;
	top:0;
	left:20px;
	width:960px;
	height:520px;
	background-color:#000000;
	}

#mapa{
	position:absolute;
	top:0;
	left:20px;
	width:960px;
	height:520px;
	z-index:100;
	}

.sample{
	position:relative;
	top:0;
	left:0px;
	width:960px;
	height:520px;

}
	
#reproductor{
	position:relative;
	width:960px;
	height:100px;
	margin-left:20px;
	background-image:url(../img/fondo.png)
	}

#slider{
	position:absolute;
	width:550px;
	margin-left:180px;
	}
	
.play_class{
	position:absolute;
	top:0;
	left:5px;
	width:99px;
	height:99px;
	background-image:url(../img/play.png)
	}


.play_class:hover{
	background-image:url(../img/play_hover.png)
	}
	
.pause_class{
	position:absolute;
	top:0;
	left:5px;
	width:99px;
	height:99px;
	background-image:url(../img/pause.png)
	}

.pause_class:hover{
	background-image:url(../img/pause_hover.png)
	}
	
#stop{
	position:absolute;
	top:0;
	left:91px;
	width:75px;
	height:75px;
	background-image:url(../img/stop.png)
	}

#stop:hover{
	background-image:url(../img/stop_hover.png)
	}
	

.spain_on{
	position:absolute;
	top:5px;
	left:750px;
	width:39px;
	height:27px;
	background-image:url(../img/spain_on.png)
	}
	
.english_on{
	position:absolute;
	top:5px;
	left:780px;
	width:39px;
	height:27px;
	background-image:url(../img/english_on.png)
	}

.spain_off{
	position:absolute;
	top:5px;
	left:750px;
	width:39px;
	height:27px;
	background-image:url(../img/spain_off.png)
	}

.spain_off:hover{
	background-image:url(../img/spain_hover.png);
	cursor: pointer; 
	}
	
.english_off{
	position:absolute;
	top:5px;
	left:780px;
	width:39px;
	height:27px;
	background-image:url(../img/english_off.png);
	}	

.english_off:hover{
	background-image:url(../img/english_hover.png);
	cursor: pointer; 
	}

.english_on:hover{
	cursor: pointer; 
	}

.spain_on:hover{
	cursor: pointer; 
	}
	
#pant_completa{
	position:absolute;
	top:6px;
	left:855px;
	width:35px;
	height:35px;
	background-image:url(../img/btn_completa.png)
	}

#pant_completa:hover{
	background-image:url(../img/btn_completa_hover.png);
	cursor: pointer; 
	}
	
#logo{
	position:absolute;
	top:5px;
	left:915px;
	width:34px;
	height:34px;
	background-image:url(../img/logo_anaya.png)
	}
#play, #stop{
	cursor: pointer;
}


.text_subs{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:27px;
	text-align:center;
	}

.subtitles {
    background-color: gray;
    bottom: 5%;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    min-width: 20%;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0 0 black;
    width: 100%;
    z-index: 2147483647;
}

.classname {
    -moz-box-shadow:inset 2px 0px 31px 6px #bbdaf7;
    -webkit-box-shadow:inset 2px 0px 31px 6px #bbdaf7;
    box-shadow:inset 2px 0px 31px 6px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
    border-radius:17px;
    border:5px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:23px;
    font-weight:bold;
    padding:17px 50px;
    text-decoration:none;
    text-shadow:1px -2px 21px #528ecc;
    cursor: pointer;
    margin-left: 250px;
    margin-top: 50px;
    width: 150px;
    text-align: center;
}.classname:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}.classname:active {
    position:relative;
    top:1px;
}
