/*	Index of styles for Pich by Marcio Barrios ~ marciobarrios.com
--------------------------------------------------------------------------
	- General (titles, generic links, preformatting, some classes)
	- Layout
		- Header
		- Content
		- Footer
	- Forms
*/

/* @group Reset */

:link,:visited {text-decoration: none}
ul,ol {list-style: none}
table {border-collapse: collapse}
h1,h2,h3,h4,h5,h6,pre,code,input,select,textarea {font-size: 1em}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd {margin: 0;padding: 0}
fieldset,a img,:link img,:visited img {border: 0}
a:focus{outline: none}

/* @end */


/* @group General */

body {
	font: 62.5%/1.5em arial, sans-serif;
	color: #484e42;
	text-align: center;
	background: url(../img/bg.png) no-repeat 50% 305px;
}

h2{
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #67726a;
}

h3{
	font-size: 1.1em;
	color: white;
	font-weight: normal;
}

a:active {
	outline: none;
}

a:link,
a:visited {
	color: #999;
	text-decoration: none;
}

a:hover,
a:active {
	color: #999;
	text-decoration: underline;
}


p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.hidden,
hr {
	display: none !important;
}

/* @end */


/* @group Layout */

#wrapper {
	position: relative;
	width: 715px;
	margin: 5px auto;
	text-align: left;
	min-height: 700px;
}

body#home #wrapper {
	left: -1px; /* parece que el fondo está mal centrado por 1px */
}

body#home.industria #wrapper{
	background: url(../img/back-industria.jpg) no-repeat;	
}

body#home.atmosferas #wrapper{
	background: url(../img/back-atmosferas.jpg) no-repeat;	
}

body#home.territorios #wrapper{
	background: url(../img/back-territorios.jpg) no-repeat;	
}

#top{
	position: relative;
	float: left;
	width: 100%;
	height: 295px;
	/*position: relative;
	z-index: 10;*/
}

#bottom{
	float: left;
	width: 100%;
	/*position: relative;
	z-index: 10;*/
}

#top .left,
#top .right,
#top .img{
	height: 295px;
}

.left,
.img{
	float: left;
	width: 395px;	
}

.img{
	position: relative;
	/*z-index: 100;*/
}

.img ul li{
	display: none;
}

.img ul li.selected{
	display: block;
}

.right{
	float: right;
	width: 275px;
}

.img a.zoom{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(../img/zoom.png) no-repeat top;
	z-index: 10;
}

.img a.zoom:hover,
.img a.zoom.hover{
	background-position: bottom;
}

/*
.img a.zoom.menos{
	background-position: 0 -15px;
}

.img a.zoom.menos:hover,
.img a.zoom.menos.hover{
	background-position: 0 -45px;
}*/

.loading{
	position: absolute;
	height: 32px;
	line-height: 32px;
	padding-left: 37px;
	background: url(../img/loading.gif) no-repeat;
	margin: 0;
}

.img .loading {
	top: 124px;
}
	
#proyectos .img .loading,
#investigacion .img .loading{
	display: none;
	left: 270px;
}

#datos .loading{
	display: none;
	top: 100px;
	left: 65px;
	text-align: center;
}

dl{
	font-size: 1.1em;
}

dt{
	color: white;
}

dt span{
	padding: 1px;
}

dd{
	margin-bottom: 5px;
}

/* @end */


/* @group Menu */

#menu-wrapper{
	float: left;
	width: 100%;
	margin: 5px 0;
	height: 95px;
	/*position: relative;
	z-index: 100;*/
}

#menu-wrapper li{
	float: left;
	height: 95px;
	padding-left: 5px;
}

#menu-wrapper li.first,
#menu-wrapper li:first-child{
	padding-left: 0;
}

#menu-wrapper li a,
#menu-wrapper li span{
	display: block;
	text-indent: -9999px;
	height: 95px;
	background: url(../img/es/sprite.png) no-repeat;
}

/* Version en ingles */
body.en #menu-wrapper li a,
body.en #menu-wrapper li span{
	background: url(../img/en/sprite.png) no-repeat;
}

/* Version en catalan */
body.ca #menu-wrapper li a,
body.ca #menu-wrapper li span{
	background: url(../img/ca/sprite.png) no-repeat;
}


#menu-wrapper #menu-destacados li{
	width: 95px;
}

#menu-wrapper #menu li{
	width: 35px;
}

