@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-size:13px;

	background-color:#F8F8F8;
	font-family: 'Droid Sans', sans-serif;
}
.clear { clear:both; }

.intro {
	background-color:#EFEFEF;
	color:#999;
	font-size:16px;
	padding:14px;
	margin-top:25px;
	margin-bottom:10px;
	text-align:justify;
}
.intro a { text-decoration:none; color:#FF7F00; }
.intro a:hover { color:#A45200; }
#header {
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:434px;
}

#header2 {
	height:252px;
	background-image:url(../images/header2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}


#header .pagina , #header2 .pagina {
	position:relative;
}

#menusup {
	clear:right;
	position:absolute;
	top:0;
	left:250px;
	height:63px;
	z-index:100;
}

#menusup ul {
	list-style:none;
	color:#FFF;
	margin:0 0 0 63px;
	height:63px;
	padding:0;
}

#menusup ul li {
	line-height: 15px;
	font-family: 'Lato', sans-serif;
	float:left;
	margin:0 2px;
	height:63px;
	padding:0 4px;
	transition:background-color 0.4s;
	-webkit-transition:background-color 0.4s; /* Safari */
}

#menusup ul li:hover  {
	border-bottom:2px solid #FFC671;
	color:#FFC671;
	 background-color:#FFC671;
}
#menusup ul li.activo{
	background-color:#D05500;
	transition:background-color 0.4s;
	-webkit-transition:background-color 0.4s; /* Safari */
}
 #menusup ul li.activo:hover {
	 background-color:#FFC671;
}
 

#menusup ul li a {
	margin-top:15px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	border-bottom:2px solid #FA9800;
	display:inline-block;
	height:30px;
	padding-bottom:8px;
}



#menusup ul li a strong {
	margin:0;
	text-transform:uppercase;
	font-weight:bolder;
	clear:left;
	display:block;
}


#banner {
	margin-top:63px;
	float:left;
	height:368px;
	width:962px;
	clear:none;
	overflow:hidden;
}
#banner a img{ border:none; text-decoration: text-decoration: none;  }
#banner .banneritem { position:relative; overflow:hidden; }
#banner .btnbanner {
	position:absolute;
	background-image:url(../images/btn-banner.png);
	background-repeat:no-repeat;
	height:75px;
	width:146px;
	overflow:hidden;
	color:#FFF;
	text-decoration:none;
	padding-left:75px;
	padding-top:17px;
}
#banner .btnbanner strong { font-size:16px; }
#banner .btnbanner:hover { background-position:0 -92px; }
.posb1 { bottom:50px; left:200px; }
#banner2 {
	margin-top:66px;
	float:right;
	height:223px;
	width:747px;
	clear:none;
	overflow:hidden;
}

#nav {
	margin:0 auto;
	width:300px;
	text-align:center;
	height:30px;
	padding: 10px 4px 4px 4px;
}

#nav a  {
	background-image:url(../images/punto-activo.png);
	height:15px;
	width:15px;
	margin:0 4px;
	display:inline-block;
	overflow:hidden;
	text-indent:-999em;
	height:15px;
}

#nav a.activeSlide {
	background-position:0 -15px;
}
#nav a:hover {
	background-position:0 -30px;
}
.bl1 a img { border:none; text-decoration: none;}
.bl1 {
	float:left;
	width:215px;
	text-align:center;
	padding:0 2px;
	margin-right:7px;
	color:#787878;
}
.bl1 h3 {
	color:#000;
}

.vermas {
	background-image:url(../images/bg-btn.png);
	background-repeat:repeat-x;
	display:inline-block;
	height:15px;
	width:87px;
	border:1px solid #4992BC;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration:none;
	color:#000;
	padding:10px 15px;
	transition:all 0.2s;
}

.vermas:hover { color:#FFF;}
.naranja {
	color:#FF7F00;
}

.bl1separador
{
	margin-top: 29px;
	float:left;
	width:19px;
	height:294px;
	background-image:url(../images/bg-separador.png);
	background-repeat:no-repeat;
}


#clientes 
{
	clear:both;
	height:103px;
	background-image:url(../images/bg-clientes.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:13px;
	width:100%;
}

#footer
{
	clear:both;
	height:290px;
	background-color:#666666;
}

.menuinf
{
	color:#FFF;
	float:left;
	margin-right:30px;
}
.suscribete { 
	width:244px;
	color:#FFF;
	font-size:13px;
}
#boletin input[type="email"] { 
	width:234px !important;
}
#boletin input[type="button"]  {
	-webkit-border-radius: 3px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
	background-color:#FF7F00;
	color:#FFF;
	height:22px;
	width:95px;
	border:none;
	cursor:pointer;
	font-weight:bold;
	transition:background-color 0.25s;
	-webkit-transition:background-color 0.25s; /* Safari */

}
#boletin input[type="button"]:hover  {
	background-color:#CA6500;
}
#boletin .error
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#818181;
	padding:4px 5px;
	color:#FFF;
	width:234px;
}
.menuinf h3, .mapa h3, .suscribete h3 {
	color:#FFF;
	font-size:20px;
	font-weight:normal;
}

