html, body{
	margin: 0px;
	height: 100%;
	/*overflow-x: hidden;*/
}
#container{
	width: 100%;
	min-height: 100%;
	position: relative;
	
}
#homeheader, #header{
	width: 990px;
	margin: 0 auto;
}
/* HOMEHEADER */
#homeheader{
	height: 110px;
	display: block;
}
#homeheader>div:nth-child(1){
	width: 680px;
	height: 100%;
	float: left;
}
#homeheader>div:nth-child(1) .categorias{
	display: inline-block;
	width: 100%;
	height: 33px;
	margin-top: 77px;
	cursor: pointer;
}
#homeheader>div:nth-child(1) .categorias div{
	float: left;
	width: 161px;
	height: 26px;
	margin-right: 2px;
	text-align: center;
	padding-top: 7px;
	color: #FFFFFF;
	font-family: dosisbold;
	font-size: 16px;
}
#homeheader>div:nth-child(2){
	width: 290px;
	height: 100%;
	float: left;
}
#homeheader>div:nth-child(2) .logo{
	position: relative;
	top: 20px;
}
#homeheader>div:nth-child(2) .idiomas{
	position: relative;
	top: 20px;
	text-align: right;
}
#homeheader>div:nth-child(2) .idiomas a{
	margin: 0 5px;
	position: relative;
	top: 2px;
	color: #333333;
	font-size: 12px;
	line-height: 14px;
}
#homeheader>div:nth-child(2) .idiomas a.selected{
	font-weight: bold;
	text-decoration: underline;
}
.imghome{
	position: absolute;
	width: 100%;
	height: -webkit-calc(100% - 110px);
	height: -moz-calc(100% - 110px);
	height: calc(100% - 110px);
	background-size: cover;
	/*margin-top: 110px;*/
	z-index: 1;
	bottom: 0px;
}
/*
@media (max-height: 500px){
	.imghome{
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		z-index: 1;
		top: 110px;
	}
}
*/
.imghome1{
	background-image: url(../images/home1.jpg);
}
.imghome2{
	background-image: url(../images/home2.jpg);
	background-position: center;
}
.imghome3{
	background-image: url(../images/home3.jpg);
}
/* HEADER */
#header{
	height: 90px;
	display: block;
	background-color: #ffffff;
	width:100%;
}
#header .left{
	width:auto;
	}
#header .center{
	width:990px;
	height: 90px;
	background-color: #ffffff;
	margin:0px auto;
}
#header .right{
	width:auto;
	height: 100px;
}
#header .logo{
	float: left;
	position: relative;
	top: 50%;
	margin-top: -31px;
}
#header .logo img{
	position: relative;
}
#header .controles{
	display: inline-block;
	float: right;
	height: 100%;
}
#header .controles .idiomas{
	right: 21px;
	position: relative;
}
#header .controles>div{
	height: 50%;
	display: block;
}
#header .marg{
	padding-top: 15px;
	float: right;
}
#header .idiomas {
	color: #999999;
}
#header .idiomas a{
	margin: 0 5px;
	position: relative;
	top: 2px;
	color: inherit;
	font-size: 12px;
	line-height: 14px;
}
#header .idiomas a.selected{
	font-weight: bold;
	text-decoration: underline;
}
#header .categorias{
	display: inline-block;
	position: relative;
	width: 197px;
	height: 14px;
	left: 420px;
	top: 76px;
}
#header .categorias>div{
	float: left;
	width: 44px;
	height: 100%;
	margin-left: 5px;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}
.inline-table{
	display: inline-table;
	height: 100%;
	width: 100%;
}
#content{
	padding-bottom: 170px;
}
#footer{
	width: 100%;
	height: 170px;
	background-color:#666666;
	font-family: arial;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}
#footer .centrador{
	display: inline-block;
	width: 990px;
	position: relative;
	left: 50%;
	margin-left: -495px;
	height: 100%;
}
#footer .centrador>div{
	float: left;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
}
#footer .centrador .nombre{
	width: 130px;
	margin-left:10px;
}
#footer .centrador .medio{
	width: 670px;
}
#footer .centrador .logos{
	width: 180px;
}
#footer .nombre>div{
	height: 170px;
	width: 130px;
}
#footer .nombre .vline{
	height: 40px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	top: -106px;
	left: 59px;
}
#footer .medio>div{
	height: 170px;
}
#footer .medio div span{
	padding: 0px 10px;
	font-size: 13px;
	float: left;
}
#footer .medio div span:nth-child(1){
	text-align: left;
}
#footer .medio div span:nth-child(2){
	margin-left: 88px;
}
#footer .medio div span:nth-child(2), #footer .medio div span:nth-child(3){
	line-height: 40px;
}
#footer .medio div span:not(.final){
	border-right: 1px solid #666666;
}
#footer .medio div span a{
	color: inherit;
}
#footer .logos>div{
	height: 170px;
	width: 225px;
}
#footer .logos img{
	margin: 0px 5px;
}
input[type="text"], input[type="password"]{
	border-radius: 0px;
	height: 25px;
	width: 209px;
	background: #F1F1F1 url(../images/lupa.png) 191px center;
	background-repeat: no-repeat;
}
.verde{background-color: #00A496;}
.amarillo{background-color: #F5BE17;}
.celeste{background-color: #3DA2CC;}
.magenta{background-color: #E22469;}
.naranja{background-color: #FF6600;}