#menu-wrapper #menu-destacados{
	float: left;
	margin-right: 5px;
}

#menu-wrapper #menu-destacados li p{
	display: none;
	position: absolute;
	top: 100px;
	left: 5px;
	text-indent: -9999px;
}

#menu-wrapper #menu-destacados li:hover p{
	display: block;
}

#menu-wrapper #menu-destacados li#destacados-home a{
	background-position: 0 0;
}

#menu-wrapper #menu-destacados li#destacados-home a:hover{
	background-position: 0 -100px;
}

#menu-wrapper #menu-destacados li#destacados-home a:hover{
	background-position: 0 -100px;
}

#menu-wrapper #menu-destacados li#destacados-industria a{
	background-position: -100px 0;
}

#menu-wrapper #menu-destacados li#destacados-industria a:hover{
	background-position: -100px -100px;
}

#menu-wrapper #menu-destacados li#destacados-atmosferas a{
	background-position: -200px 0;
}

#menu-wrapper #menu-destacados li#destacados-atmosferas a:hover{
	background-position: -200px -100px;
}

#menu-wrapper #menu-destacados li#destacados-territorios a{
	background-position: -300px 0;
}

#menu-wrapper #menu-destacados li#destacados-territorios a:hover{
	background-position: -300px -100px;
}

#menu-wrapper #menu-destacados li p#destacados-industria-filosofia{
	width: 295px;
	height: 80px;
	background: url(../img/es/filosofia-industria.png) no-repeat;
}

#menu-wrapper #menu-destacados li p#destacados-atmosferas-filosofia{
	width: 360px;
	height: 100px;
	background: url(../img/es/filosofia-atmosferas.png) no-repeat;	
}

#menu-wrapper #menu-destacados li p#destacados-territorios-filosofia{
	width: 275px;
	height: 100px;
	background: url(../img/es/filosofia-territorios.png) no-repeat;	
}

/* Version en Ingles */
body.en #menu-wrapper #menu-destacados li p#destacados-industria-filosofia{
	background: url(../img/en/filosofia-industria.png) no-repeat;
}

body.en #menu-wrapper #menu-destacados li p#destacados-atmosferas-filosofia{
	background: url(../img/en/filosofia-atmosferas.png) no-repeat;	
}

body.en  #menu-wrapper #menu-destacados li p#destacados-territorios-filosofia{
	background: url(../img/en/filosofia-territorios.png) no-repeat;	
}

/* Version en Catalan */
body.ca #menu-wrapper #menu-destacados li p#destacados-industria-filosofia{
	background: url(../img/ca/filosofia-industria.png) no-repeat;
}

body.ca #menu-wrapper #menu-destacados li p#destacados-atmosferas-filosofia{
	background: url(../img/ca/filosofia-atmosferas.png) no-repeat;	
}

body.ca  #menu-wrapper #menu-destacados li p#destacados-territorios-filosofia{
	background: url(../img/ca/filosofia-territorios.png) no-repeat;	
}

/* @group Submenus */

#menu li ul{
	display: none;	
	position: absolute;
	left: 5px;
}

#menu li:hover ul{
	display: block;
	/*height: 1%;*/
}

#menu-wrapper #menu li ul li {
	padding-left: 0;
	width: 40px;
}

#menu-wrapper #menu li ul li.first,
#menu-wrapper #menu li ul li:first-child{
	width: 35px;
}

/* @end */

#menu-wrapper #menu li#menu-menu{
	background: url(../img/es/sprite.png) no-repeat -400px 0;
	text-indent: -9999px;
}

/* Version en ingles */
body.en #menu-wrapper #menu li#menu-menu{
	background: url(../img/en/sprite.png) no-repeat -400px 0;
}

/* Version en catalan */
body.ca #menu-wrapper #menu li#menu-menu{
	background: url(../img/ca/sprite.png) no-repeat -400px 0;
}


#menu-wrapper #menu li#menu-proyectos a{
	background-position: -440px 0;
}

#menu-wrapper #menu li#menu-proyectos a:hover{
	background-position: -440px -100px;
}

#menu-wrapper #menu li#menu-investigacion a{
	background-position: -480px 0;
}

#menu-wrapper #menu li#menu-investigacion a:hover{
	background-position: -480px -100px;
}

/* @group Estudio */

#menu-wrapper #menu li#menu-estudio{
	position: relative;
	z-index: 10;
}

