@charset "UTF-8";
/* CSS Document */

#base_container{
width:734px;
height:auto;
margin:auto;
box-sizing:border-box;
padding:40px;
background:url(../image/bg_image.jpg) no-repeat;
}

.parrafo_1, .parrafo_2{
color:#6e6c6c;	
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
text-align:justify;
}

.parrafo_1{
width:400px;
margin-top:300px;	
}

.parrafo_2{
margin:20px 0;	
}

.title_1{
color:#0b90dc;
font-weight:bold;
font-size:18px;
font-family:Helvetica, Arial, sans-serif;
margin:20px 0;		
}

.lista_unilever{
list-style-type:none;	
}


.item_unilever{
color:#6e6c6c;	
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
overflow:hidden;
margin:10px 0;	
vertical-align:middle;	
}

.item_unilever img{
float:left;
margin-right:10px;	
}

.tabla_container{
display:table;	
}

.celda_1, .celda_2, .celda_3{
display:table-cell;
box-sizing:border-box;
padding:25px;
color:white;
border:1px solid white;
font-family:Helvetica, Arial, sans-serif;
font-size:14px
}

.celda_1, .celda_2{
width:50%;	
}

.celda_3{
width:100%;	
}

.celda_1, .celda_3{
background-color:#0B90DC;	
}

.celda_2{
background-color:#4172a8;	
}

.link_tabla{
color:white;
font-weight:bold;	
}

.redes_lista{
list-style-type:none;	
}

.redes_lista li{
float:right;
margin:0 5px;	
}

.redes_lista li a{
display:block;	
}

/* INICIO ACORDION */


.ac-container{
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
   font-family: Verdana,Geneva,sans-serif;;
/*	padding: 5px 20px;*/
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: white;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
	font-size: 14px;
	background-color: #0B90DC;
	border-radius:5px;
	padding-left:30px;
/*	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );*/
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
   margin-bottom:10px;
}
.ac-container label:hover{
	background: #0a6fc4;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: #0a6fc4;
	color: #fff;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../image/arrow_down.png) no-repeat center center;	
	border-left:1px solid #a6c0cb;
	padding-left:15px;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../image/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	width:100%;
}
.ac-container article p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#6e6c6c;	
	margin:20px 0;	
}
.ac-container input:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small{
	height:auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

/*FIN ACORDEON*/