/*COOKIES*/
	/*----------------------------
|     * Documento CSS *      |
| Creado por Óscar Enríquez  |
| Website: http://oece.me/   |
----------------------------*/
.cookieDiv {
width: 100%;
heigth: auto;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: #FFFFFF;
color: #4b4f50;
padding:15px;
font-size: 12px;
font-family: Arial;
z-index: 9999;
border-top: 1px solid #DDDDDD;
}

#contenidocookie{
	overflow: hidden;
	margin-left: 80px;
}

.textoCookie {
width: 80%;
float: left;
}
.accionCookie {
width: 20%;
float: left;
}
.cookieDiv p, .cookieDiv a, .cookieDiv div {
margin: 3px 0;
}
.botonCookie {
padding: 5px 12px;
background: #888888;
box-shadow: 0 3px 0 #4b4f50;
-moz-box-shadow: 0 3px 0 #4b4f50;
-webkit-box-shadow: 0 3px 0 #4b4f50;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
position:relative;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: bold;
display: inline-block;
font-family: Arial;
}		
.botonCookie:hover {
box-shadow: 0 2px 0 #4b4f50;
-moz-box-shadow: 0 2px 0 #4b4f50;
-webkit-box-shadow: 0 2px 0 #4b4f50;
top: 1px;
transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.botonCookie:active {
box-shadow: 0 2px 0 #4b4f50, 0px 1px 4px rgba(0,0,0,0.3) inset;
-moz-box-shadow: 0 2px 0 #4b4f50, 0px 1px 4px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 0 2px 0 #4b4f50, 0px 1px 4px rgba(0,0,0,0.3) inset;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
}
.enlaceCookie {
color: #4b4f50;
text-decoration: none;
display: inline-block;
}
.enlaceCookie:hover {
color: #058;
text-decoration: underline;
}
	/*COOKIES*/


html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body{
	font-family: Verdana;
	color: #4b4f50;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}



::selection {
	background: #fff; /* Safari */
	}
::-moz-selection {
	background: #fff; /* Firefox */
}

a{
	color: #4b4f50!important;
	text-decoration: none;
	font-weight: bold;
}

#linkfooter{
	font-weight: normal;
}

a:hover{
	text-decoration: underline;
}

#contenedor{
	width: 960px;
	height: 600px;
	/* background-color: gold; */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -480px;
}

#contenedor2{
	width: 750px;
	height: 422px;
	/* background-color: gold; */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -211px;
	margin-left: -375px;
}

#left1{
	/* background-color: silver; */
	float: left;
	width: 480px;
	height: 600px;
	line-height: 600px;	
	text-align: center;
}

#left2{
	
	width: 480px;
	margin: auto;
	height: 380px;
	text-align: right;
	margin-right: 100px;
	padding-top: 200px;
	line-height: 40px; 
}

#right2{
	text-align: center;
	float: right;
	width: 480px;
	height: 600px;
	line-height: 600px;
}

#left3{
	margin: auto;
	margin-right: 100px;
	width: 520px;
	height: 380px;
	text-align: right;
	padding-top: 200px;
	line-height: 35px;
}

#left4{
	margin: auto;
	margin-right: 100px;
	width: 650px;
	height: 380px;
	text-align: right;
	padding-top: 200px;
	line-height: 35px;
}

#right4{
	text-align: center;
	float: right;
	width: 450px;
	height: 600px;
	line-height: 600px;
}

#leftcontacto{
	/* background-color: silver; */
	float: left;
	width: 480px;
	height: 400px;
	line-height: 20px;	
	text-align: left;
	padding-top: 200px;
}

.linkflecha:hover{
	text-decoration: none;
}


#inicio_link{
	font-weight: normal;
}

#inicio_link:hover{
	text-decoration: none;
}



#inicio_boton{
	font-size: 12px;
	background-color:#e6e6e6;
	width: 50px;
	text-align: center;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 49%;
}

#inicio_boton:hover{
	background-color:#d8d8d8;
}


#certificado{
	/*border: 1px solid red;*/
	width: 400px;
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}


#botonSaltarIntro{
	position: absolute;
	bottom: 15%;
	right: 50%;
	width: 80px;
	margin-right: -40px;
	overflow: hidden;
	color: white;
	font-family: Arial;
	padding: 5px 8px 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-weight: normal;
}

#botonSaltarIntro:hover{
	background-color: white;
	color: black;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}





.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




#aviso-cookies{
	position: fixed;
	bottom: 10px;
	right: 10px;
	max-width: 200px;
	background-color: #e9e9e9;
	border-radius: 5px 5px;
	display: none;
}