@charset "utf-8";
/* CSS Document */

html, body, div, p, img, h1, h2, h3, h4, ul, ol, li, form, table, tr, td, dl, dt, dd {
   margin:0px;
   padding:0px;
   border:0px;
   border-collapse:separate;
   border-spacing:0px;
   }

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

body {
	width:100%;
	height:100%;
	background-color: #E5E5E4;
	font-size:100%;
}

#cabecera {
	clear: both;
	margin: 0;
	color: #000;
	width: 970px;
	height: 100px;
	font: bold 1.5em Arial, Tahoma, Verdana;
	background: #fa7986 none no-repeat center top;
	border-style: none;
}



a{text-decoration:none; !important}

a:hover{text-decoration:none; !important}

/*    ACOMODA EL FONDO      */
img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
		
		/*Lo ponemos abajito*/
		z-index: 10;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

/*--------------------------EMPIEZAN LAS FUENTES--------------------------*/







@font-face {
    font-family: 'DINOTMedium';
    src: url('../fuentes/dinot_medium-webfont.eot');
    src: url('../fuentes/dinot_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/dinot_medium-webfont.woff') format('woff'),
         url('../fuentes/dinot_medium-webfont.ttf') format('truetype'),
         url('../fuentes/dinot_medium-webfont.svg#DINOTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


.dinot_med{
	line-height: 100%;
	color: #00CDCD;
	font-weight: bold;
}



.celeste{
   	color: #2D4D61;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
}

/*********************************** CAJA CENTRADA EN LA PAGINA ********************************************/
#outer {height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 20;}
#outer[id] {display: table; position: static;}
		
#middle {position: absolute; top: 50%; width: 100%; text-align: center; z-index: 30;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; top: -50%; text-align: left; z-index: 40;} /* for explorer only */
#inner {width: 200px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */
		
#cuerpo {
	height:700px;
	width:950px;
	overflow: visible;
	/*overflow-x:hidden;*/
z-index:50;
	/*background: url(../img/fnd_caja.png) no-repeat;*/
position: relative;/*for explorer only */
	margin-left: auto;
	margin-right: auto;
	visibility:hidden;
	padding-top: 20px;
/*border-radius: 20px;
-ms-border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;*/
}
/* optional: #cuerpo[id] {position: static;} */

/*********************************** CAJA CENTRADA EN LA PAGINA ********************************************/
#logo_principal{
	float:right;
	position:absolute;
	right:0;
	top:0;
	z-index:2000;
}



#titular{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #2D4D61;
	font-size: 33px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 15px;
	width: 970px;
	/*border-bottom: #36535D solid 2px;*/
}

#subtitular{
    color: #000000;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    left: 120px;
    position: relative;
    text-align: left;
    top: 140px;
    width: 100%;
}

#texto{
	color: #000000;
    position: relative;
    right: -120px;
    text-align: left;
    top: 500px;
    width: 450px;
	font: 300 12px/20px Helvetica,sans-serif;
}

#texto p{
	margin-top: -12px;
}

.verdecito{
	border-bottom: 1px solid #00CDCD;
    color: #00CDCD;
    display: block;
    font-size: 15px;
    font-weight: bold;
}


#tablet1{
   background-image: url(../img/tableta.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    float: right;
    height: 500px;
    position: absolute;
    right: 250px;
    top: 180px;
    width: 527px;
    z-index: 60;
}

#tablet1 p{
	font-size: 10px;
    margin-left: 410px;
    margin-top: 330px;
    position: relative;
    width: 200px;
	text-align: justify;
}

#subrayado{
	background:url(../img/subrayado.png) no-repeat top left;
	position:absolute;
	width:340px;
	height:44px;
	top:40px;
	left:340px;
	z-index:61;
}



#iconos{
	width:550px;
	position:absolute;
	top:130px;
	left:100px;
	text-align:left;
	z-index:45;
}

#iconos li{
	width:300px;
	height:40px;
	font-family:DINOTMedium,"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	color:#36535D;
	font-size:14px;
}
#iconos li div{
	position:relative;
	left: 70px;
	top: -33px;
	}
#icon_internet #icon_music #icon_correo #icon_pelis #icon_juegos #icon_libros #icon_noticias #icon_fotos{
/**/
}

.div_icono{
	width:50px;
	height:55px;
	margin-right:25px;
	margin-bottom:20px;
	position:absolute;
	display:inline;
}
#icon_pantalla,#icon_tactil,#icon_usb,#icon_wifi,#icon_camara{
	/**/
}

