/* Basicos */
* { margin: 0; padding: 0; }
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
}
a img {
	border: 0;
}
p, li {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
}

.clear {
	clear:both;
	display:block;
	height:0px;
	margin:0; padding:0;
	overflow:hidden;
	font-size:0px;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
}
.noMargin,
div#content .noMargin {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
}

.marginTop {
	margin-top: 2em;
}
.marginBottom {
	margin-bottom: 2em;
}
.marginRight {
	margin-right: 20px;
}
.sangria30 {
	padding-left: 30px;
}
ul.sangria30,
ol.sangria30 {
	padding-left: 48px;
}
.link a {
	display: block;
	background: url(images/link.gif) no-repeat;
	padding: 2px 0 2px 30px;
	font-weight: bold;
	text-align: left;
}
.link a:hover {
	text-decoration: underline;
}
.link a small {
	color: #666;
}
.pdf {
	margin-bottom: 25px;
	background: url(images/ico_pdf.gif) no-repeat;
	padding: 5px 0 5px 30px;
	
}
.pdf a {
	font-weight: bold;
}
.soft {
	color: #999;
}
/* Color de links */
.link a,
.pdf a {
	color: #0065A4;
}
.link a:hover,
.pdf a:hover {
	text-decoration: underline;
}

.personal_information {
	font-size: 10px;
	text-align: left;
}
.deactivate a {
	color: #666;
}
.foot {
	font-size: 11px;
	color: #999;
}
.photo img {
	border: 1px solid #ccc;
	padding: 2px;
}

/* Bloques */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	
}
div#body {
	background: url(images/body_bg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: left;
	width: 797px;
	margin: 0 auto;
}
div#header {
	height: 146px;
	background: url(images/header_bg.gif) no-repeat;
	position: relative;
}
body#homepage div#header {
	background: url(images/header_bg_home.gif) no-repeat;
}
div#foot {
	height: 50px;
	background: transparent url(images/foot_bg.gif) bottom no-repeat;
	margin-bottom: 20px;
}

div#container {
	overflow: hidden;
}
div#left {
	width: 140px;
	float: left;
	margin-right: 30px;
}
div#content {
	width: 620px;
	float: left;
}

/* Navegacion principal */
div#nav {
	margin-left: 7px;
}
div#nav ul li {
	margin: 0;
	text-align: left;
}
div#nav ul li a {
	background: url(images/nav_line.gif) bottom repeat-x;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	padding: 10px 5px;
	letter-spacing: -.04em;
}
div#nav ul li a:hover,
div#nav ul li.current a {
	background: #0065A4;
	color: #fff;
}
div#nav ul li li a,
div#nav ul li.current li a {
	background: none;
	color: #333;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	letter-spacing: 0em;
}
div#nav ul li li.current a {
	font-weight: bold;
}

/* Navegacion util */
div#navutil {
	position: absolute;
	right: 17px;
	top: 66px;
}
div#navutil ul li {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}
div#navutil ul li a {
	color: #fff;
}
div#navutil ul li a:hover {
	color: #F5F5E1;
}

/* Navegación pie */
div#foot ul {
	float: right;
	margin: 24px 20px 0 0;
}
div#foot ul li {
	float: left;
	margin-right: 10px;
	color: #fff;
}
div#foot ul li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
}
div#foot ul li.small a {
	font-size: 9px;
	color: #fff;
}
div#foot ul li a:hover {
	text-decoration: underline;
}


/* Logo */
div#logo {
	position: absolute;
	width: 500px;
	height: 100px;
}
div#logo a {
	display: block;
	width: 500px;
	height: 80px;
}

/* Contenido bloques */
div#content_total {
	margin-right: 40px;
	overflow: hidden;
}
div#content_l {
	width: 372px;
	float: left;
	margin-right: 22px;
	overflow: hidden;
}
div#content_r {
	width: 210px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}
div.two_cols {
	background: url(images/vertical_dash.gif) repeat-y 300px;
}
div.col_a {
	width: 280px;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
div.col_b {
	width: 280px;
	float: left;
}

/* Contenido texto */
div#content h1 {
	font-size: 20px;
	color: #999999;
	margin-bottom: 20px;
}
div#content h1 strong {
	color: #0067A4;
}
div#content h2 {
	font-size: 16px;
	color: #333;
	margin: 15px 0 10px 0;
}
div#content h3 {
	font-size: 14px;
	margin: 13px 0 8px 0;
}
div#content h5 {
	font-size: 11px;
	color: #999;
}

