/*
Theme Name: Think-Thanks
Theme URI: http://www.think-thanks.com/
Description: Template para nuestro sitio web corporativo
Version: 0.1
Author: Daniel Dvorkin
*/


/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* /Reset */

/* Estilos generales */

body {
	background:url(images/fondo_home.jpg) repeat-x;
	font-family:Arial;
}

body.interna{
	background:url(images/fondo_interna.jpg) !important;
	background-repeat: repeat-x !important;
	background-attachment: fixed !important;
	
}

#container{
	width:865px;
	margin:0 auto;
}

.clear{
	clear:both;
}

h2.titulo{
	color:#4ab3ba;
	font-family:Georgia;
	font-size:25px;
	margin-bottom:20px;
	letter-spacing:-1px;
	
}

/* /Estilos generales */

/* Header */

#header {
	margin-top:50px;
}

#header #logo{
	float:left;
}

#header #links{
	float:right;
	margin-top:-10px;
}

#header #links ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#header #links ul li{
	list-style: none;
	list-style-type: none;
	display: inline;
}

#header #links ul li a, #header #links ul li a:visited{
	color:#4e616e;
	font-size:11px;
	text-decoration:none;
	margin-left:15px;
}

#header #links ul li a:hover{
	text-decoration:underline;
}

#header span h1, #header span h2, #header span h3{
	visibility:hidden;
	display:none;
}

/* /Header */


/* Index */

	#index{
		margin-top:60px;
	}

	
	
	#index_frase{
		float:left;
		width:551px;
	}
	
	#index_frase span h2{
		display:none;
		visibility:hidden;
	}
	
	#index_bienvenida{
		float:right;
		width:300px;
		max-height:300px;
	}

	#index_bienvenida img{
		float:left;
		margin-right:10px;
	}

	#index_bienvenida p{
		font-family:Georgia;
		color:#6d7a82;
		font-size:11px;
		font-style:italic;
		text-align:justify;
	}

	#index_bienvenida #firma{
		float:right;
	}
	
	#index_bienvenida #firma #firma_nombre{
		margin-top:10px;
		color:#4ab3ba;
		font-size:13px;
		display:block;
	}
	
	#index_bienvenida #firma a{
		margin-top:5px;
		float:right;
		display:block;
	}
	
	#index_palas{
		margin:40px auto 125px;
		_margin-bottom:80px;
		*margin-bottom:100px;
		
		width:865px;
	}
	
	#index_palas div.pala{
		float:left;
		
		padding-left:23px;
		padding-right:12px;
	
		background:url(images/palas_separador.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		
		max-width:140px;
		min-height:200px;

	}	


	#index_palas div.cat-item-5{  /* Gestión de Contenidos (Primero) */
		background:none;
		padding-left:0px;
	}
		
	#index_palas div.cat-item-5 a{   /* Gestión de Contenidos */
		background:url(images/palas_contenidos.png);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:40px;
	}
	#index_palas div.cat-item-6 a{   /* Marketing Online */
		background:url(images/palas_marketing.png);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:45px;
	}
	#index_palas div.cat-item-7 a{   /* Desarrollos web */
		background:url(images/palas_desarrollos.png);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:45px;
	}
	#index_palas div.cat-item-8 a{   /* Comercio electrónico */
		background:url(images/palas_comercio.png);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:53px;
	}
	#index_palas div.cat-item-9 a{   /* Nuestros Productos */
		background:url(images/palas_productos.png);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:47px;
	}

	
	#index_palas div.pala a, #index_palas div.pala a:visited{
		color:#55b956;
		font-family:Georgia;
		font-size:18px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		cursor: default;
		outline: none;
	}

	#index_palas ul.children{
		margin-top:20px;
	}

	#index_palas ul.children li{
		display:block;
		background:url(images/palas_bullet.png);
		background-repeat:no-repeat;
		background-position:left 7px;
		padding-left:10px;
		margin-left:10px;
		margin-bottom:3px;
		
		
		color:#c3c3c3;
		font-family:Arial;
		font-size:14px;


	}
	
	#index_palas ul.children li a, #index_palas ul.children li a:visited{
		color:#c3c3c3;
		font-family:Arial;
		font-size:14px;
		font-weight:normal;
		font-style:italic;
		background:none;
		padding-left:0px;
	}
	
	#index_palas ul.children li a:hover{
		text-decoration:underline;
	}
	
	#index_testimonios{
		float:left;
		width:340px;
	}
	
	#index_testimonios #firma_nombre{
		color:#5eca5b;
		font-family:Georgia;
		font-size:18px;
		margin-top:10px;
	}
	#index_testimonios #firma_cliente{
		color:#6e7c85;
		font-family:Arial;
		font-size:14px;
		margin-left:5px;
	}
	
	#index_portfolio{
		float:right;
		width:460px;
	}
	
	#index_portfolio #galeria{
		width: 465px !important;
		height: 315px !important;
	} 
	
	.jdGallery .slideElement{
		height:285px !important;
	}
	.jdGallery a.right, .jdGallery a.left {
		height:285px !important;
	}
	.withArrows a.open {
		height:285px !important;
	}
	
	.jdGallery .slideInfoZone {
		background:none !important;
		height:auto !important;
	}
	
	.jdGallery .slideInfoZone strong{
		color:#5eca5b !important;
		font-family:Georgia !important;
		font-size:18px !important;
		margin-top:10px !important;
		font-weight:normal !important;	
	}
	.jdGallery .slideInfoZone span{
		color:#6e7c85 !important;
		font-family:Arial !important;
		font-size:14px !important;
		margin-left:10px !important;
		display:inline !important;
	}

	
	
	#index_staff{
		width:100%;
		margin-top:25px;
	}
	
	#index_staff ul li{
		display: inline;	
	}
	
	.staff_foto{
		border: 1px solid #4ab3ba;
	}
	.staff_foto_contenedor{
		width: 90px;
		display: inline;
	}
	.staff_area{
		color:#ffffff;
	}
	
	
	#footer{
		height: 65px;
		text-align: center;
		vertical-align: middle;
		color:#b4b4b4;
		font-family: Arial;
		font-size:10px;
		font-weight: normal;
		padding-top: 35px;
	}
	#footer .telefono{
		font-size: 15px;
	}

/* /Index */

/* Internas */

	#index_interna{
		margin-bottom:60px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#index_interna a.navlink{
		font-family: Arial;
		color:#C3C3C3;
		font-size: 12px;
		padding-left: 47px;
	}

	h1 {
		color:#4AB3BA;
		font-family:Georgia;
		font-size:25px;
		letter-spacing:-1px;
		margin-bottom:40px;
		margin-top: 10px;
	}

/* /Internas */


	.tipz {
		margin-top:-60px;
		_margin-top:-130px;
		*margin-top:-130px;
		outline: none;
		cursor: crosshair;
	}
.tip			{ width:130px; padding: 10px; font-family:tahoma,arial; background:#163952;margin-top: 25px; border-top: 1px solid #6e7c85;}
.tip-title		{ color:#e95e25; font-family:Georgia; font-size: 15px; color: #5eca5b; }
.tip-text		{ color:#6e7c85; font-family: Arial; font-size: 11px; }
.tip-bottom		{ background:url(images/tooltip.png) left bottom no-repeat; height:26px; width:150px; }


