*{
	margin: 0;
	padding: 0;
}

p{
	font-family: dosisextralight;
	color: rgb(0,0,0);
}

.titular{
	font-family: dosissemibold;
	color: rgb(0,0,0);

}

#contenedor{
	height: 600px;
	width: 80%;
	margin: 0 auto;
	display: block;
}

header{
	width: 80%;
	background: rgb(255,255,255);
    position: fixed;
    top: 0;
    z-index: 10;
    border-bottom: rgb(153,204,51);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

header #logo{
	width: 25%;
	display: inline-block;
}

header #imglogo{
	height: 70px;
}

header #eslogan {
	width: 60%;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
}

header #eslogan p{
	text-align: center;
	font-size: 26px;
}

header #logoicontec{
	display: inline-block;
	width: auto;
}

header #imglogoicontec{
	height: 50px;
}
#menu{
	margin: auto;
	width: 100%;
    height: auto;
    display: inline-flex;
}

#menu article {
	width: 19%;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

#menu article:hover {
    background-color: rgb(0,102,255);
/*	transform: scale(1.2,1.2);*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#menu article p{
	font-size:20px;
	vertical-align: middle;
}
#menu article img{
	float: left;
    height: 20px;
    margin: 3px;
    margin-left: 10px;
}

#banner{
    padding-top: 5em;
}
}
.imagen {
    position: relative;
}
.textoimagen {
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}


#noticias{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
    border-bottom: rgb(153,204,51);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#noticias a{
	font-family: dosisextralight;
	color: rgb(0,0,255);
	font-style: underline;
}

#noticias article {
	vertical-align: top;
	height: 100%;
	width: 46%;
	display: inline-block;
	margin: 10px;
}

#noticias article p{
	color: rgb(100,100,100);
	font-size: 20px;
	text-align: justify;
	vertical-align: top;
}
#noticias article a{
	font-size: 18px;
}

#noticias p.titular {
    color: rgb(0,0,255);
}

#noticias article img{
    height: 48px;
    margin: 10px auto;
}

article#unacolumna {
	width: 97%;
}

#productos #noticias {
    border: none;
}

.menuproductos{
    border-bottom: rgb(153,204,51);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.menuproductos input {
  display: none;
}
.menuproductos article {
	height: 0;
	overflow: hidden;
}
.menuproductos article#unacolumna {
    overflow-y: auto;
	font-size: 20px;
	text-align: justify;
	padding-left: 10px;
    padding-right: 10px;
}
.menuproductos label {
	cursor: pointer;
	display: block;
	margin-bottom: 0px;
	padding: 5px;
 }
.menuproductos label:hover {
	background: rgb(0,0,255);
}
.menuproductos article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	-ms-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
.menuproductos input:checked ~label {
    visibility: hidden;
}
.menuproductos input:checked ~label{
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	-ms-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
.menuproductos input:checked  ~article {
	height: 300px;
}
.menuproductos input:checked ~ article{
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	-ms-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}



#soporte #imgsoporte {
    height: 100%;
    margin-left: auto;
}
#contacto{
	display: block;
	height: auto;
	width: 100%;
	background: rgb(230,230,230);
}
#contacto section{
	vertical-align: top;
}
#contacto  article{
	display: table-header-group;
	width: auto;
	height: auto;
}
#contacto  img{
	float: left;
    height: 15px;
    margin: 5px;
    margin-left: 10px;
}

#contacto p{
	font-size: 18px;
}

#contacto #ubicacion{
	display: inline-block;
	width: 31%;
	padding: 10px;
}

#contacto #contactosoporte{
	display: inline-block;
	width: 28%;
	padding: 10px;
}

#contacto #redessociales{
	display: inline-block;
	width: 31%;
	padding: 10px;
}

#piepagina{
	display: block;
	height: auto;
	width: 100%;
	text-align: right;
	background: linear-gradient(to right, rgb(0,64,255), rgb(0,0,64) );
}

#piepagina p{
	color: rgb(255,255,255);
}

#borde{
	width: 100%;
	height: 15px;
}

#botonflotante{
	position: fixed;
	height: auto;
	width: 150px;
	top: 50%;
	left: 5px;
	text-align: left;
	background: rgb(255,196,196);
	z-index: 100;
}
#botonflotante:hover {
    background-color: rgb(132,255,0);
	transform: scale(1.2,1.2);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#botonflotante  img{
	float: left;
    height: 15px;
    margin: 5px;
}

/* REGISTRO */
table#tablaregistro {
    margin: auto;
    border-spacing: 10px;
	border: 1px solid rgb(153,204,51);
	padding: 5px;
}

.etiquetalabel {
	font-family: dosisextralight;
	color: rgb(100,100,100);
	font-size: 20px;
}
input.form-input {
	font-family: dosissemibold;
	color: rgb(100,100,100);
	font-size: 18px;
	width: 100%;
	background-color: rgb(241, 241, 241);
}

select {
    font-family: dosissemibold;
	color: rgb(100,100,100);
    font-size: 18px;
    background-color: rgb(241, 241, 241);
}

@media(max-width: 720px){
	header{
		align: center;
		margin-right: auto;
		margin-left: auto;
	}
	header #imglogo{
		height: 70px;
	}
	header #eslogan {
		display: none;
	}
	#imglogoicontec{
		display: none;
	}
	#menu{
		height: auto;
		display: inline-flex;
	}
	#menu article {
		width: 100%;
		display: block;
		margin: 3px;
	}
	#menu article p{
		font-size: 16px;
	}
	#banner {
		padding-top: 7.5em;
	}

	#noticias article {
		width: 95%;
		display: block;
	}

	#noticias article img{
		height: 24px;
	}
	
	#noticias article p{
		font-size: 16px;
	}
	#noticias article a{
		font-size: 16px;
	}
	td {
		display: block;
		width: 100%;
		margin: 4px;
	}

	#contacto p{
		font-size: 16px;
	}

	#contacto #ubicacion{
		display: block;
		width: 100%;
	}

	#contacto #contactosoporte{
		display: block;
		width: 100%;
	}

	#contacto #redessociales{
		display: block;
		width: 100%;
	}
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 2, 2015 */
@font-face {
    font-family: 'dosisextralight';
    src: url('fuentes/dosis-extralight-webfont.eot');
    src: url('fuentes/dosis-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/dosis-extralight-webfont.woff2') format('woff2'),
         url('fuentes/dosis-extralight-webfont.woff') format('woff'),
         url('fuentes/dosis-extralight-webfont.ttf') format('truetype'),
         url('fuentes/dosis-extralight-webfont.svg#dosisextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}