#menu-wrapper #menu li#menu-estudio span {
	background-position: -520px 0;
}

/*#menu-wrapper #menu li#menu-estudio ul {
	display: block;
}*/

/* Version en ingles 
body.en #menu-wrapper #menu li#menu-estudio span{
	background-position: -520px 0;
}*/

#menu-wrapper #menu li#menu-estudio:hover span{
	background-position: -520px -100px;
}

#menu-wrapper #menu li#menu-estudio ul{
	top: -100px;
	/*top: 95px;*/
	width: 115px;
	padding-bottom: 5px;
	/*padding-top: 5px;*/
}

#menu-wrapper #menu li#menu-estudio-presentacion a{
	background-position: 0 -205px;
}

#menu-wrapper #menu li#menu-estudio-presentacion a:hover{
	background-position: 0 -305px;
}

#menu-wrapper #menu li#menu-estudio-equipohumano a{
	background-position: -35px -205px;
}

#menu-wrapper #menu li#menu-estudio-equipohumano a:hover{
	background-position: -35px -305px;
}

#menu-wrapper #menu li#menu-estudio-equipomaterial a{
	background-position: -75px -205px;
}

#menu-wrapper #menu li#menu-estudio-equipomaterial a:hover{
	background-position: -75px -305px;
}

#estudio .left div {
	margin-bottom: 20px;
}

#estudio .left a {
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

/* @group Curriculum */

#menu-wrapper #menu li#menu-curriculum{
	position: relative;
	z-index: 10;
}

#menu-wrapper #menu li#menu-curriculum span {
	background-position: -560px 0;
}

/* Version en ingles 
body.en #menu-wrapper #menu li#menu-curriculum span{
	background-position: -560px 0;
}*/

#menu-wrapper #menu li#menu-curriculum:hover span{
	background-position: -560px -100px;
}

#menu-wrapper #menu li#menu-curriculum ul{
	top: 95px;
	width: 75px;
	padding-top: 5px;
}

#menu-wrapper #menu li#menu-curriculum-premios a{
	background-position: -120px -205px;
}

#menu-wrapper #menu li#menu-curriculum-premios a:hover{
	background-position: -120px -305px;
}

#menu-wrapper #menu li#menu-curriculum-actividades a{
	background-position: -155px -205px;
}

#menu-wrapper #menu li#menu-curriculum-actividades a:hover{
	background-position: -155px -305px;
}

/* @end */

/* @group Publicaciones */

#menu-wrapper #menu li#menu-publicaciones{
	position: relative;
	z-index: 10;
}

#menu-wrapper #menu li#menu-publicaciones span{
	background-position: -600px 0;
}

/* Version en ingles 
body.en #menu-wrapper #menu li#menu-publicaciones span{
	background-position: -600px 0;
}*/

#menu-wrapper #menu li#menu-publicaciones:hover span{
	background-position: -600px -100px;
}

#menu-wrapper #menu li#menu-publicaciones ul{
	top: 95px;
	width: 115px;
	padding-top: 5px;
}

#menu-wrapper #menu li#menu-publicaciones-propia a{
	background-position: -200px -205px;
}

#menu-wrapper #menu li#menu-publicaciones-propia a:hover{
	background-position: -200px -305px;
}

#menu-wrapper #menu li#menu-publicaciones-especializada a{
	background-position: -235px -205px;
}

#menu-wrapper #menu li#menu-publicaciones-especializada a:hover{
	background-position: -235px -305px;
}

#menu-wrapper #menu li#menu-publicaciones-generalista a{
	background-position: -275px -205px;
}

#menu-wrapper #menu li#menu-publicaciones-generalista a:hover{
	background-position: -275px -305px;
}

/* @end */

#menu-wrapper #menu li#menu-noticias a{
	background-position: -640px 0;
}

#menu-wrapper #menu li#menu-noticias a:hover{
	background-position: -640px -100px;
}

#menu-wrapper #menu li#menu-blog a{
	background-position: -680px 0;
}

#menu-wrapper #menu li#menu-blog a:hover{
	background-position: -680px -100px;
}


/* @end */



/* @group Home */

#lang{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}

#lang li{
	float: left;
}

#lang li a{
	display: block;
	width: 15px;
	height: 55px;
	margin-left: 5px;
	text-indent: -9999px;
	background: url(../img/es/sprite.png) no-repeat;
}

#lang li#lang-ca a{
	background-position: -640px -245px;
}

