body{
	background-color: #eFeFeF;
	color:#666666;
	font:12px/16px "trebuchet ms", verdana, helvetica, sans-serif;
}

#principal{
	background-color:white;
	width:800px;
}

#header{
	height:60px;
	background-image: 	url("http://research.pecesama.net/imgs/banner.jpg");
	background-repeat: 	no-repeat;
} 

#contenido{  
	width:600px;
	margin-left:180px;
	border-left:1px solid #1E90FF;
	padding-left:12px; 
	text-align: justify;
	padding: 5px;
	color: #2F4165;
}

h2{
	color:#1E90FF;
	font-size:14px;
	text-transform:uppercase;
}			

h1{
	font-size:50px;				
	letter-spacing:1px;
	color:#B7CAFE;
	padding:0px;
	text-align: right;
	font-family: tahoma;
	margin-top:0px;
	margin-right:10px;
}			
 
#pie{
	border-top:1px solid  #1E90FF;
	font-size:10px;
	color:#AAAAAA;
	padding:4px;
	text-align:center;
}
 
#pie a {
	font-size:10px;
	color:#AAAAAA;
	padding:4px;
}
 
#pie a:hover {
	font-size:10px;
	color:#1E90FF;
	padding:4px;
}

.fecha {
	font-size: .8em;
}

/* Inicio Menu*/
#navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
	width: 130px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;				
	float:left; 
}

#navcontainer ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navlist a
{
	display: block;
	color: #8592BB;
	padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 114px; }

#navlist a
{
	\width: 130px;
	w\idth: 114px;
}

#subnavlist a
{
	display: block;
	color: #9C9C9C;
	padding: 1px 0 1px 8px;
	margin-left: 10px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
	\width: 122px;
	w\idth: 106px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
	border-left: 8px solid #FFFFFF;
	background: #FFFFFF;
	color: #9C9C9C;
	text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
	border-left: 8px solid #CCCCCC;
	text-decoration: underline;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
	border-left: 8px solid #CCCCCC;
	text-decoration: underline;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
	border-left: 8px solid #283D82;
	background: #F3F5FC;
	color: #283D82;
	text-decoration: none;
}
/* Fin Menu*/
/*------------------- Links -------------------------*/
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0066CC;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0066CC;
	}
a:hover { 
	color: #B81919;
	text-decoration: underline;
	}

a:active { 
	color: #333;
}

/*----------------Fin de Links --------------------*/

/* El texto de ayuda */
.ayuda {
	border-bottom: 				1px dotted;
	cursor: 					help;
	letter-spacing: 			0em;
}

blockquote.normal {
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 5px;
	font-size: 12pt;
	font-family: "georgia", verdana, helvetica, sans-serif;
	text-align: justify;
}

blockquote.comentario{
	width: 298px;
	background: #E1E1E1 url("http://research.pecesama.net/imgs/bqtop.gif") no-repeat top;
	font-family: Georgia, "Times New Roman", serif;
	margin: 10px 25px 25px 25px;
}

blockquote.derecha {
	width: 298px;
	background: #E1E1E1 url("http://research.pecesama.net/imgs/bqtop.gif") no-repeat top;
	font-family: Georgia, "Times New Roman", serif;
	float: right;
	margin: 10px 25px 25px 25px;
}

blockquote div.quote {
	display: block;
	font-size: 11pt;	
	padding: 25px 15px 0px 35px;
	text-indent: 30px;
	color: #9D9D9D;
}

blockquote div cite {
	display: block;
	height: 40px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-right: 60px;
	background-image: url("http://research.pecesama.net/imgs/bqbottom.gif");
	color: #9D9D9D;
}

#derecha {
	padding: 5px;
	float:right;
}

.opacoDere a img {
    border: 0px;
    opacity: 0.5;
	padding: 5px;
	float:right;
}

.opacoDere a:hover img {
    border: 0px;
    opacity: 1;
	padding: 5px;
	float:right;
}
			
p.title { 
	font-size: 24px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 0;
}

p.subtitle { 
	color: gray; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p.project_section { 
	color: gray; 
	font-size: 16px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	padding-top: 2px !important; 
	padding-left: 2px; 
	border-top: 1px solid gray; 
	border-left: 1px solid gray;
}

.opaco a img {
    border: 0px;
    opacity: 0.5;
}

.opaco a:hover img {
    border: 0px;
    opacity: 1;
}