/* BASIC ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body { 
        background-color: #dadada;
        background-image: url(images/back.jpg);
        background-repeat: repeat-x;
        padding: 0px;
        margin: 0px;
}

body, select, option { 
        color: #9ca5b6; font: 9px tahoma;
}

ul { 
        list-style-type: square; 
        list-style-position: inside; 
        padding: 0px; 
        margin-left: 0px; 
}

h1 { 
        font-size: 12px; 
        letter-spacing: 1px; 
}

.credit { 
        font-size: 10px; 
}





/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
b {
        color: #9ca5b6;
}

strong {
        color: #9ca5b6;
}

i {
        color: #9ca5b6;
}

s {
        color: #9ca5b6;
}

u {
        font-weight: bold;
        color: #9ca5b6;
}

A:link, A:visited, A:active {
	color:#506898;
	text-decoration:none; 
	font-weight:none;
}

A:hover{
	color:#2b406c;
	text-decoration:underline; 
	font-weight:none;
}
	

/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.content {
        font-family: arial, helvetica;
	font-size:9px;
        line-height: 12px;
	background-color: #212121;
	padding: 5px;
	text-align: center;
	color: #9ca5b6;
}

.credit {
        font-family: arial, helvetica;
        font-size:9px;
        line-height: 12px;
        color: #9ca5b6;
        text-align: center;
}