/*
Theme Name: DrTango 
Theme URI: http://www.drtango.com/
Description: DrTango Corporate Website
Version: 1.0
Author: Kaleida* Interactive Agency
Author URI: http://www.kaleidadigital.com
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.rounded {
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0095d4;
}

div.center {
	width: 960px;
	padding: 0 5px;
	margin: 0px auto;
	overflow: hidden;
}

div.container {
	width: 100%;
	background-color: white;
	margin: 0px;
}

div.header {
	height: 120px;
	background-image: url(library/media/images/back-header.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#img_slider {
	width:100%;
	height:415px;
	background-image: url(library/media/images/fondo.jpg);
	background-repeat:no-repeat;
	background-position: center;
	margin:0 auto;
	padding-top:35px;
}
	#img_slider #slideshowHolder { 
	
		margin:0 auto;
	
	}
	
	#logo {
		float: left;
		margin: 30px 0 0 0;
		width: 202px;
		height: 57px;
	}
	
	#tools {
		margin: 18px 0px 0 0;
		color: #777;
		text-align: right;
		float: right;
		cursor: default;
	}
		
		#tools a {
			font-size: 14px;
			color: #0456a9;
			cursor: text;
			text-decoration: none;
		}
		
		#tools a:hover {
			text-decoration: underline;
		}
	
	#language {
		float: right;
		margin: 0px 5px 0 0;
		display: block;
		width: 123px;
		height: 25px;
		padding-top: 1px;
		background-image: url(library/media/images/btn-language.gif);
		background-repeat: no-repeat;
		text-align: center;
	}
		
		#language a {
			color: #FFF;
		}
		
		#language a:hover {
			color: #FFF;
			text-decoration: none;
		}
		
		#lang_sel {
			z-index: 90;
			position: absolute;
			background: none;
			border: 0;
		}
		
		#lang_sel ul li, #lang_sel ul li a {
			color: #005aa2;
		}

div.menu {
	z-index: 10;
	position: absolute;
	width: 720px;
	clear: both;
	overflow: visible;
	height: 75px;
	margin: 42px 0 0 223px;
	cursor: default;
}


ul#main-menu {
	background-image: url(library/media/images/back-nav.gif);
	background-repeat: no-repeat;
	height: 65px;
	list-style: none;
	width: 720px;
}

	ul#main-menu li {
		float: left;
		display: inline;
		position: relative;
	}
		
		ul#main-menu li a {
			color: #FFF;  
			text-align: center; 
			font-size: 14px; 
			text-transform: uppercase;
			display: block;
			padding: 7px 0 8px 0;
		}
		
		ul#main-menu li a:hover {
			text-decoration: none;
		}
		
		ul#main-menu li.no-sub a:hover, ul#main-menu li a.active {
			text-decoration: none;
			background-image: url(library/media/images/nav-active.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
		}

		ul#main-menu li div {
			position: absolute;
			display: none;
			list-style: none:
		}
		
		ul#main-menu li ul li {
			float: none;
		}
			
			ul#main-menu li ul li ul {
				display: none;
			}

/* Menu Buttons */
	
	li#home a {
		width: 114px;
	}
	
	li#solutions a {
		width: 152px;
	}
	
	li#customers a {
		width: 129px;
	}
	
	li#company a {
		width: 150px;
	}
	
	li#news a {
		width: 174px;
	}
	
	li#contact a {
		width: 130px;
	}
	
	/* NEW MENU STYLES */
	
	li#about a {
		width: 111px;
	}
	
	li#partners a {
		width: 125px;
	}
	
	li#solutions a {
		width: 125px;
	}
	
	li#advertise a {
		width: 110px;
	}
	
	li#press a {
		width: 140px;
	}
	
	li#contact a {
		width: 108px;
	}
	
	
	/*---*/
	
	ul#main-menu li.first a {
		border-left: 0px;
	}
	
	ul#main-menu li.last a {
		border-right: 0;
	}
	
	
	/* SUB MENUS */
	
	#solutions-sub {
		width: 210px;
		height: 190px;
		background-repeat: no-repeat;
		text-align: left;
		position: absolute;
		background-image: url(library/media/images/back-sub-solutions.png);
		margin: -38px 0 0 2px;
		padding-left: 5px;
		padding-right: 5px;
		cursor: pointer;
	}
	
	#customers-sub {
		width: 210px;
		height: 223px;
		background-repeat: no-repeat;
		text-align: left;
		position: absolute;
		background-image: url(library/media/images/back-sub-customers.png);
		margin: -38px 0 0 -2px;
		cursor: pointer;
	}
	
	#company-sub {
		width: 195px;
		height: 160px;
		background-repeat: no-repeat;
		text-align: left;
		position: absolute;
		background-image: url(library/media/images/back-sub-company.png);
		margin: -38px 0 0 2px;
		cursor: pointer;
		padding-left: 5px;
		padding-right: 5px;
	} 
	
	#news-sub {
		width: 220px;
		height: 181px;
		background-repeat: no-repeat;
		text-align: left;
		position: absolute;
		background-image: url(library/media/images/back-sub-news.png);
		margin: -38px 0 0 3px;
		cursor: pointer;
		padding-left: 4px;
	}
		/**/
		
		#solutions-sub p {
			color: #0456a9;   
			font-size: 14px; 
			text-transform: uppercase;
			display: block;
			margin: 2px 0 0 28px;
			padding: 7px 0 8px 0;
			cursor: pointer;
		}
		
		#customers-sub p {
			color: #0456a9;   
			font-size: 14px; 
			text-transform: uppercase;
			display: block;
			margin: 2px 0 0 22px;
			padding: 7px 0 8px 0;
			cursor: pointer;
		}
		
		#company-sub p {
			color: #0456a9;   
			font-size: 14px; 
			text-transform: uppercase;
			display: block;
			margin: 2px 0 0 33px;
			padding: 7px 0 8px 0;
			cursor: pointer;
		}
		
		#news-sub p {
			color: #0456a9;   
			font-size: 14px; 
			text-transform: uppercase;
			display: block;
			margin: 2px 0 0 30px;
			padding: 7px 0 8px 0;
			cursor: pointer;
		}
		
		/**/
		
		#solutions-sub ul, #customers-sub ul, #company-sub ul, #news-sub ul {
			text-align: left;
			cursor: pointer;
			margin-top: -3px;
		}
		
		/**/
		
		#solutions-sub ul li, #customers-sub ul li, #company-sub ul li, #news-sub ul li {
			text-align: left;
			cursor: pointer;
		}
		
		#solutions-sub ul li:hover, #customers-sub ul li:hover, #company-sub ul li:hover, #news-sub ul li:hover {
			cursor: pointer;
		}
		
		#solutions-sub ul li a, #customers-sub ul li a, #company-sub ul li a, #news-sub ul li a {
			font-size: 12px;
			color: #777;
			text-transform: none;
			text-align: left;
			cursor: pointer;
			line-height: 18px;
			display: block;
			border-bottom: solid 1px #b6b6b6;
			border-top: solid 1px #FFF;
			width: 155px;
			padding: 6px 0px 8px 8px;
		}
		
		#customers-sub ul li a, #news-sub ul li a {
			width: 165px;
		}
			
			#solutions-sub ul li.first-list a, #customers-sub ul li.first-list a, #company-sub ul li.first-list a, #news-sub ul li.first-list a {
				border-top: 0;
			}
			
			#solutions-sub ul li.last-list a, #customers-sub ul li.last-list a, #company-sub ul li.last-list a, #news-sub ul li.last-list a {
				border-bottom: 0;
			}
		
		#solutions-sub ul li a:hover, #customers-sub ul li a:hover, #company-sub ul li a:hover, #news-sub ul li a:hover {
			cursor: pointer;
			color: #0456a9;
		}
		
		
		#solutions-sub ul li a {
			font-size: 12px;
			color: #777;
			text-transform: none;
			text-align: left;
			cursor: pointer;
			line-height: 18px;
			display: block;
			border-bottom: solid 1px #b6b6b6;
			border-top: solid 1px #FFF;
			width: 174px;
			padding: 6px 2px 8px 2px;
		}
		
		#company-sub ul li a {
			font-size: 12px;
			color: #777;
			text-transform: none;
			text-align: left;
			cursor: pointer;
			line-height: 18px;
			display: block;
			border-bottom: solid 1px #b6b6b6;
			border-top: solid 1px #FFF;
			width: 160px;
			padding: 6px 0px 8px 3px;
		}
		
		#news-sub ul li a {
			font-size: 12px;
			color: #777;
			text-transform: none;
			text-align: left;
			cursor: pointer;
			line-height: 18px;
			display: block;
			border-bottom: solid 1px #b6b6b6;
			border-top: solid 1px #FFF;
			width: 174px;
			padding: 6px 0px 8px 3px;
		}
		
		
		
		#contsubsub1, #contsubsub2 {
			 position: absolute; 
			 top: -50px; 
			 left: -3px;
			 z-index:99; 
			 width: 352px;; 
			 height: 81px;
			 color: #000;
			 display: block;
			 overflow: hidden;
			 background-image: url(library/media/images/back-sub-sub-1.png);
			 background-repeat: no-repeat;
		}
		
		#contsubsub2 {
		}
			
			#contsubsub1 ul#subsub1, #contsubsub2 ul#subsub2 {
				display: block;			
				margin: 7px 0 0 28px;
			}
			
			#contsubsub1 ul li, #contsubsub2 ul li {
				color: blue;
				display: block;
				margin-left: 150px;
				background-image: none;
			}
			
			
			#contsubsub1 ul li a, #contsubsub2 ul li a {
				color: #eee; background-image: none; border: 0; cursor: pointer;
			}
			
			#contsubsub1 ul li a:hover, #contsubsub2 ul li a:hover {
				text-decoration: underline;
				cursor: pointer;
				background-image: none;
				color: #FFF;
				text-decoration: none;
			}
			
			#contsubsub1 div.parent, #contsubsub2 div.parent {
				display: block;
				font-size: 13px;
				line-height: 18px;
				color: #eee;
				width: 175px;
				float: left;
				text-transform: none;
				margin-top: -2px;
				margin-left: -13px;
			}
			
			#contsubsub1 div.parent p, #contsubsub2 div.parent p {
				color: #eee;
				text-transform: none;
				font-size: 13px;
				line-height: 18px;
			}
	

