body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

header{
	width: 100%;
	background: #4E3585;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
    box-shadow: 0px 5px 5px 0px grey;
}

.headcenter{
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.logocsa{
	padding-left: 1.5%;
	padding-right: .5%;
	width: 160px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	background-color: lightgrey;
	display: flex;
	align-items: center;
}

.consoc{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    min-height: 74px;
    padding-left: 180px;
}

.contacto{
	text-align: -webkit-right;
	margin-right: 1%;
}

.contacto table{
	color: white;
	text-align: right;
}

.contacto a{
	text-decoration: none;
	color:white;
	font-weight: bold;
}

.social{
	margin: 0 1%;
	width: 82px;
}

.social a{
    margin: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain!important;
}

a.fb{
	background:url(../imagenes/fb.png) center center no-repeat;
}

a.tw{
	background:url(../imagenes/tw.png) center center no-repeat;
	}

a.yt{
	background:url(../imagenes/yt.png) center center no-repeat;
	}

a.in{
	background:url(../imagenes/in.png) center center no-repeat;
}

a.ins{
	background:url(../imagenes/ins.png) center center no-repeat;
}

a.fb:hover{
	background:url(../imagenes/fbcolor.png) center center no-repeat;
}

a.tw:hover{
	background:url(../imagenes/twcolor.png) center center no-repeat;
}

a.yt:hover{
	background:url(../imagenes/ytcolor.png) center center no-repeat;
}

a.in:hover{
	background:url(../imagenes/incolor.png) center center no-repeat;
}

a.ins:hover{
	background:url(../imagenes/inscolor.png) center center no-repeat;
}

main{
	padding-top: 74px;
	max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.banner{
	padding: 5px;
	cursor: pointer;
	box-sizing: border-box;
}

.mediobanner{
	width: 49%;
	display: inline-block;
}

.img_accu{
	width: 100%;
	margin: 10px 0;
}

.titulos{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.banner h2{
	font-size: 1.3em;
	margin: .3em 1.4em;
	white-space: nowrap;
}

.logosaccu{
	width: 49%;
	display: inline-block;
	text-align: center;
}

.logodahle{
	width: 100%;
	text-align: center;
}

.divisor{
	width: 100%;
	height: 20px;
	background: #4E3585;
}

.prin_centra{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 1% 0;
}

.marca{
	width: 72%;
	box-sizing: border-box;
	border: grey solid;
	box-shadow: 0px 3px 7px grey;
	border-radius: 15px;
	margin: 1%;
	min-width: 642px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	overflow: auto;
}

.marca p{
	margin: .3em;
	font-size: 15px;
	line-height: 1.5em;
	color: #346080;
	text-align: justify;
}

.marcachica{
	width: 46%;
	min-width: 420px;
}

.marcaarticulo{
	align-self: center;
	min-width: 320px;
}

.lineaprod{
	width: 100%;
    background-color: #2675b9;
    color: white;
    line-height: 2em;
    font-size: 3em;
    padding: 0 0 0 5%;
    margin: 1% 0;
    box-sizing: border-box;
}

.cuarto{
	width: 35%;
	text-align: center;
	border: grey solid;
	margin: 1%;
	min-width: 320px;
	box-sizing: border-box;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0px 3px 7px grey;
	overflow: auto;
}

.cuarto:hover{
	box-shadow: 0px 6px 20px 4px grey;
	transition: all .4s ease;
}

.cuarto h2{
	text-align: center;
	margin-bottom: 0;
}

.medios{
	width: 43%;
	margin: 0 2%;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.medios h3{
	font-size: 1.5em;
	font-weight: 100;
	margin: 0 0 12px 21px;
}

.medios ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.medios li{
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
	border-bottom: 1px solid silver;
}

.fotog{
	max-width: 467px;
}

.minis{
	display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
}

.minis p{
	margin: 0;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

.minimage{
	width: 75px;
	height: 75px;
	display: flex;
	align-items: flex-end;
	margin: 0 5px;
	box-sizing: border-box;
}

.minimage:hover{
	border-bottom: #2675b9 solid 1px;
}

.opciones{
	align-self: flex-end;
    margin-top: 5%;
    width: 94%;
}

.descrip{
	width: 94%;
	margin-bottom: 1%;
}

.descrip h3{
	font-weight: 100;
	font-size: 1.5em;
	margin-bottom: 0.3em;
}

.descrip li{
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}

.descrip p{
	text-align: justify;
    line-height: 25px;
}

footer{
	width: 100%;
	background: #4E3585;
	color: white;
	display: flex;
    flex-direction: column;
    align-items: center;
}

footer a{
	color: white;
	text-decoration: none;
}

.foot_100{
	padding: 2em 0;
	max-width: 1280px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.foot_tercio{
	width: 30%;
	min-width: 375px;
}

.medio{
	min-width: 315px;
}

.chico{
	width: 20%;
	min-width: 249px;
	vertical-align: top;
}

.foot_tercio ul{
	list-style-type: none;
	text-align: left;
	border-left: white 1px solid;
}

.foot_tercio ul li{
	padding: .6em 0;
}

.foot_60{
	display: flex;
}

.campo{
	border-radius: 12px;
	width: 80%;
	padding: .5em;
	border-style: none;
}

.boton{
	padding: .5em 1.5em;
	font-weight: bold;
	color: #4E3585;
	border-radius: 12px;
	border: white solid 2px;
	cursor: pointer;
	background-color: lightgrey;
}

.boton:hover{
	background-color: grey;
}

.registrado{
	font-size: 11px;
	text-align: center;
	padding: 1em;
}

.logowa{
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 60px;
	z-index: 1000;
}

.tercio{
	width: 30%;
	text-align: center;
	border: grey solid;
	margin: 1%;
	min-width: 320px;
	border-radius: 15px;
	box-shadow: 0px 3px 7px grey;
	box-sizing: border-box;
	z-index: 1;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: auto;
}

.tercio:hover{
	box-shadow: 0px 6px 20px 4px grey;
	transition: all .4s ease;
}

.imagcont{
	position: relative;
}

.logopeq{
	bottom: 0;
    position: absolute;
    right: 0;
    width: 45%;
}

.modcolor{
	width: 100%;
	height: 45px;
	background-color: #2675b9;
}

.modcolor span{
	font-weight: bold;
	line-height: 45px;
	font-size: 1.6em;
}

.trianguloleft{
     width: 0;
     height: 0;
     border-right: 22px solid transparent;
     border-top: 23px solid black;
     border-left: 23px solid black;
     border-bottom: 22px solid transparent;
     float: left;
}

.trianguloright{
     width: 0;
     height: 0;
     border-right: 22px solid black;
     border-top: 23px solid transparent;
     border-left: 23px solid transparent;
     border-bottom: 22px solid black;
     float: right;
}

.tablapeq {
	width:100%;
	bottom:0px;
	font-size:14px;
	overflow: auto;
	text-align: left;
}

.tablatit {
	overflow: hidden; 
	padding: 3px; 
	box-sizing: border-box; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	width: 100%; 
}

.hide {
	display: none;
}

.alert {
	margin: 5px;
}

@media screen and (min-width:1281px){
	.lineaprod{
		width: 94%;
	}
}

@media screen and (max-width:910px){
	header{
		position: relative;
	}
	main{
		padding-top: 0px;
	}
	.foot_60{
		flex-direction: column;
	}
	.lineaprod{
		font-size: 2.5em;
	}
}

@media screen and (max-width:690px){
	.contacto{
		display: none;
	}
	.foot_tercio{
		min-width: 90%;
	}
	.foot_60{
		min-width: 90%;
	}
	.medios{
		width: 90%;
	}
}

@media screen and (max-width:641px){
	.marca{
		min-width: 320px;
	}
	.lineaprod{
		font-size: 1.25em;
	}