
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(img/back.jpg) repeat;
}

A, IMG{
	text-decoration:none;
	border:none;
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
 background:url(img/fondo.jpg) no-repeat;
}
#header {
 color: #333;
 width: 980px;
 float: left;
 height: 100px;
}
#leftcolumn { 
 color: #333;
 height: 595px;
 width: 330px;
 float: left;
}

#fotos{
	margin-left:61px;
}
.menu {
	margin-left:100px;
	margin-top:110px;
}

.menu li{
		font:Verdana;
		font-size:18px;
		font-style:italic;
		font-weight:bold;
		color:#0066CC;
		list-style-type:none;
		margin-bottom:10px;
		margin-left:8px;
}


#fotos{
	margin-left:	
}

#content { 
 float: left;
 color: #333;
 height: 595px;
 width: 500px;
 display: inline;
}

#contenido{
	width:350px;
}

H2{
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
}
.inicio{
	font-family:Georgia,serif;
	font-size: .8em;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 
}

#contenido p{
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #666;

}
#rightcolumn { 
 color: #333;
 height: 595px;
 width: 150px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
}