/* STAGE */

#stage {
	width: 1119px;
	height: 459px;
	margin: 0 auto;
}
	
	#stage p {
		color: #777;
		padding: 170px 0 0 0;
	}


/*content*/

#mobile-txt p {
	margin: 10px 0px;
}

#content {
	background-image: url(library/media/images/back-interiors.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f9fafb;
	overflow: hidden;
	padding-bottom: 70px;
}

#content.landing {
	background-image: url(library/media/images/back-stage.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e7e8ed;
	overflow: hidden;
	padding-bottom: 0px;
}

#submenu {
	width: 170px;
	height: auto;
	float: left;
	background-image: url(library/media/images/back-submenu.gif);
	background-repeat: repeat-y;
	background-position: 189px top;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 30px;
	text-align: left;
}
	
	#submenu.full-width {
		background-image: none;
	}
	
	#submenu h3 {
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		font-size: 24px;
		color: #989898;
		margin-bottom: 20px;
		text-align: left;
	}
		
		#submenu h3.sIFR-replaced {
			margin-bottom: 6px;
			margin-right: -6px;
		}
	
	#submenu ul {
		font-size: 13px;
		line-height: 18px;
		padding-left: 0px;
		margin-left: 2px;
	}
	
	#submenu ul li {
		list-style: none;
		margin-bottom: 15px;
		border-bottom: solid 1px #DDD;
		padding: 0 0 7px 0px;
	}
	
	#submenu ul li a {
		color: #0456a9;
		margin-left: 0px;
	}
	
	#submenu ul li a:hover {
		color: #2ca6d9;
		text-decoration: none;
	}
	
	#submenu ul li.current_page_item a {
		font-weight: bold;
		color: #888;
	}

