body {
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
	font-family:Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	font-size:0.9em;
	/*line-height:130%;*/
}

h2 {
	/*font-family:Times, serif;
	font-weight:normal;*/
}

a img {
	border-width: 0px;
}

a {
 	color: #1B8527;
}

/* FORMAT */

.center {
	width: 820px;
	margin: auto;
}

#wrapper {
	background-image: url("./images/header_bg3.png");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#header {
/*	background-image: url("./images/cabecera_concurso4.png");*/
  	background-image: url("./images/cabecera_concurso4.png");
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px auto 15px auto;
	padding: 231px 0px 0px 0px;
	/*border-width: 0px 0px 1px 0px;
	border-color: #000;
	border-style: solid;*/
}

#container {
	width: 820px;
	margin: auto;
	margin-bottom: 15px;
	text-align: left;
}

#main {
	/*width: 570px;*/
	/*float: left;*/
	/*padding: 10px;*/
}

#right {
  	vertical-align: top;
  	width: 230px;
	float: right;
	text-align: center;
}

#footer {
	clear: both;
	/*margin-top: 20px; **/
	background: url("./images/footer_bg1.png") top repeat-x;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 45px;
	text-align: right;
}

/* STYLES */

#header h1 {
	visibility: hidden;
}

#container p {
	text-align: justify;
}

#footer a {
	color: #fff;
}

#footer a img {
	vertical-align: middle;
}

#right a img {
	margin-bottom: 15px;
}

#right h3 {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
	color: #333;
}

#container small {
	color: #666;
}

/* */
ul.lista {
	list-style: none;
}

ul.lista li {
	background-image: url("./images/flecha.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding-left: 30px;
	padding-top: 23px;
	padding-bottom: 5px;
	display: block;
	height: 30px;
}

/* MENU STYLE */
#nav {
	margin: auto;
	height: 31px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	
}	

#nav ul li a:link, #nav ul li a:visited  {
	float: left;
	width: 100px;
	height: 31px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	background: url("./images/menu-off.png") top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url("./images/menu-on1.png") top left no-repeat;
}

.menu-1-6-2{      width:110px;    }
.menu-1-5-2, .menu-1-1-2, .menu-1-2-2, .menu-1-7-2{
      width:80px;
}
.menu-1-3-2, .menu-1-8-2{
        width:90px;
}
.menu-1-4-2{
       width:100px;
}

/* Views */
.view-content h2 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
}

.view-content-Noticias .submitted {
	visibility: hidden;
	display: none;
}

/* FAQ */
h5.faq_header {
	font-size: 16px;
}

ul.faq_ul_questions_top li a {
	color: #1B8527;
}

dt.faq_dt_questions_top a {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}


/*CSS de la lista de proyectos*/
table.members{
				margin:10px 0px 0px 20px;
	text-align:left;
	width:400px;
	border-collapse:collapse;
	border-spacing:5px;
	border-width: 0px;
			
	}
			
table.members td {
	padding: 5px 0px 5px 0px;
				
			}
table.members td.name  {
	font-weight:bold;
	width:150px;
	text-align:left;
				
			}
td.university{
	text-align:left;
	width:120px;
			}
table.members td {
	/*background-color:#2DAB34;*/
	background-color: #DDDDDD;
	padding-left:3px;
	}


