/* CSS Document */

/*Descarga Latina Productions*/
body{
	background:#666;
	font:normal 62.5% Verdana,sans-serif,'Lucida Grande';
	font-size: x-small;
/*text-align:center;*/
}

/* ---------------
   Layout elements
   --------------- */

/* Masthead and descendants */

#masthead img{
border:none;
}

#container {
width:760px;
margin:20px auto 0px auto;
background:#000;
}

/* Navigation */
.navbar ul{
list-style:none;
text-align:left;
/*padding:0 0 0 240px;*/
position:relative;
left:60px;
}

.navbar li{
display:inline;
margin:0 15px 0 0; 
padding:0 0 0 10px;
line-height:200%;
text-align:left;
background: transparent url(../images/bullet.gif) no-repeat left center;

}

.navbar li a:link, .navbar li a:visited {
text-decoration:none;
font-size:1.3em;
font-weight:bold;
color:#FFE86C;
}
.navbar li a:hover {
color:#FFF;
border-bottom:1px dashed #FFF;
/*background: transparent url(../images/white_bullet.gif) no-repeat left center;*/
}

/* The main column and descendants */

#mainCol {
	/*float:right;*/
width:760px;
	font-size:12px;
	line-height:150%;
	color:#FFF;
	background:#7e0d04 url(../images/header.gif) no-repeat;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
/*height:426px;*/
}

#mainCol p {
	/*width:475px;*/
padding:0 100px 0 100px;
	color: #FFF;
	text-align: left;
}

#mainCol a:link, #mainCol a.visited{
text-decoration:none;
color:#FFE86C;
}

#mainCol ul {
padding-left:100px;
}

/* The left column and descendants */

#sidebar {
float:right;
width:238px;
background:#000 url(../images/couple.jpg) no-repeat;
text-align:left;
height:426px;
}

/* The footer and descendants */

#footer {
/*clear:both;*/
min-height:100px;
font-size:0.9em;
color:#FFE86C;
background:#000 url(../images/footer.gif) no-repeat;
text-align:center;
overflow:auto;
}

#footer ul {
list-style:none;
margin:10px 0 3px 0;
/*position:relative;*/
/*left:100px;*/
}

#footer li {
display:inline;
margin:0 10px 0 0;
padding:0;
line-height:160%;
}
#footer li a:link, #footer li a:visited {
text-decoration:none;
font-weight:bold;
color:#FFE86C;
font-size:1em;
}
#footer li a:hover {
color:#FFF;
border-bottom:1px dashed #FFF;
}

#footer p {
margin:0 0 3px 0;
/*position:relative;*/
/*left:100px;*/
}

/* ----------------------------
   All headings and versions of 
   ---------------------------- */

h2, h3 {
color:#FFF;
}
h2 {
/*margin-top:40px;*/
padding-top:40px;
font-size:1.6em;
padding-left:100px;
}
h3 {
	margin-top:32px;
	font-size:1.5em;
	padding-left:100px;
	padding-top:32px;
	text-align: left;
}
h4,h5 {
font-size:1.3em;
color:#FFE86C;

}
h4{
margin:550px 0 10px 56px;
}
h5{
	margin-top:30px;
	padding-left:100px;
	text-align: left;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
color:#FFF;
}

.image_float{
float:left;
margin:0 5px 5px 100px;
}

.spacer{
clear:left;
}