#main {
	width: 440px;
	height: auto;
	padding: 16px 0 0 40px;
	float: left;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}


	#main.solutions {
		padding-top: 0px;
	}
		
		#main.solutions h2 {
			color: #666;
		}

	#main.full-width {
		width: 715px;
		height: auto;
		padding: 16px 0 0 40px;
		padding-bottom: 30000px;
		margin-bottom: -30000px;
	}
	
	#main h1 {
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		font-size: 36px;
		color: #0456a9;
		margin-top: 5px;
		margin-left: -3px;
	}
	
	#main h1.press {
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		font-size: 36px;
		color: #0456a9;
		margin-top: 5px;
		margin-left: -3px;
		margin-bottom: -5px;
	}
	
	#main h1.press.sIFR-replaced {
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		font-size: 36px;
		color: #0456a9;
		margin-top: 5px;
		margin-left: -3px;
		margin-bottom: -20px;
	}
	
	#main .post h1 {
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		font-size: 36px;
		line-height: 36px;
		color: #0456a9;
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: -3px;
	}
		
		#main h1.direct, #main h1.single {
			margin-bottom: 12px;
		}
		
		#main h1.sIFR-replaced {
			margin-bottom: -12px;
		}
		
		#main .post h1.sIFR-replaced {
			margin-bottom: 0px;
		}
		
		#main h1.direct.sIFR-replaced {
			margin-bottom: 0px;
		}
	
	#main h2 {
		font-size: 16px;
		line-height: 24px;
		color: #777;
		margin: 5px 0 20px 0;
		font-weight: normal;
	}
	
	#main .paragraphs {
		clear: both;
		padding-top: 10px;
	}
	
		#main div.one-person h2 {
			font-size: 16px;
			line-height: 0px;
			color: #444;
			margin: 10px 0 12px 0;
			display: block;
			float: left;
		}
			
			#main div.one-person.positions h2 {
				line-height: 20px;
				margin: 0px 0 0px 0;
				vertical-align: bottom;
			}
		
		#main div.one-person h3 {
			font-size: 13px;
			line-height: 0px;
			color: #999;
			margin: 0px 0 0px 0;
			display: block;
			float: left;
		}
	
	#main h4 {
		font-size: 18px;
		line-height: 24px;
		color: #0456a9;
		font-weight: bold;
		margin: 18px 0 7px 0;
	}
	
	#main h4.press-titles {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		margin: 18px 0 5px 0;
	}
	
		#main h4.press-titles a {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;
			margin: 18px 0 0px 0;
			color: #444;
		}
	
	#main h5.press-date {
		margin: -5px 0 15px 0;
		padding: 0px;
		font-style: italic;
		color: #777;
	}
	
	#main a.more-press {
		margin: -7px 0 0 0;
		display: block;
		border-bottom: solid 1px #DDD;
		padding-bottom: 7px;
	}
	
	#main p {
		color: #444;
		font-size: 13px;
		line-height: 20px;
	}
	
	#main ul {
		margin: -7px 0 20px 15px;
		color: #444;
	}
	
	#main ul li {
		list-style-image: url(library/media/images/bullet-blue-white.gif);
		margin-bottom: 10px;
	}
		
		#main #tabs ul, #main #tabs2 ul {
			margin: 0px;

		}
		
		#main #tabs ul li, #main #tabs2 ul li {
			list-style-image: none;
			margin: 0px;
		}
	
	#main p.back {
		border-top: solid 1px #DDD;
		padding-top: 7px;
	}
	
	#main table#form {
		border: 0;
		padding: 0;
		margin: 25px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #444;
	}
	
	#main table#form td {
	}
	
	#main table#form td.right {
		text-align: right;
	}
	
	#main table#form input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000;
		width:260px; background-color: #F9FAFB;
		border:1px solid #ccc;
	}
	
	#main table#form input:focus {
		background-color: #FFF;
	}
	
	#main table#form input#submit {
		display:block;float:left;clear:both;margin:0px 0 0px 0px; width: 100px; height:30px; padding: 0px 10px 3px 10px; background-image:url(library/media/images/back-btn-send.gif); font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFF; border-color: #0095d4; border-width: 2px; font-size: 13px;
	}