.menuinf ul {
	list-style:none;
	margin:0;
	padding:0;
}
.menuinf ul li {
	margin:2px 0;
}

.menuinf ul li a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	/*transition:color 0.4s;
	-webkit-transition:color 0.4s;*/	
}


.menuinf ul li a:hover {
	color:#222222;
}

.mapa, .suscribete, .menuinf
{
	float:left;
	margin-right:60px;
}
.mapa h3 {
	color:#FFF;
	font-weight:normal;
}

.breadcums {
	padding-left:10px;
	margin-top:20px;
	color:#787878;
	font-size:15px;
}
.breadcums a {
	color:#787878;
	text-decoration:none;
}
.breadcums a:hover {
	color:#000;
}
h1 {
	color:#000;
	font-weight:normal;
	margin-bottom:30px;
}
.cotice, #contactenosform input[type="submit"] {
	background-image:url(../images/btn-cotice.png);
	background-color: transparent;
	display:block;
	height:40px;
	overflow:hidden;
	text-indent:-999em;
	width:117px;
	margin:0 auto;
	border:none;
	cursor:pointer;
}
.cotice:hover { background-position:0 -40px; }
.estrategias-social { text-align:center; }
.estrategias-social h2 { font-size:35px; font-weight:normal; }
.estrategias { margin:0 auto; background-color:#DDD; color:#999; font-size:16px; text-align:left; padding:20px 14px; width:660px; }
.estrategias ul { margin:0; padding:0; list-style:none; }

.estrategias ul li { 
	background-image:url(../images/bullet-naranja.png);
	background-repeat:no-repeat;
	float:left;
	padding-left:21px;
	margin-bottom:10px;
	width:308px;
}
.col1 { 
	float:left;
	width:600px;
	padding:10px 20px 10px 10px;
	text-align:justify;
	color:#787878;
}


.col2 { 
	float:right;
}

.col4 { 
	float:right;
	width:442px;
}
.col3 { 
	float:left;
	width:468px;
	padding:10px 20px 10px 10px;
	text-align:justify;
	color:#787878;
}


ul.audiovisual { margin: 0; padding: 0; color: #FF7F00; float: left; width: 40%; list-style: none; }
ul.audiovisual li { color: #787878; } 

/*Copy Media Marketing*/
#mm {
	text-align: center;
	clear: both;
	background-color: #333333;
	color: #FFF;
	font-size: 15px;
	padding: 5px;
	height: 17px;
}
#mm a {
	color: #FF7F00;
	text-decoration: none;
	font-weight: bold;
}
#mm a:hover {
	color: #FFA448;
}
/*FIN Copy Media Marketing*/


/*FORMULARIO DE CONTACTO*/

