/* CSS Document */

/* 
 * World Wide Christmas CSS Document
 * Alberto Hernández, (C) 2008
 */

body {
	background: #a4bee1;
	margin: 0 0 0 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main-frame{
	min-width: 960px;
	background: white;
	background-image: url("img/animated-snow.gif");	
}

#centered-frame{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#centered-frame h1{
    font-size: xx-large;
	color: #006E2E;
	
}

#centered-frame h2{
    font-size: large;
	color: #006600;
}

/* CABECERA */

#section-title {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url("img/header-bg.jpg");	
	width: 700px;
	height: 125px;
	background-repeat: no-repeat;
	background-position:top;
}

#title-image{
	padding-top: 43px;
	padding-left: 150px;
	text-align:left;

}

#upper-navigation-bar {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

#upper-navigation-bar a:hover {
	width: 400px;
    font-size: medium;
	font-weight: bold;
	color: #CC0000;
}

#upper-navigation-bar a{
	width: 400px;
    font-size: medium;
	font-weight:normal;
    text-decoration:none;
	color: #FF3333;
    text-decoration:none;
	text-align:center;
}

#upper-navigation-bar a.selected {
	font-size:large;
	font-weight:bold;
	color: #CC0000;
}

#upper-navigation-bar a.selected:hover{
	font-size:large;
}


/* CUERPO */

#section-body{
	width: 480px;
	margin: 0 0 0 0;
	font-size: medium;
	float: left;
}

#section-body a{
	text-decoration:none;
	color:#73880A;
}

#section-body a:hover{
	font-weight:bold;
	color:#006E2E;	
}


#not-found-body{
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size: large;
	color: green;
	width: 500px;
}


/* SIDEBAR */


#sidebar{
	width: 465px;
    font-size: medium;
	position:relative;
	margin-left: 485px;
	color: #36393D;
	min-height: 300px;
	margin-top: 0px;
	margin-bottom:0px;
	text-align:left;
}

#sidebar h3{
	color: #3F4C6B;
	font-weight: bold;
	font-size: small;
	text-transform:uppercase;
    background-color: #85ade0;
	background-image: url("img/sidebar-blue-gradient.png");	
	background-position:bottom left;
	background-repeat:repeat-y;
}

#sidebar a{
	text-decoration:none;
	color:#356AA0;
}

#sidebar a:hover{
	font-weight:bold;
	color:#4096EE;	
}


#firefox-hack{
 clear:both;
}

.selector-idiomas{
	background: no-repeat right url("img/world-flags.gif");
}

/* FOOTER */

#suelo{
	min-width: 960px;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#a4bee1;
	background-image:url("img/floor-blue.png");
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
}

#suelo a{
	font-size: large;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}

#navigation-bar {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#navigation-bar ul, #navigation-bar li {
	list-style-type:none;
	display: inline;
}

#navigation-bar li{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size:large;
	font-weight:normal;
}

#navigation-bar a:hover {
	width: 400px;
    font-size: large;
	font-weight: bold;
	color: #003399;
}

#navigation-bar a{
	width: 400px;
    font-size: large;
	font-weight:normal;
    text-decoration:none;
	color: #356AA0;
    text-decoration:none;
	text-align:center;
}

#credits{
	font-size: small;
	text-align:center;
	color: #36393D;
}

#credits a{
	font-size: small;
	text-align:center;
	color: green;
}

#credits a:hover{
	font-size: small;
	text-align:center;
	color: #003399;
}


/* LYRICS */

p.estribillo {
	font-style: italic;
	font-weight:bold;
}

p.translation {
	font-size: smaller;
	color:gray;
}


/* FRONT PAGE */

#front-sections{
margin-top: 30px;
position:relative;
height: 500px;
padding-left: 100px;
text-align:left;
}

#front-songs{
padding: 10px 10px 10px 10px;
position:absolute;
margin-left: 0px;
width: 350px;
height: 480px;
border: 1px solid #d8e6fa;

}

#front-songs:hover{
border: 1px solid #356AA0;
}

#front-songs a{
text-decoration: none;
color: #4096EE;

}

#front-songs h1 a{
color: #356AA0;

}

#front-songs p{


}

#front-contest{
position:absolute;
width: 350px;
height: 480px;
padding: 10px 10px 10px 10px;
margin-left: 400px;
border: 1px solid #e6f4c7;


}

#front-contest:hover{
border: 1px solid #006E2E;
}


#front-contest a{
text-decoration: none;
color: #73880A;
}

#front-contest h1 a{ 
color: #006E2E;
}

#front-contest p{


}