/* $Id: local.css,v 1.1 2010/07/12 23:05:43 aross Exp $ */ 

/**
 * @file
 * For users to customize theme
 *
 * This file will be loaded after the other theme stylesheets so use it to make 
 * your own customizations and it will override other settings.
 *
 * IMPORTANT - when upgrading the theme, save a copy of this file and then
 * paste back into the new local.css after the upgrade to keep your customizations
 * 
 */

/**
 * Customized style for I Conference TMI Web
 */

/* Banner */
#header .section {
	background-image: url(../../../files/banner_1150.png);
	height: 235px;
	padding: 0px;
}

/* Fixed layout */
#page {
  border: 1px solid #e9ddc6;
}
#page-wrapper,
.region-page-closure {
	width: 1152px;
}

#content,
.no-sidebars #content {
	width: 1152px;
	margin-right: -1152px;
}

.sidebar-first #content {
	width: 952px;
	margin-right: -1152px;
}

.sidebar-second #content {
	width: 952px;
	margin-right: -952px;
}

.two-sidebars #content {
	width: 752px;
	margin-right: -952px;
}

.region-sidebar-second {
	margin-left: 952px;
	margin-right: -1152px;
}

/* General elements */
body {
	background-color: #ffffff;
	background-image: url('../../../files/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

a {
	color: #752864;
}

table.container {
	border-collapse: separate;
	border-spacing: 12px 2px;
}

thead th {
	border: 1px solid #000000;
	background: #752864;
	color: #FFFFFF;
	text-align: center;
}

td.itmati {
	background: #752864;
	color: #FFFFFF;
	text-align: center;

}

td.general {
	background: #D9D9D9;
}

h1.title {
	color: #752864;
}

.content {
	text-align: justify;
	padding-left: 76px;
	padding-right: 46px;
}

.title {
	padding-left: 76px;
}

.submitted {
	display: none; /* solamente para ocultar la información de envío de los formularios, si no sale siempre bajo el título */
}

#webform-client-form-42 {
	padding-left: 125px; /* formulario de envío de comunicaciones */
	padding-right: 150px;
}

#webform-client-form-43 {
	padding-left: 125px; /* formulario de envío de posters */
	padding-right: 150px;

}

/* Suckerfish menus (primary links in top nav) */
#navigation {
	background: #381430;
	border-bottom: 3px solid #C6B100;
}

#suckerfishmenu a.active,
#suckerfishmenu a:hover {
	color: #C6B100;
}

#suckerfishmenu ul.menu li ul a {
	background-color: #381430;
}

#suckerfishmenu ul.menu li ul a:hover {
	background-color: #752864;
}

/* Content bottom block */
#content .block {
	background: none;
	border: none;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-left: 180px;
}

/* Left column block */
.region-sidebar-first .block .content {
	background: none;
	border: none;
}

/* Right column block */
.region-sidebar-second .block {
	background: none;
	border: none;
}

/* Footer */
#footer {
	background-color: #381430;
}

/* Maquetación de la vista de coordinadores, académicos y empresariales */
#inv_speaker #speaker_info #inv_photo {
	float: left;
	padding: 10px;
}

#inv_speaker #speaker_info #inv_data {
	text-align: justify;
}

#inv_speaker #speaker_info #inv_data h3 {
	text-align: center;
}

#inv_speaker #talk_info #talk_image {
	text-align: center;
	padding: 5px;
}