#sidebar {
	width: 235px;
	float: left;
	margin-left: 25px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	margin-top: 20px;
	background-image: url(library/media/images/back-submenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	color: #444;
}

#solution-container {
	float: left;
}

#solution-header {
	width: 720px;
	height: auto;
	margin: 23px 0 0 35px;
}

	#solution-header.advertise {
		margin: 6px 0 10px 0;
	}

/* Highlights */

#highlights {
	width: 962px;
	height: auto;
	overflow: hidden;
	margin: 35px auto 20px auto;
	font-size: 13px;
	line-height: 20px;
	color: #5c5c5c;
}
	
	#highlights #one, #highlights #two, #highlights #three, #highlights #four {
		float: left;
		width: 197px;
		height: 287px;
		padding: 18px 14px 0 14px;
		background-image: url(library/media/images/back-highlights-2.gif);
		background-repeat: no-repeat;
	}
	
	#highlights #one, #highlights #two, #highlights #three {
		margin: 0 19px 0 0px;
	}
	
	#highlights #one {
		margin-left: 0px;
	}
	
	#highlights h1 {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		font-family: "Arial Narrow", Arial, Helvetica, sans;
		color: #0062af;
		margin: 0px 0 12px 0;
		padding: 0px;
	}
		
		#highlights h1.sIFR-replaced {
			margin-bottom: 3px;
		}
	
	#highlights p {
		line-height: 18px;
	}
	
	#highlights ul {
		line-height: 18px;
	}
	
	#highlights li {
		list-style-image: url(library/media/images/bullet-blue-white.gif);
		margin-bottom: 16px;
	}
	
	#highlights img {
		margin-bottom: 10px;
		margin-left: 0px;
		margin-top: 2px;
	}
	
	#highlights a {
		color: #0062af;
		text-decoration: none;	
	}
	
	#highlights a:hover {
		text-decoration: underline;
	}


