/* Default Stylesheet */

html {
	height:100%;
}
															/** BODY ELEMENTS **/
body {
	text-align: center;
	color: #fff;
	background:#000;
	}
	
body.inicio {
	background:#000 url(../img/fondo.jpg) bottom right no-repeat;
	
}

h1 {
	font-size: 3.00em;
	color: #333;
	line-height: 1em;
	}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman";
	font-weight: normal;
	}


															/** MAIN CONTAINERS **/
div#container {
	width: 690px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	text-align: left;
	}
	
		
	div#header {
		padding: 20px 0 50px 0;
		}

	div#main {
		
		}
		div#content {
			width:480px;
			margin-left:2px;
			}
		div#content img{
			float: right;
			margin: 0 0 1em 1em;
		}
		div#content ul{
			margin-bottom: 2em;
		}
		div#column {
			float: right;
			width: 200px;
			}
		div#columnHome {
			float: right;
			width: 480px;
			}			
	div#footer {
		text-align: center;
		width: 503px;
		padding:50px 0 50px 0;
		}
			
		body.inicio div#column{
			float: left;
		}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }


div#column a:link, div#column a:visited {
	font-family:Georgia, "Times New Roman";
	font-size: 1.4em;
	color: #0092bc;
	text-decoration: none;
	}
div#column a:hover, div#column a:active {
	color: #9bd3ee;
	}


															/** FORMS **/
* { }






															/** END **/