div#content li {
	list-style: disc;
}
div#content ol li {
	list-style: decimal;
	padding-left: 0px;
}
div#content_r h3 {
	color: #0065A4;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.4em;
}
div#content_r h4 {
	color: #333;
	font-size: 14px;
	margin: 20px 0;
	line-height: 1.4em;
}
div#content_r p.image img {
	padding: 2px;
	border: 1px solid #ccc;
	overflow: hidden;
}
h4.task {
	color: #0065A4;
	background: url(images/task.gif) no-repeat;
	padding-left: 30px;
	font-size: 12px;
	padding-bottom: 9px;
}
div#content ul.stars li {
	background: url(images/star.gif) no-repeat 0 2px;
	list-style: none;
	padding-left: 15px;
}
div#content ol {
  margin-left: 2em;
}
ul.bullets_txt {
  margin-left: 1em;
  list-style: disc inside/outside url();
}
ul.bullets li {
	background: url(images/link_bullet.gif) no-repeat 0 2px;
	list-style: none;
	padding-left: 17px;
	font-size: 11px;
	text-align: left;
}
ul.bullets li a {
	font-weight: bold;
	color: #666;
}
ul.bullets li a:hover {
		text-decoration: underline;
}

/* Contenidos fondos fotos */
div#content_photo {
}
div.b_objectives {
	background: url(../files/photos/res/bombilla.jpg) no-repeat top right;
}
div.steering {
	background: url(../files/photos/res/gafas.jpg) no-repeat top right;
}
div.technical {
	background: url(../files/photos/res/sillas_colore.jpg) no-repeat top right;
}
div.seminar {
	background: url(../files/photos/res/usb.jpg) no-repeat top right;
}


/* Hompage */
div.homepage_block {
	margin-bottom: 15px;
}
div.homepage_block p,
div.homepage_block li {
	font-size: 11px;
}
div#content div.homepage_block h1 {
	margin-bottom: 10px;
}
div.logos_home {
	padding: 0 25px;
	margin: 0 5px;
	background: #fff;
}
div#main_photo {
	margin-bottom: 20px;
}
div.home_new {
	margin-bottom: 15px;
}
div#content div.home_new h1 {
	background: url(images/dash.gif) repeat-x bottom;
	font-size: 16px;
	margin-bottom: 7px;
}
div.new {
	padding-left: 25px;
	background: url(images/icon_new.gif) no-repeat;
	margin-bottom: 10px;
}
div.new p {
	font-size: 11px;
	margin: 0;
}
div.new p.date {
	color: #999;
	font-weight: normal;
}
/* Cajas */
div.boxa {
	width: 341px;
	background: url(images/boxa_bg.gif) left top repeat-y;
	border-bottom: 2px solid #D2D2D2;
	padding: 15px;
	margin: 20px 0;
}
div.boxa h4,
div#content div.boxa h3 {
	background: url(images/boxa_top.gif) left top no-repeat;
	position: relative;
	margin: -15px -15px 0 -15px;
	padding: 15px 15px 10px 15px;
	font-size: 12px;
}
div#content div.boxa h3 {
	font-size: 14px;
	color: #666;
}
div.boxa ul {
	margin-left: 15px;
}
div#content div.boxa li {
	padding-left: 0px;
}
div.boxb_cont {
	background: #DCEAF3 url(images/boxb_top.gif) no-repeat;
	margin-bottom: 15px;
}
div.boxb {
	background: url(images/boxb_bot.gif) no-repeat bottom;
	padding: 15px;
}
div#content div.boxb h1 {
	color: #0065A4;
}
div#content div.boxb ul li {
	color: #555B5E;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	padding-left: 27px;
}
div#content div.boxb ul li.a {
	background: url(images/list_boxb_a.gif) no-repeat;
}
div#content div.boxb ul li.b {
	background: url(images/list_boxb_b.gif) no-repeat;
}
div#content div.boxb ul li.c {
	background: url(images/list_boxb_c.gif) no-repeat;
}
div#content div.boxb ul li.d {
	background: url(images/list_boxb_d.gif) no-repeat;
}