/* News Roll */
#news-roll {
	width: 960px;
	height: 28px;
	margin: 0 0 40px 0;
	background-image: url(library/media/images/back-news-roll.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 13px;
	color: #FFF;
}
	
	div.title {
		width: 78px;
		text-align: center;
		margin-top: 4px;
		float: left;
	}
	
	#news-container {
		float: left;
		width: 960px;
		margin: -3px 0 0 13px;
	}
		
		div.each-news {
			width: 860px;
		}
		
		#news-container h2 {
			font-size: 13px;
			font-weight: normal;
			color: #FFF;
		}
		
		#news-container h2 a {
			color: #FFF;
			text-decoration: none;
		}
	
	div.each-news {
	}


/* Footer */

div.footer {
	width: 100%;
	height: 120px;
	background-color: #0095D4;
	background-image: url(library/media/images/back-footer.gif);
	background-repeat: repeat-x;
	margin: 0px auto -20px auto;
	overflow: hidden;
}

	#logo-footer {
		margin: 21px 20px 0 0;
		float: left;
	}
	
	
	#text-footer {
		float: left;
		color: #ddd;
		font-size: 12px;
		font-weight: normal;
		margin: 31px 0 0 0;
	}
		
		#text-footer a {
			color: #ddd;
			text-decoration: underline;
		}
		
		#text-footer a:hover {
			color: #FFF;
		}
		
		#text-footer p.numbers {
			color: #FFF;
			font-size: 14px;
			line-height: 18px;
			margin: 0px 0 18px 0;
			float: left;
			clear: none;
			display: block;
			text-align: right;
			margin-right: 18px;
			border-right: solid 1px #CCC;
			padding-right: 18px;
		}
		
			#text-footer p.numbers.last {
				border-right: 0px;
				padding-right: 0px;
				margin-right: 0px;
			}
		
		#text-footer p {
			clear: both;
		}
	
	#search-footer {
		float: right;
		margin: 26px 0 0 0;
	}
	
	input.search {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #878787;
		width: 226px;
		height: 19px;
		background-image: url(library/media/images/back-search.gif);
		background-repeat: no-repeat;
		background-position: left top;
		border: 0;
		padding: 3px 5px 1px 5px;
	}
	
	#map {
		width: 720px;
		height: 390px;
		border: solid 1px #CCC;
		margin: -18px 0 15px 0;
	}
	
	#imported_form {
		margin: -30px 0 0 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		input#fieldformBuilderFieldInterest_4 {
			margin-bottom: 25px;
		}
		
		input#fieldformBuilderFieldInterest_1, input#fieldformBuilderFieldInterest_2, input#fieldformBuilderFieldInterest_3, input#fieldformBuilderFieldInterest_4 {
			margin-left: -170px;
		}
		
		.checkbox {
			padding-left: 0px;
			margin-left: -5px;
		}
	
	#imported_form form {
		margin-left: 0px;
		color: #666;
	}
	
	.formBuilderCheckboxDescription {
		color: #444;
	}
	
	#imported_form form .single_line_text_box input, #imported_form form .formBuilderCaptcha input  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		width: 250px;
		margin-bottom: 12px;
		color: #000;
	}
		
	#imported_form form .formBuilderCaptcha img {
		margin: 0 0 15px -170px;
		border: solid 1px #AAA;
	}
	
	#imported_form form textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #444;
		line-height: 18px;
		width: 440px;
		height: 150px;
		margin-top: -10px;
		margin-bottom: 15px;
	}
	
	#imported_form form .formBuilderSubmit input {
		background-color: #0065a9;
		font-size: 14px;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #FFF;
		border: outset 1px #0065a9;
		padding: 3px 10px;
		float: left;
	}
	
	.formBuilderLabel {
		font-weight: bold;
	}
	
	.formBuilderInput input {
		margin: -10px 0 0 0;
	}
	
	.formBuilderCaptcha input  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		width: 250px;
		margin-bottom: 12px;
		color: #000;
		margin-left: -170px;
	}

