@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);

/*
	font-family: 'Oswald', sans-serif;  TITULOS
	font-family: 'Bitter', serif;  SUBTITULOS
	font-family: 'Roboto', sans-serif;  TEXTO
	
	font-family: 'Oswald new'; 
*/

@font-face {
       font-family: 'fuente-personalizada';
       src = url(fuentes/fuente-personalizada.ttf),
             url(fuentes/fuente-personalizada.eot),
             url(fuentes/fuente-personalizada.otf);
 
}

@font-face {
   font-family: 'Oswald new';
   font-style: normal;
   font-weight: normal;
   font-weight: lighterl;
   font-weight: bold;
/*   src: url(VIVALDI0.eot); */
   src: url(fuentes/Oswald-Bold.ttf);
   src: url(fuentes/Oswald-Light.ttf);
   src: url(fuentes/Oswald-Regular.ttf);
}
body{
	margin:0;
    padding:0;
	background-color: #fff8d8;
}

/*DIVS*/

.contenedor{
    
    margin: auto;
    background-color: #fff8d8;
    padding:0;
}

.caja1 {
	padding-top:3%
	padding-bottom:3%;
}

#camara{
	float:left;
	padding-left:4%;
	padding-right:4%;
}

.radius1{
	border-radius: 25px;
    border: 2px solid #ffe4e4;
	background-image: url(../fondo_logo_pagina.png), url(../fondo_pagina.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, repeat;
}

.relleno_pie{
	padding-bottom:20px;
}

#domosimg{
	width:30%;
	margin:auto;
	padding-top:3%;
	padding-bottom:3%;
}

#separar{
	margin-bottom:1%;
}

#slider_logos{
	padding-bottom: 3%;
}

/*PÁRRAFOS*/
h1{
	background-color: black;
	color: white;
	font-size: 1.4em;
	padding-left:2%;
}

.pie{
	background-color: #f76f01;
	color: white;
	font-size: 0.8em;
	text-align:center;
	margin-bottom:3px;
	padding-bottom:2px;
	padding-top:2px;
}
#tienda{
	max-width:100%;
}
.textocuerpo{
	color:#f76f01;
	padding-left:8%;
	padding-right:8%;
}

.izquierda{
	padding-left:3%;
	padding-right:3%;
	color:#f76f01;
	text-align: center;
}



/*LISTAS*/

li{
	display:inline;
}

#alarmas li{
	display:block;
	color:#f76f01;
}

a{
	display:inline;
	text-decoration:none;
}

/*IMAGENES*/
.logos_sec{
	max-width:45%;
}

.logos_slider{
	padding-top:3%;
}

#eficenerg{
	display:block;
	margin:auto;
}

/*SECCION VIDEO*/
.cuadro_video1{
	/*position: relative;
	float: left;*/
	width:580px;
	margin-left: 6%;
	/*margin-right: auto;*/
	margin-bottom: 50px;
	margin-top: 50px;
}

/*INICIO MENU*/
.clear:before, .clear:after{
	content:" ";
	display:table;
}

.clear:after{
	clear: both;
}

.clear{
	*zoom: 1;
}

a#pull{
	display:none;
}

nav{
	height: 40px;
	width:100%;
	background:#666;
	position:relative;
	border-bottom: solid 1px #000;
}

nav ul{
	padding: 0;
	margin: 0 auto;
	width:600px;
	height: 40px;
}

nav li{
	display: inline;
	float: left;
}

nav a{
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 40px;
}

nav li a{
	border-right: 1px solid #576979;
}

nav li:last-child a{
	border-right: 0;
}

nav a:hover, nav a:active{
	background-color: #333;
}
/*FIN MENU*/