#div_internet{left:0; top:0;} #div_music{left:75px; top:0;} #div_correo{left:155px; top:0;} #div_pelis{left:230px; top:0;}
#div_juegos{left:0; top:60px;} #div_libros{left:75px; top:60px;} #div_noticias{left:155px; top:60px;} #div_fotos{left:230px; top:60px;}

#txt_home{
	width:470px;
	top: 200px;
	left:0;
	text-align:justify;
	/*border-top:#44626B solid 1px;*/
	color:#231F20;
	padding-top:10px;
	position: absolute;
}




#caracteristicas{
	padding-left:0;
	height: 400px;
	float: inherit;
	width: 400px;
	top: 60px;
	position: relative;
}


#caracteristicas li{
	display:inline;
}



#cajapastilla{
	height: 125px;
    position: absolute;
    right: 175px;
    top: 215px;
    width: 203px;
    z-index: 0;
}

#cartilla{
    bottom: 30px;
    height: 23px;
    left: 0;
    position: absolute;
    width: 150px;
    z-index: 100;
}



#spot{
	z-index:100;
	width:150px;
	height:23px;
	position:absolute;
	bottom: -8px;
	left:88px;
}

#video{
	z-index:100;
	width:170px;
	height:20px;
	bottom:84px;
}


#bases{
	z-index:100;
	width:80px;
	height:23px;
	position:absolute;
	bottom: -8px;
}


.botonazo{
	padding-top: 2px;
	text-align:center;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-family:DINEngschriftRegular,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	background: none repeat scroll 0 0 #00CDCD;
}

.botonazo a{
	font-family:DINMittelschriftRegular,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:150%;
	text-decoration:none;
}
.botonazo a:hover{
	color:#000;
}
/*-----------------------------------------------------------------------------------------------*/
#abajo {
	position: relative; margin-top:5px;
	margin-left: auto; margin-right: auto;
	display:block;
	width:950px;
	height:48px;
	overflow:visible;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}

footer {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	background: white none repeat-x;
	z-index: 9999;
	border-top:1px #666 dotted;
	color: black;
}

.logo_footer{
	width:320px;
	height:50px;
	position: fixed;
	bottom:-14px;
	left:0;
}

.row{
	width:990px;
	/*background:#093;*/
	margin:0 auto;
}

#direccion {
	width: 990px;
	margin-top:7px;
	font-size:.9em;
	text-align:center;
}
footer p {
	float: left;
	font-size: 2em;
	color: #000;
}
footer img   {
	margin-top: -9px;
	margin-right: 1px;
}

address {
	color: #000;
	font-size: 1em;
	padding-top: 15px;
	margin-left: 150px;
}

.follow {
 	color: #000000;
    font-size: 1em;
    margin-left: 20px;
    margin-top: 30px;
    position: relative;
    text-align: left;
    }

.follow img{
	display: block;
	float: left;
	position: static;
}

.logo_footer_r{
	width:130px;
	height:50px;
	position: fixed;
	bottom:-14px;
	right:0;
}

/* compartir */
.mod-compartir{width:200px; float:right; position:absolute; top:8px; right:-15px;}
.mod-compartir li{float: left; width: 42px;}
.mod-compartir li:first-child{border: none;}
.mod-compartir li a{display: block; overflow:hidden; text-indent:-9999px; width: 42px; height: 33px; background: url(../img/sprite_compartir.jpg) no-repeat 0 0; margin: 0 auto;}
.mod-compartir li a.facebook{background-position: -36px 0;}
.mod-compartir li a.twitter{background-position: -72px 0;}
.mod-compartir li a.tuenti{background-position: -108px 0;}

.redes{
	width:50px; height:80px; position: fixed; top:20%; right:0;
		z-index:9998;
		/*background: url(../img/fnd_b_80.png);*/
		background:#00CDCD;
		overflow:visible;
		border-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
}
.redes div{
	margin:0 0 0 8px;
	width:27px; height:48px;
	padding-top:5px;
	position:absolute;
	display:inline;
}
#div_facebook{left:3px; top:2px;} #div_twitter{left:3px; top:37px;} 

.pais_dot_com{width:200px; float:right; position:absolute; top:30px; right:0;}
.alicante{width:200px; float:left; position:absolute; top:15px; left:20px;}

.ijoy{
	float: left;
    left: 20px;
    position: relative;
    top: 20px;
    width: 150px;
}