#contact_phone, #contact_contacts, #case_study, div.side-boxes, #benefits {
	background-color: #f9faff;
	border: solid 1px #c8c8c8;
	margin: 0 auto;
	margin-bottom: -1px;
	padding: 0px 9px 9px 9px;
	width: 200px;
}

	#benefits p {
		margin: 10px 0 0 5px;
	}
	
	div.side-boxes {
		text-align: center;
	}
	
	div.side-boxes a {
		margin: 24px auto -30px auto;
		display: block;
		text-align: center;
	}
	
	div.side-boxes p {
		font-size: 12px;
		line-height: 18px;
		color: #2a6cb6;
		margin: 0px;
		margin-top: -14px;
		padding-top: 0px;
		padding-bottom: 12px;
		border-bottom: solid 1px #ececec;
	}
	
	h2.boxes {
		font-size: 16px;
		margin: 0px 0 -10px 7px;
		display: block;
		width: 205px;
		height: 31px;
		padding-left: 15px;
		color: #0355a8;
		background-image: url(library/media/images/top-box.blue.gif);
		background-repeat: no-repeat;
	}
	
	#contact_phone strong {
		display: block;
		margin: 10px 0 -18px 0;
	}
	
	#contact_contacts a {
		margin-bottom: -10px;
		display: block;
	}
	
	#contact_contacts {
		padding-bottom: 25px;
		padding-top: 9px;
	}
	
	div.bottom-white {
		width: 240px;
		height: 12px;
		background-image: url(library/media/images/bottom-shadow-white.gif);
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom: 25px;
	}
	

ul#solutions {
	margin: -15px 0 35px 15px;
}

	ul#solutions li {
		margin-bottom: -12px;
	}


ul li h2 {
	display: block;
	margin: -30px 0 0 0;
	padding: 0px;
}

#case_study h4 {
	font-size: 16px;
	line-height: 21px;
	color: #999;
	margin-left: 3px;
	margin-top: 2px;
}

#case_study p.minor {
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 3px;
	padding-top: 7px;
	padding-left: 15px;
	border-top: solid 1px #CCC;
}

a#download_pdf {
	display: block;
	background-image: url(library/media/images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding: 12px 0 0 40px;
}

#case_study ul, #benefits ul {
	margin: 12px 0 -10px 0px;
	padding-left: 18px;
}

#case_study ul li, #benefits ul li {
	list-style-image: url(library/media/images/bullet-blue-white.gif);
	color: #444;
	margin-bottom: 12px;
}

div.one-person {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
	margin-bottom: 18px;
	overflow: hidden;
}

div.one-person.partners {
	border-bottom: solid 1px #ddd;
	padding-bottom: 0px;
	margin-bottom: 30px;
	overflow: hidden;
}
	
	div.person-link {
		display: block;
		text-align: right;
		float: right;
		margin: 75px 0 -1px 0;
	}
		
		div.one-person.positions div.person-link {
			margin: 0px 0 -1px 0;
		}

.formBuilderInput {
	float: left;
	text-align: left;
	margin-left: -150px;
}

#imported-form {
}

#social-links {
	position: absolute;
	z-index: 95;
	width: 20px;
	top: 25%;
	left: 100%;
	margin-left: -20px;
}
	
	#social-links ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	
div.titles{
	float: left;
	margin: 47px 0 0 0;
}
	
div.one-person img.wp-post-image {
	padding: 0px;
}

div.one-person table {
	padding: 0px;
	margin: 0px;
	border: none;
}

