/* CSS Document */

body {
	background: #a4bee1;
	margin: 0 0 0 0;
}

#section-title h1{
        font-size: 12px;
        font-variant: small-caps;
	color: #e9290c;
}

#section-body{
    font-size: 13px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;

}

#main-frame{
	width: 100%;
	background: white;
	background-image: url("images/fondo-nieve-animada.gif");	
	padding-top: 2px;	
}

.flecha a:hover{
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#cfe772;
}

.tree-full-view{
	border: 4px solid #999999;
	background: white;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	text-align: center;
}

#author-data{
    font-weight: bold;
	background: #d3ea79;
	padding: 2px 2px 2px 2px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #003300;
}

#suelo{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#a4bee1;
	background-image:url("images/floor-blue.png");
	background-repeat:repeat-x;
}

#suelo a{
	font-size: 16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}

#navigation-bar {
	width: 100%;
text-align: center;
}

#navigation-bar ul, #navigation-bar li {
        margin: 0 0 0 0;
       padding: 0 0 0 0;
	list-style-type:none;
	display: block;
}

#navigation-bar li{
	width: 400px;
margin-right: auto;
margin-left: auto;
font-size:14px;
font-weight:normal;
margin-top: 10px;
}

#navigation-bar a:hover {
	width: 400px;
   color: #003399;
}

#navigation-bar a{
	width: 400px;
font-size:14px;
font-weight:normal;
    text-decoration:none;
   color: #356AA0;
    text-decoration:none;
	text-align:center;
}

#credits{
	font-size: 10px;
	text-align:center;
	color: #356AA0;
}

#credits a{
	font-size: 10px;
	text-align:center;
	color: #356AA0;
}

#credits a:hover{
	font-size: 10px;
	text-align:center;
	color: #003399;
}