body
{
	margin: 0px;
	background-color: white;
}

html
{
	font-family: tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
}

p, table, td
{
	font-family: tahoma, Verdana, arial, sans-serif;
	font-size: 12px;
	color: gray;
}

.tableRight
{
	background-color: silver;
	/* border-left: 2px dashed white;*/
}

.title
{
	font-size: 15px;
	color: #BAB441;
	padding: 2px 2px 2px 2px; 
	background:#E5E5E5;
	margin-bottom: 8px;	
}

.title1
{
	font-size: 15px;
	color: #BAB441;
	padding: 2px 0px 2px 0px; 
	margin-bottom: 8px;	
}

.subtitle
{
	font-size: 14px;
}

.smalltitle
{
	font-weight: bold;
}

.texto
{
	padding-top: 55px;
	padding-right: 3px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}
.texto_verde
{
	color: #BAB441;
	font-weight: bold;
}

.texto_proj
{
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 15px;
}

.foto
{
	padding-top: 50px;
	padding-right: 5px;
}
.caption 
{
	color:silver;
	font-size:11px;
	padding: 4px 5px 10px 0px;
}
.menu
{
	color: white;
	padding:4px 0 4px 0;
	text-align: left;
	width: 220px;
}
.menu a:link, .menu a:visited
{
	color: white;
	font-size: 13px;
	text-decoration: none;
	padding:3px 3px 2px 20px;
}
.menu a:hover
{
	color: #E0F066;
	padding:3px 3px 1px 20px;
}

.menuSelected
{
	color: #BAB441;
	background: white;
	padding:3px 3px 2px 20px;
	margin:2px 0 2px 0;
	width: 220px;
}

.submenu a:link, .submenu a:visited
{
	font-family: arial, sans-serif;
	color: white;
	font-size: 13px;
	text-decoration: none;
	padding: 0 3px 0 40px;
	line-height: 18px;
}

.submenu a:hover
{
	font-family: arial, sans-serif;
	color: #E0F066;
	font-size: 13px;
	border-bottom: 1px dashed white;
	line-height: 18px;
}

.submenuSelected
{
	font-family: arial, sans-serif;
	color: #E0F066;
	font-size: 13px;
	border-bottom: 1px dashed white;
	padding: 0 3px 0 40px;
	line-height: 18px;
}
.navBottom 
{ 
	padding: 4px 5px 2px 0;
}
.navFoto
{
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
	padding: 4px 5px 2px 0;
}
a.textlink:link, a.textlink:visited
{
	color: #BAB441;
	font-size: 12px;
	text-decoration: none;
}

a.projectNav:link, a.projectNav:visited
{
	color: gray;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}
a.projectNav:hover
{
	color: #BAB441;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}

.projSelected
{
	color: #BAB441;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}
.projectName
{
	font-size: 9px;
	line-height: 9px;
}

.arrow
{
	font-size: 15px;
	font-weight: bold;
	font-family: georgia, sans-serif;
	color: #BAB441;
}

.front_caption
{
	font-size: 12px;
	color: #888888;
	margin-top: 3px; 
	padding:2px;
	/*background:#E5E5E5;*/	
	text-align: right;

}
.card{
	position: absolute; 
	top: 350px; 
	right:20px; 
	width:280px;
	z-index:10;
}   