div.one-person table td {
	padding: 0px;
	margin: 0px;
}
	
	div.one-person.positions table td {
		padding: 0px;
		margin: 0px;
		vertical-align: bottom;
		height: auto;
	}

div.one-person table td h2 {
	padding: 50px 0 0 0;
	margin: 0px;
	clear: both;
	margin-bottom: 0px;
	vertical-align: bottom;
	float: none;
}
	
	div.one-person.positions table td h2 {
		padding: 0px 0 0 0;
		line-height: 18px;
	}

div.one-person table td h3 {
	padding-bottom: 0px;
	line-height: 0px;
	clear: both;
	margin-bottom: 0px;
	vertical-align: bottom;
	float: none;
}


#main.solutions h4 {
	margin-bottom: 0px;
}


div.partner-logo {
	margin: 8px 0 5px 0px;
	float: left;
	width: 190px;
	height: auto;
	display: inline-block;
	text-align: center;
}

div.partner-content {
	display: inline-block;
	padding: 0 0 0 25px;
	width: 490px;
	float: left;
}


div.navigation-links {
	padding: 15px 0 0 0;
}


div.row {
	overflow: hidden;
	width: 718px;
	clear: both;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 7px;
}

div.site-map-col {
	width: 222px;
	float: left;
	margin-right: 25px;
	padding: 0px;
}

div.site-map-col.last {
	margin-right: 0px;
	float: left;
}

#main div.site-map-col h4 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
}

div.site-map-col h4 a {
	color: #666;
	text-decoration: noneM
}

div.site-map-col h4 a:hover {
	color: #333;
	text-decoration: none;
}

#main div.site-map-col p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

div.site-map-col p a {
	color: #999;
}

div.site-map-col p a:hover {
	color: #333;
	text-decoration: none;
}

ul#press-sidebar li {
	border-bottom: dotted 1px #999;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

ul#press-sidebar li a {
	color: #444;
	text-decoration: none;
	display: block;
}

ul#press-sidebar li a:hover {
	text-decoration: none;
	color: #777;
}

#sidebar iframe div {
	border: 0px;
	border: none;
}

h2.graphics {
	font-size: 16px;
	margin: -13px 0 15px 0;
	margin-left: 1px;
	color: #2f75b3;
	padding-bottom: 0px;
	text-transform: uppercase;
	border-bottom: solid 1px #CCC;
	width: 230px;
}

a#dialog_link, a#dialog_link2, a#dialog_link3 {
	margin-left: 1px;
	clear: both;
	display: block;
	margin-bottom: 20px;
}


/* MEDIAKITS SUBMENUS */

ul#solutions-submenu  li {
}

ul#advertise-submenu li {
	border-bottom: solid 0px #DDD;
}
	
	ul#advertise-submenu li ul#hdmk {
		margin: 4px 0 0 0;
		border-top: solid 1px #DDD;
		padding-top: 15px;
	}
	
	ul#advertise-submenu li ul li {
		border-bottom: solid 1px #DDD;
	}
	
	ul#advertise-submenu li ul li ul#sub-audience, ul#advertise-submenu li ul li ul#sub-advertising {
		padding-top: 0px;
		margin-top: 15px;
		border-bottom: 0px;
	}
	

ul#advertise-submenu li.active {
	color: #888;
}
	
	ul#advertise-submenu li.active a {
		color: #888;
	}


ul.sub-submenu {
	padding-top: 0px;
	line-height: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 25px;

}
	
	#submenu ul.sub-submenu li {
		margin-bottom: 12px;
		line-height: 15px;
		margin-left: 11px;
	}
	
	#submenu ul.sub-submenu li a, ul#solutions-submenu li a  {
		color: #0456a9;
		font-size: 12px;
		display: block;
		background-image: url(library/media/images/more-icon.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
		padding-left: 12px;
	}
		ul#solutions-submenu li a  {
			background-image: none;
		}
		
		ul#solutions-submenu li.with a  {
			background-image: url(library/media/images/more-icon.gif);
		}
	
	#submenu ul.sub-submenu li a:hover, ul#solutions-submenu li a:hover {
		color: #2ca6d9;
		background-image: url(library/media/images/more-icon-hover.gif);
	}
		
		ul#solutions-submenu li a:hover  {
			background-image: none;
			color: #2ca6d9;
		}
		
		ul#solutions-submenu li.with a:hover  {
			background-image: url(library/media/images/more-icon-hover.gif);
		}
	
	#submenu ul.sub-submenu li a.active, ul#solutions-submenu li a.active {
		color: #888;
		background-image: url(library/media/images/less-icon.gif);
	}
		
		ul#solutions-submenu li a.active  {
			background-image: none;
		}
		
		ul#solutions-submenu li.with a.active  {
			background-image: url(library/media/images/less-icon.gif);
		}
	