#lang li#lang-ca a:hover{
	background-position: -640px -345px;
}

#lang li#lang-es a{
	background-position: -660px -245px;
}

#lang li#lang-es a:hover{
	background-position: -660px -345px;
}

#lang li#lang-en a{
	background-position: -680px -245px;
}

#lang li#lang-en a:hover{
	background-position: -680px -345px;
}

#lang li#contacto a{
	background-position: -700px -245px;
}

#lang li#contacto a:hover{
	background-position: -700px -345px;
}

body#home #menu-wrapper{
	position: relative;
	top: 295px;
}

body#home #menu-wrapper #menu-destacados li{
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Destacados */

#destacados h2{
	margin: 3px 0 3px;
}

#destacados .right big{
	display: block;
	width: 275px;
	height: 180px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#destacados.industria .right big{
	background: url(../img/es/title-destacados-industria.png) no-repeat;
	height: 216px;
}

#destacados.territorios .right big{
	background: url(../img/es/title-destacados-territorios.png) no-repeat;
}

#destacados.atmosferas .right big{
	height: 208px;
	background: url(../img/es/title-destacados-atmosferas.png) no-repeat;
}

/* Version en ingles */
#destacados.en.industria .right big{
	background: url(../img/en/title-destacados-industria.png) no-repeat;
}

#destacados.en.territorios .right big{
	background: url(../img/en/title-destacados-territorios.png) no-repeat;
}

body#destacados.en.atmosferas .right big{
	background: url(../img/en/title-destacados-atmosferas.png) no-repeat;
}

/* Version en catalan */
#destacados.ca.industria .right big{
	background: url(../img/ca/title-destacados-industria.png) no-repeat;
}

#destacados.ca.territorios .right big{
	background: url(../img/ca/title-destacados-territorios.png) no-repeat;
}

body#destacados.ca.atmosferas .right big{
	background: url(../img/ca/title-destacados-atmosferas.png) no-repeat;
}


#destacados small{
	color: #67726a;
	font-size: 1.1em;
	background: #e4e9e2;
	padding: 1px;
}

em.subtitle{
	color: #67726a;
	font-family: Georgia;
	font-size: 1.4em;
	margin-bottom: 20px;
	display: block;
}

#destacados .img img{
	width: 395px;
	height: 295px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#destacados .right .list-block{
	position: absolute;	
	bottom: 0;
	left: 440px;
	width: 100px;
}

#destacados .right #list-planos{
	right: 55px;
}

#destacados.atmosferas .right #list-planos{
	width: 155px;
	left: 560px;
}

#destacados.industria .right #list-imagenes{
	width: 120px;
}

#destacados.industria .right #list-planos{
	left:580px;
        width:180px;
}

#destacados.territorios .right #list-imagenes{
	width: 120px;
}

#destacados.territorios .right #list-planos{
	width: 120px;
	left: 580px;
}

#destacados .right .list-block h3{
	font-size: .9em;
	color: #b3bdb5;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#destacados .right li{
	float: left;
}

#destacados .right li a{
	display: block;
	width: 15px;
	height: 55px;
	text-indent: -9999px;
	margin-right: 5px;
}

#destacados h3{
	margin-bottom: 2px;
}

#destacados h3 span{
	padding: 1px;
}

#destacados #bottom .right{
	margin-top: 10px;
}

/* Diferentes colores segun tipo de destacado */

/* INDUSTRIA */
#destacados.industria .right li a{
	background: #b3bdb5;
}

#destacados.industria .right li a:hover{
	background: #67726a;
}

#destacados.industria .right #list-planos li a{
	background: #d9deda;
}

#destacados.industria .right #list-planos li a:hover{
	background: #b3bdb5;
}

#destacados.industria #bottom .left{
	background: #f2f4f1;
	width: 375px;
	padding: 10px;
}

#destacados.industria h3 span{
	background: #67726a;
}

#destacados.industria dt span{
	background: #b3bdb5;
}

/* ATMOSFERAS */

#destacados.atmosferas .right li a{
	background: #40b9d4;
}

#destacados.atmosferas .right li a:hover{
	background: #006f95;
}

#destacados.atmosferas .right #list-planos li a{
	background: #9edce9;
}

#destacados.atmosferas .right #list-planos li a:hover{
	background: #40b9d4;
}

#destacados.atmosferas #bottom .left{
	background: #cfeef3;
	width: 375px;
	padding: 10px;
}