div.table {
	overflow: hidden;
}
div.table table tr {
  vertical-align: top;
}
div.table table td, 
div.table table td li {
	font-size: 11px;
	line-height: 1.4em;
	padding: 5px 10px;
}
div.table table td li {
	padding: 0;
	margin: 0;
	text-align: left;
}
div.table table tr.border td {
	border-top: 1px solid #ccc;
}
div.table table th {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px 10px;
	background: #ccc;
}

div.table table td.main {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}
div.table table td.hour {
	vertical-align: top;
	font-weight: bold;
}
div.table table tr.even td {
	background-color: #EDEAEA;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Meeting */
div#content div.meeting h2 {
	font-size: 16px;
	color: #0065A4;
}

/* Work Packages */
div#wp_menu {
	width: 600px;
	height: 220px;
	position: relative;
	background: url(images/wp_bg.gif) left top no-repeat;

}
div#wp_menu p a {
	position: absolute;
	display: block;
}
div#wp_menu p.wp1 a {
	background: url(images/wp1.gif) left top no-repeat;
	width: 271px;
	height: 31px;
	top: 0;
	left: 120px;
}
div#wp_menu p.wp1 a:hover, 
div#wp_menu p.wp1 a.current {
	background: url(images/wp1_o.gif) left top no-repeat;
}
div#wp_menu p.wp2 a {
	background: url(images/wp2.gif) left top no-repeat;
	width: 214px;
	height: 21px;
	top: 42px;
	left: 157px;
}
div#wp_menu p.wp2 a:hover,
div#wp_menu p.wp2 a.current {
	background: url(images/wp2_o.gif) left top no-repeat;
}
div#wp_menu p.wp31 a {
	background: url(images/wp31.gif) left top no-repeat;
	width: 209px;
	height: 20px;
	top: 70px;
	left: 160px;
}
div#wp_menu p.wp31 a:hover,
div#wp_menu p.wp31 a.current {
	background: url(images/wp31_o.gif) left top no-repeat;
}

div#wp_menu p.wp41 a {
	background: url(images/wp41.gif) left top no-repeat;
	width: 209px;
	height: 20px;
	top: 100px;
	left: 160px;
}
div#wp_menu p.wp41 a:hover,
div#wp_menu p.wp41 a.current {
	background: url(images/wp41_o.gif) left top no-repeat;
}

div#wp_menu p.wp5 a {
	background: url(images/wp5.gif) left top no-repeat;
	width: 270px;
	height: 31px;
	top: 130px;
	left: 120px;
}
div#wp_menu p.wp5 a:hover,
div#wp_menu p.wp5 a.current {
	background: url(images/wp5_o.gif) left top no-repeat;
}
div#wp_menu p.wp6 a {
	background: url(images/wp6.gif) left top no-repeat;
	width: 270px;
	height: 31px;
	top: 170px;
	left: 120px;
}
div#wp_menu p.wp6 a:hover,
div#wp_menu p.wp6 a.current {
	background: url(images/wp6_o.gif) left top no-repeat;
}
div.wp_logo {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 10px 0;
}

/* Logos Partners */
div.logo {
	float: left;
	width: 180px;
	margin-bottom: 30px;
}
div.marginR {
	margin-right: 30px;
}
div.logo p.logo_image {
	line-height: 1em;
}
div.logo p.logo_name {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: left;
}
div.logo p.logo_name a {
	color: #0065A4;
}
div.logo p.logo_name a:hover {
	text-decoration: underline;
}
div.logo p.logo_link {
	background: url(images/link_small.gif) no-repeat ;
	padding: 0px 0 2px 18px;
}

div.logo p.logo_link a {
	font-weight: bold;
	color: #666;
}
div.logo p.logo_link {
	line-height: 1em;
}
div.logo p.logo_link  a:hover {
	text-decoration: underline;
}
div.logo p.logo_link a.small {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	color: #0065A4;
}

/* formulario */


div#form {
	
}
div#form p.label {
	color: #BBB856;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
}
div#form label {
	font-size: 12px;
}
input.text,
textarea.text {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-family: Arial, sans-serif;
}
p.button {
	margin: 10px 0;
}
p.button input {
	background-color: #999999;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #fff;
	padding: 4px;
}
.form_error_message {
	color: #990000;
	font-weight: bold;
}