#submenu ul.sub-subsubmenu {
	margin: 0px 0px 35px 14px;	
}

#submenu ul.sub-subsubmenu li {
	border-bottom: 0px;
	margin-bottom: 10px;
}

#submenu ul.sub-subsubmenu li a {
	color: #0456a9;
	font-style: italic;
	background-image: none;
	padding: 0px;
}
	
	#submenu ul.sub-subsubmenu li a:hover {
		color: #2ca6d9;
	}

	#submenu ul.sub-subsubmenu li.current_page_item a {
		color: #888;
		font-weight: normal;
	}

#submenu ul.sub-subsubmenu li a:hover {
	background-image: none;
	color: #2ca6d9;
}

#submenu ul.sub-subsubmenu li a.active {
	color: #888;
	background-image: none;
}

table#ad_specs, table#flags {
	border: 0px;
	padding: 0px;
}

table#ad_specs td, table#flags td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
	
	table#flags td {
		vertical-align: middle;
	}

table#ad_specs tr.divider td, table#flags tr.divider td {
	height: 30px;
	background-image: url(library/media/images/back-td-divider.gif);
	background-repeat: repeat-x;
}

	table#flags tr.divider td {
		height: 10px;
		background-position: center;
	}

table#ad_specs ul {
	font-size: 12px;
	margin-top: 12px;
}

table#ad_specs ul li {
	margin-bottom: 6px;
}

ul.solutions.sub-subsubmenu li a:hover {
	color: #2ca6d9;
}


/* FORM DE CONTACTO */

#imported_form {
	margin-top: 1px;
}

#imported_form fieldset        {padding:10px 0px;margin:0;border:0px;}
#imported_form legend          {display: none;}
#imported_form input.text           {width:250px; background-color: #F9FAFB; font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
#imported_form input,
textarea        {border:1px solid #ccc;padding:3px;margin:6px 0 0 0;}
#imported_form input:focus,
textarea:focus  {background:#FFF;}
#imported_form select {clear: both; margin-top:12px; }
#imported_form textarea        {font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; background-color: #F9FAFB; width: 432px;}
#imported_form label           {
	display:block;
	margin:15px 0 0px 0;
	font-size:13px; 
	height:15px; 
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
	clear:left;
	width:180px;
	color: #444;
	
	}
#imported_form label:after     {content:"";}
#imported_form button          {display:block;float:left;clear:both;margin:12px 0 10px 0px; width: 100px; height:30px; padding: 0px 10px; background-image:url(library/media/images/back-btn-send.gif); font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFF; border-color: #0095d4; border-width: 2px; font-size: 12px;}
#imported_form input#security_code {
	width: 144px; background-color:#F9FaFb;  font-family: Arial, Helvetica, sans-serif; font-size: 13px;
}

#imported_form input#security_code:focus {
	background-color: #FFF;
}

#imported_form p.ok {
	color: #77aa63;
	font-size: 14px;
}

#imported_form p.error {
	color: #db342e;
	font-size: 14px;
}

#main table.clients_brands {
	border: 0px;
	margin-top: -15px;
}
	
	table.clients_brands td {
		border-bottom: solid 1px #DDD;
		text-align: center;
	}

sup {
	font-size: 0.5em;
}

#sidebar p.download_item {
	background-image: url(library/media/images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 25px;
	text-align: left;
	display: block;
}

#sidebar p.download_item a {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#foo {					/*	the HTML element that will be turned into a carousel */
	width: 685px;;		/*	depending on your situation */
	height: 110px;		/*	depending on your situation */
	overflow: hidden;
	clear: both;
	display: block;
}

#foo div {
	border: none;
	display: block;
	float: left;
	width: 160px;
	margin-right: 15px;
	height: 110px;
	vertical-align: middle;
}


.contact-forms iframe {
	border: solid 2px #0354A5;
}