#destacados.atmosferas h3 span,
#destacados.atmosferas dt span{
	background: #40b9d4;
}


/* TERRITORIOS */

#destacados.territorios .right li a{
	background: #b21f17;
}

#destacados.territorios .right li a:hover{
	background: #7a1e0f;
}

#destacados.territorios .right #list-planos li a{
	background: #d88e8b;
}

#destacados.territorios .right #list-planos li a:hover{
	background: #b21f17;
}

#destacados.territorios #bottom .left{
	background: #f2f4f1;
	width: 375px;
	padding: 10px;
}

#destacados.territorios h3 span,
#destacados.territorios dt span{
	background: #b21f17;
}

/* @end */


/* @group Proyectos */

#proyectos .right{
	position: relative;
	width: 75px;
}

#proyectos .right h3{
	color: #B3BDB5;
	font-size: .9em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#proyectos .right li{
	font-size: 1.1em;
	margin-top: 15px;
}

#proyectos .right li a{
	color: #67726a;
	text-decoration: none;
	padding: 0 1px;
	display: block;
}

#proyectos .right li.selected a,
#proyectos .right li a:hover{
	color: white;
	background: #67726a;
}

#proyectos .right .document {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#proyectos .img{
	width: 635px;
}

#thumbs{
	left: -5px;
	position: relative;
	width: 720px;
}

#thumbs td{
	padding: 0;
	width: 40px;
	vertical-align: top;
	color: #67726a;
}

#thumbs td div.block,
#thumbs td a{
	display: block;
	width: 35px;
	background-color: #f2f4f1;
	background-repeat: no-repeat;
	height: 65px;
	margin: 0 0 5px 5px;
	text-indent: -9999px;
}

#thumbs td#datos a {
	display: inline;
	width: auto;
	background: none;
	margin: 0;
	height: auto;
	text-align: 0;
}

#thumbs td a:hover,
#thumbs td a.selected{
	background-position: bottom;
}

/*#thumbs td#proyecto-1 a{
	background-image: url(../fotos/proyectos/proyecto-1-thumb.jpg);
}

#thumbs td#proyecto-2 a{
	background-image: url(../fotos/proyectos/proyecto-2-thumb.jpg);
}*/

#thumbs td.inactive a{
	background-image: none !important;
	cursor: default;
}

#thumbs #datos{
	width: 225px;
	padding: 5px;
}

#thumbs #datos div.position{
	position: relative;
}

body#proyectos #thumbs #datos div.position {
	height: 330px;	
	overflow: auto;
}

body#investigacion #thumbs #datos div.position {
	height: 240px;	
	overflow: auto;
}

#thumbs #datos h2{
	font-size: 1.8em;
	color: #b21f17;
	margin: 0 0 3px;
}

#thumbs #datos strong.donde{
	font-size: 1.3em;
}

#thumbs #datos p.estado{
	font-size: 1.3em;
}

#thumbs #datos li strong{
	color: white;
	background: rgb(141,149,144);
	padding: 0 1px;
	font-weight: normal;
}

/* @end */


/* @group Estudio */

#estudio #top  ul {
	border: 15px solid #d9deda;
}

#estudio #top  ul li {
	display: none;
}

#estudio #top  ul li:first-child {
	display: block;
}
/*for ie6*/
#estudio #top  ul li.first {
	display: block;
}

#estudio #bottom .left {
	margin-top: 10px;
}

#estudio #bottom strong {
	background: #67726a;
	color: #fff;
	padding: 1px;
	font-weight: bold;
}

/* PRESENTACION */
#estudio.presentacion #top .right {
	background: url(/img/bg-estudio-presentacion.png) no-repeat;
}

#estudio.presentacion #top .right blockquote {
	margin-top: 35px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #67726a;
}

#estudio.presentacion #bottom .right {
	margin-top: 5px;
}

#estudio.presentacion #bottom .right img {
	margin-bottom: 10px;
}

#estudio.presentacion #bottom .right ul li {
	margin-bottom: 15px;
}

#estudio.presentacion #bottom .right ul a {
	font-size: 1.3em;
	padding: 1px 3px;
	color: #484e42;
	background: #eceeeb;
	font-weight: bold;
	text-decoration: none;
}

#estudio.presentacion #bottom .right ul a:hover,
#estudio.presentacion #bottom .right ul li.active a {
	color: #fff;
	background: #67726a;
}

