body {
	background: #2f61bd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#container
	{
	background-color: #f5f5f5;
	border: 1px solid #000;
	}

a, a:link, a:visited
{
	color: #2B2ED2;
	text-decoration: underline;
}

a:hover
{
	color: #2B5ED5;
	/*color: #c8514a;*/
	text-decoration: underline;
}


#banner .text {
	color: #2E2E2E;
	text-align: center;
}

#banner .text h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-weight: normal;
	text-shadow: 2px 2px 3px gray;
}

#banner .text h2 {
	font-size: 12px;
	font-weight: normal;
}

/*<group=buttonbar>*/

#buttoncontainer ul {
	list-style-type: none;
	text-align: center;
}

#buttoncontainer ul .lastItem {
	border-left: none;
	border-right: 1px solid #C0C0C0;
}

#buttoncontainer ul li a {
	font-size: 11px;
	font-weight: bold;
}

#buttoncontainer ul li a:hover {
	background-color: white;
}

/*</group>*/

/*<group=navbar>*/

#navcontainer
{
	border-bottom: 1px solid #B7B7B7;
	margin-top: 5px;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	text-align: center;
}

#navcontainer ul li #current
{
	background: #f5f5f5;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #CCCCCC;
	border-bottom: solid 1px #f5f5f5;
	color: black;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

#navcontainer ul li #tabProvisional
{
	background: #9bbdf0;
	border: 1px solid #cccccc;
	color: black;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

#navcontainer ul li a
{
background: #fff url(../../innovacion2007/imgs/off.gif) repeat-x;
border: 1px solid #cccccc;
text-decoration: none;
text-align: center;
font-size: 10px;
line-height: 18px;
border-bottom-style: none;
color: black;
}

#navcontainer ul li a:hover
{
	color: black;
	background: white;
}

/*</group>*/

#content
{
background-color: #f5f5f5;
}

#content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#content .teamData {
	color: gray;
	font-weight: bold;
}

#content .teamDescription {
	color: gray;
}

#content .steps {
	list-style: decimal;
}

#content .code {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: black;
}


.boxWideContent_junta {
	background: #fff url(../../innovacion2007/imgs/fondopres.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;
	line-height: 24px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.boxWideContent_mapa {
	margin-left: 15px;
	line-height: 20px;
	padding-right: 10px;
	background: url(../../innovacion2007/imgs/fondohem.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;
}

.boxWideContent_socios {
	margin-left: 15px;
	line-height: 20px;
	padding-right: 10px;
	background: url(../../innovacion2007/imgs/fondoact.gif);
	background-position: bottom right;
	background-repeat: no-repeat;	
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;	
}

.boxWideContent_kant {
	margin-left: 15px;
	line-height: 20px;
	padding-right: 10px;
	background: url(../../innovacion2007/imgs/fondoportada.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;	
	}

.boxWideContent_mensaje {
	margin-left: 15px;
	line-height: 30px;
	padding: 30px;
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;		
}

.boxWideContent_alta {
	margin-left: 15px;
	line-height: 25px;
	padding: 20px;
	background: url(../../innovacion2007/imgs/fondolink.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;
}

.boxWideContent {
	border: 1px solid #C0C0C0;
	color: #444;
	font-size: 11px;
	background-color: #fff;
	line-height: 24px;
	padding-left: 75px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/*<group=Weblog>*/

.weblogDateHeader {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333;
	font-size: xx-small;
	text-align: center;
	width: 250px;
	margin-left: 250px;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.weblogPost + .weblogPost {
	border-top: 1px solid #A0A0A0;
}


.postInfo {
	text-align: center;
}

.postInfo a, .postInfo a:link, .postInfo a:visited {
	color: black;
}

.postInfo a:hover {
	text-decoration: none;
	color: #ff9934;
}

.postDate {
	color: rgb(128, 128, 128);
}
	
/*</group>*/


#sidebar-a {
	background: right  repeat-y;
}


.boxThinContent {
	border: 1px solid #C0C0C0;
	background-color: #fff;
	color: #444;
	font-size: 11px;
	padding: 5px;
	padding-top: 7px;
	margin-bottom: 20px;
}

#sidebar-a h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#sidebar-a .tiny {
	font-size: 10px;
	color: rgb(128, 128, 128);
}

#sidebar-a .date {
	color: rgb(128, 128, 128);
}

/*<group=Powered>*/

#bottom {
	border-top: 1px solid #B7B7B7;
	font-size: xx-small;
}

#notice {
	color: #444;
	font-size: 11px;
}
	
/*</group>*/

#footer {
	margin-bottom: -15px;
	font-size: xx-small;
}

.faqQuestion {
	font-weight: bold;
	font-size: 12px;
	color: #B16A24;
}


.forumsearchbutton {
	font-size: 10px;
}

form {
		text-align: right;
		font-family: arial, sans-serif;
		color: #000;
		margin-top: -15px;
		}
	
	form.buscar {
		text-align: left;
		font-family: arial, sans-serif;
		color: #000;
		margin-top: 15px;
		margin-bottom: 60px
		margin-left: 75px;
		line-height: 25px;
		} 
		
	input {
		font-size: 9px;
		border: 1px solid #008000;
		}
	
	.enviar {
		font-size: 9px;
		background-color: #008000;
		color: #fff;
		font-weight: bold
		}

	#powered
	{
	font-size: xx-small;
	}
	
	h3
	{
	font-size: 12px;
	}
	
	.rec
	{
	font-size: 11px;
	line-height: 20px;
	}

.papers {
	font-family: verdana, lucida, sans-serif;
	font-size: 1.em;
	line-height: 15px;
	}

.resumen {
	width: 95%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	border: 1px dotted #c8514a;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 7px;
	font-style: italic;
	line-height: 13px;
	}

.descarga {
	border: 1px dotted red;
	padding: 10px;
	font-size: 1.2em;
}

.sinborde {
	border: none;
	}
	
img.bordefoto {
	border: 1px solid #000;
}

.piefoto {
	font-size: 0.8em;
	margin-left: 50%;
}

.destacadoCaja {
	background-color: #D3DEEF;
	border: 1px solid #c2c2c2;
	padding: 3px;
	}
	
.imagenDerechaFlotante {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}