#contactenosform input[type="text"], #contactenosform input[type="email"], #contactenosform textarea, #boletin input[type="email"] {
	background-image:url(../images/bg-input.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	clear:left;
	padding:2px 5px;
	height:24px;
	margin:5px 0;
	color:#999999;
	width:457px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contactenosform textarea {
	min-height:68px;
	max-height:68px;
	min-width:457px;
	max-width:457px;
	
}
#contactenosform input[type="submit"]{
	background-position:-117px 0;
	margin-top:10px;
	float:right;
}
#contactenosform input[type="submit"]:hover {
	background-position:-117px -41px;
	
}
.error {
	text-align:left;
	font-weight:bold;
	color:#F00;
}
/*FIN FORMULARIO*/
#web { margin-bottom:20px; width:881px; margin:0 auto; }
.webpage{ 
	display:inline-block;
	text-decoration:none;
	float:left;
	border:1px solid ;
	border-color:#EEEEED;	
	width:164px;
	padding:10px 5px;
	height:335px;
	position:relative;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	color:#999999;
	transition:background-color 0.4s, color 0.4s, height 0.4s, margin-top 0.4s, margin-bottom 0.4s, border-color 0.4s;
}
.webpage .cotice { transition:bottom 0.4s; clear:both; bottom:5px; position:absolute; left:30px; }
.webpage:hover { background-color:#FFF7D7; color:#666; height:355px; margin-top:0; margin-bottom:0; border-color:#AAA; }
.webpage:hover .cotice { margin-top:5px; bottom:15px;  }

.webpage h3 { color:#FF7F00; font-size:20px; }
.webpage:hover h3  { color:#000; }
.webpage em  { font-weight:bold; }
.webpage strong  { color:#434343; }
.webpage:hover strong  { color:#FF7F00; }


	.image_carousel {
	    padding: 15px 0 15px 40px;
	}

	.clientes {
		float:right;
		margin-top:20px;
		height: 83px;
		overflow: hidden;
		width:745px;
		position: relative;;
	}
	.clientes>div {
		width: 745px;
		margin: 0 auto;
	}
	
	
	#logo .home:hover { background-position:0 -20px; }	
	
	#tag { padding-left:35px; padding-top:70px; background-image:url(../images/tag.png); background-repeat:no-repeat; width:137px; height:79px; position:absolute; z-index:999; }
	#tag a { float:left; padding:0; display:inline-block; width:34px; height:34px; background-image:url(../images/red-tags.png);  background-repeat:no-repeat; text-indent:-99em; overflow:hidden; }
	#tag a.fb {  background-position:0 0;  margin-top:14px; margin-left:18px;}
	/*#tag a.fb {  background-position:0 0;  margin-top:17px;}*/
	#tag a.fb:hover { background-position:0 -34px;  }
	#tag a.tw {  background-position:-34px 0;  margin-top:7px; margin-left:0px; }
	/*#tag a.tw {  background-position:-34px 0;  margin-top:10px; margin-left:3px; }*/
	#tag a.tw:hover { background-position:-34px -34px;  }
	#tag a.pt {  background-position:-68px 0;margin-top:2px; margin-left:8px; }
	#tag a.pt:hover { background-position:-68px -34px;  }
	/*.circle { border:solid transparent; border-width:15px; border-radius:200px; width:144px; height:144px; overflow:hidden; transition:border-width 0.4s, width 0.4s, height 0.4s; -webkit-transition: border-width 0.4s, width 0.4s, height 0.4s; }
	.circle:hover { border-width:10px; width:154px; height:154px; }*/
	
	.pagina {
		margin:0 auto;
		width:962px;
	}
	
		#galclientes {
		width:960px;
		clear:both;
		margin-top:30px;
		margin-bottom:50px;
		height:380px;
	}
	
	
	#galclientes>a{
		display:inline-block;
		height:89px;
		width:32px;
		background-image:url(../images/arrow.png);
		background-repeat:no-repeat;
		overflow:hidden;
		margin:140px 0;
	}
	
	#galclientes>a.prev{
		background-position:0 0;
		float:left;
		margin-right:30px;
		margin-left:20px;
	}
	#galclientes>a.prev:hover{background-position:0 -90px;}
	
	
	
	#galclientes>a.next{
		background-position:-33px 0;
		margin-right:20px;
		float:right;
	}
	#galclientes>a.next:hover{background-position:-33px -90px;}
	
	#galclientes .logos { margin:0 0 0 80px; height:380px; width:840px; }
	#galclientes .logos a{ width:185px; height:163px; margin-right:20px; text-decoration:none; display:inline-block; float:left; margin-bottom:35px; }
	#galclientes .logos a img { border:none; text-decoration: none; }

	#galclientes .logos a:after {
		content:url(../images/sombra.png);
		height:19px;
		width:185px;
	}
	#galclientes .logos a img{ width:185px; height:163px;  }
	
	@media only screen and (min-width:1064px) {
		.pagina {
			width:962px;
		}
		#logo {
			position:absolute;
			top:0;
			left:-37px;
			background-image:url(../images/logo.png);
			background-repeat:no-repeat;
			display:inline-block;
			overflow:hidden;
			text-indent:-999em;
			height:238px;
			width:367px;
			z-index:8000;
		}
		#logo .home { position:absolute; right:55px; top:16px; width:24px; height:20px; display:inline-block; background-image:url(../images/home.png); background-repeat:no-repeat; }
		#tag { right:-80px; top:0; }
	}
	
	
	@media only screen and (max-width:1063px) {
		.pagina {
			width:962px;
		}
		#logo {
			position:absolute;
			top:0;
			left:0px;
			background-image:url(../images/logo.png);
			background-repeat:no-repeat;
			display:inline-block;
			overflow:hidden;
			text-indent:-999em;
			height:194px;
			width:300px;
			z-index:8000;
			background-size:contain;
		}
		#logo .home { display:none; position:absolute; right:55px; top:16px; width:24px; height:20px; display:inline-block; background-image:url(../images/home.png); background-repeat:no-repeat; }
		#tag { right:0px; top:40px;  }
		
	}
