body #holder{
	width: 100%;
}
#sidebar{
	width: 155px;
	margin: 0px;
	padding: 0px;
	background-color: #6989E7;
	background-image: URL(img/back-side.gif);
	border-right: 3px solid #193C9F;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
}
#sidebar div.novedad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 80%;
	font-weight: normal;
	margin-top: 15px;
	border: solid 1px #FFFFFF;
	background-color: #0000A0;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
#flag {
	background-color: #406AE3;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 20px;
	padding-top: 3px;
}
#flag ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content{
	background-image: URL(img/back-content.jpg);
	padding: 25px;
	vertical-align: top;
	border-right: 2px solid #193C9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
#content p {
	line-height: 120%;
	text-align: justify;
}
#content p.relevante {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
#content div.resalta {
	background-color: #EEEEEE;
}
#content h1 {
	font-size: 140%;
	margin-top: 10px;
	color: #EE7700;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 100%;
	margin-top: 10px;
	color: #EE7700;
	margin-bottom: 10px;
}
#content_page {
	width: 570px;
}
#content_page a.volver {
	color: #6989E7;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content_page a.volver:hover {
	color: #004080;
}
#content_page ul {
	font-weight: normal;
	list-style: square;
}
#content_page li {
	margin-bottom: 10px;
	text-align: justify;
}

/* Menu */
#menu {
	margin-top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D1F53;
	font-size: 80%;
	padding-left: 5px;
	font-weight: bold;
}
#menu p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 8px;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* body */
body,
html{
	margin: 0px;
	padding: 0px;
	/* background-image: URL(img/papiro.gif);  */
	background-color: #FFFFFF;
	background-repeat: repeat;
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Header */
body #header{
	background-color: blue;
	height: 100px;
	background-image: URL(img/background.png);
	border-bottom: 5px solid #0F235E;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	background-color: #193C9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 1px solid #193C9F;
	height: 30px;
	padding-top: 4px;
}
#footer a {
	color: #FFC082;
	text-decoration: none;
}
#footer img {
	border: none;
}
div.indice {
	padding: 10px;
}
div.indice li {
	color: #000184;
	font-weight: normal;
	margin-bottom: 15px;
	list-style: square;
}
div.indice a {
	color: #000184;
	text-decoration: none;
	font-weight: bold;
}
div.autores {
	position: relative;
	float: right;
	border: 1px dashed #000184;
	background-color: #FFD8B0;
	padding: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 90%;
}
#informacion {
	position: relative;
	float: right;
	width: 220px;
	border: 1px solid #000184;
	background-color: #EBEBEB;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 80%;
}
#informacion h1 {
	background-color: #193C9F;
	font-size: 90%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 3px;
}
#informacion p {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.bibliografia {
	background-color: #EBEBEB;
	margin-top: 40px;
}
div.img_right {
	position: static;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 80%;
	text-align: center;
	color: #CE6700;
}
div.img_left {
	position: static;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	font-size: 80%;
	text-align: center;
	color: #CE6700;
}
div.img_center {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	text-align: center;
	color: #CE6700;
}

/* Equipo */
table.equipo {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #FCC72A;
	color: #8A4500;
}
table.equipo a {
	color: #8A4500;
}
table.equipo a:hover {
	color: #FF8000;
}
table.equipo th {
	background-color: #FCC72A;
	text-align: center;
	padding: 3px;
}
table.equipo tr.odd {
	background-color: #FCDE87;
}
table.equipo tr.even {
	background-color: #FFF0C4;
}
table.equipo td.nombre {
	width: 280px;
	padding: 3px;
}
table.equipo td.prof {
	width: 200px;
	padding: 3px;
}
table.equipo td.datos {
	width: 90px;
	padding: 3px;
}

/* Curriculum */
table.curriculum {
	width: 570px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
table.curriculum p.nombre_equipo {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #004080;
}
table.curriculum p {
	margin-bottom: 8px;
	margin-top: 5px;
}
table.curriculum a {
	color: #FF9020;
}
table.curriculum td.ficha a {
	color: #FF8E1C;
	text-decoration: none;
}
table.curriculum td.ficha a:hover {
	color: #CC6600;
}
table.curriculum td.ficha em {
	color: #CC6600;
}
table.curriculum td.foto {
	width: 210px;
	text-align: left;
	vertical-align: top;
	padding-top: 45px;
}
table.curriculum td.ficha {
	vertical-align: top;
	width: 360px;
	padding-left: 3px;
}



/* Noticias del proyecto */
#noticia_proyecto {
	padding-top: 0px;
}
#noticia_proyecto p {
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#noticia_proyecto p.titulo {
	color: #EE7700;
	font-weight: bold;
}
#noticia_proyecto p.fecha {
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}
#noticia_proyecto hr {

}


/* Campaņas */
table.campanya_img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: none;
}
table.campanya_img td {
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 70%;
	text-align: center;
	color: #CE6700;
}
table.campanya_img img {
	border: 1px solid #000000;
}
a.menu_campanya {
	border: 1px solid #E87400;
	padding: 2px 5px 2px 5px;
	background-color: #FFCC99;
}
a.menu_campanya:hover {
	border: 1px solid #E87400;
	padding: 2px 5px 2px 5px;
	background-color: #FFAB57;
}

/* Mapa del web */
#mapa {
}
#mapa h4 {
	font-size: 110%;
	margin: 0px;
}
#mapa ul {
	margin-top: 5px;
}
#mapa li {
	margin-top: 5px;
	margin-bottom: 0px;
}
#mapa ul.sub {
	list-style: circle;
}
#mapa a {
	color: #EE7700;
}
#mapa a:hover {
	color: #CC6600;
}

/* Indice Campanya */
.tablecamp_top {
	background-image: URL(img/tabla_sen_01.png);
}
.tablecamp_texto {
	background-image: URL(img/tabla_sen_02.png);
	font-size: 80%;
}
.tablecamp_texto img {
	padding-left: 10px;
}
.tablecamp_bottom {
	background-image: URL(img/tabla_sen_03.png);
}
.tablecamp_titulo {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
}