#estudio.presentacion #bottom .left div {
	display: none;
}

#estudio.presentacion #bottom .left div.estudio {
	display: block;
}


/* EQUIPO */
#estudio.equipo #bottom ul {
	margin: -10px 0 15px;
}

#estudio.equipo #bottom ul.first {
	margin-top: 0;
}

/* @end */


/* @group Curriculum / Publicaciones */

/* PREMIOS */
#curriculum .img .loading,
#publicaciones .img .loading{
	left: 310px;
}

#curriculum .loading,
#publicaciones .loading {
	display: none;
}

#curriculum #bottom,
#publicaciones #bottom {
	margin-top: 5px;
}

#curriculum .left .loading,
#publicaciones .left .loading {
	margin-left: 170px;
}

#publicaciones .left ul,
#curriculum .left ul {
	margin-bottom: 15px;
}

#publicaciones .left a,
#curriculum .left a {
	font-size: 1.2em;
	font-weight:  bold;
}

#curriculum.premios .left li,
#publicaciones .left li {
	padding: 5px 10px;
	background: #f2f4f1;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#publicaciones .left li {
	color: #fff;
	background: #40b9d4;
}

#publicaciones .left li.title {
	background: none;
	margin: 10px 0 5px;
	padding: 0;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}

#curriculum .right,
#publicaciones .right {
	position: relative;
	width: 280px;
}

#curriculum .right td,
#publicaciones .right td {
	width: 40px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	margin-bottom: 10px;
}

#curriculum .right td a,
#publicaciones .right td a {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	width: 35px;
	margin-left: 5px;
	padding: 10px 0;
	text-decoration: none;
}

#curriculum .right td a.selected,
#curriculum .right td a:hover,
#publicaciones .right td a.selected,
#publicaciones .right td a:hover {
	color: #b21f17;
}

/* ACTIVIDADES */
#curriculum.actividades #top  ul {
	border: 15px solid #d9deda;
}

#curriculum.actividades #top ul li { /* escondo las fotos del diaporama menos la primera */
	display: none;
}

#curriculum.actividades #top .right {
	background: url(/img/bg-estudio-presentacion.png) no-repeat;
}

#curriculum.actividades #top .right blockquote {
	margin-top: 35px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #40b9d4;
}

#curriculum.actividades #bottom {
	font-size: 1.1em;
}

#curriculum.actividades em {
	color: #484e42;
	font-weight: bold;
	font-style: normal;
}

#curriculum.actividades #bottom strong {
	background: #67726a;
	color: #fff;
	padding: 1px;
	font-weight: bold;
}

/* @end */


/* @group Noticias */

#noticias .right {
	background: #e4e9e2;
	color: #67726a;
}

#noticias a {
	color: #40b9d4;
}

#noticias .left a {
	text-decoration: underline;
}

#noticias .right h2 {
	height: 41px;
	text-indent: -9999px;
	background: url(/img/es/title-noticias.png) no-repeat;
	border-bottom: 4px solid #fff;	
}

#noticias h2,
#noticias h3 {
	color: #b21f17;
}

#noticias h2 {
	font-size: 23px;
}

#noticias h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 10px;
	line-height: 1.1;
}

#noticias .right li {
	padding: 7px;
	border-top: 1px dashed #fff;
}

#noticias .right li:first-child {
	border: 0;
}
/* for ie6 */
#noticias .right li.first {
	border: 0;
}

#noticias em {
	display: block;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

#noticias .right h2 {
	margin: 0;
}

#noticias .right p {
	margin: 0;
}

#noticias .right li a {
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, serif;
}

#noticias #bottom .left {
	background: url(/img/separador.png) no-repeat left top;
	padding-top: 10px;
}

#noticias #bottom .left h2 {
	margin-bottom: 10px;
	line-height: 1;
}

#noticias #bottom .left em {
	background: url(/img/separador.png) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#noticias #bottom .left a.download {
	display: block;
	width: 55px;
	height: 15px;
	text-indent: -9999px;
	background: url(/img/b-download.png) no-repeat;
}


/* @end */


/* @group Forms */

input.text,input.password,select,textarea {
	font: 1em arial, sans-serif;
	padding: 2px 3px;
	color: #46465f;
}

/*%% pendiente de mirar, esto esta optimizado para firefox*/

select {
	padding: 1px 0;
	background: white;
/* required for opera */
}

input.image,
input.button {
	cursor: pointer;
}

/* @end */
