/**** BASICS ****/
body {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
    color: #333333;
	margin-top:0px;
	margin-bottom:0px;
    padding: 0px;
    width: 96%; /* to get rid of the horizontal scrollbar in IE */
}

a {
    color: #949595;
	font-weight:500;

}




/*** PAGE LAYOUT ***/




#container {

	position:relative;
	text-align: left;
    width: 600px;
	height:400px;
    margin-left: auto;
    margin-right: auto;
	background-color:#ffffff;
	margin-top:10%;
	margin-bottom:0px;
	border-bottom: #c6c69e solid 1px;

}

#header {
	margin-top:0px;
	width:600px;
    height: 60px;
	padding-top:5px;
	background: url("../image/header.png") no-repeat bottom left;
	text-align:right;
	font-family: "Arial Narrow";
	font-size: 18px;

}


#page_image {


	background: url("../image/fotos.jpg") no-repeat top right;
	float:left;
	position:relative;
	margin-top:25px;
	width: 350px;
    height: 300px;
	text-align:right;
	padding-left:15px;
}

#content {
	margin-top:55px;
	text-align:center;

}
* html #content {
    height: 200px;

}


/**** MENU ****/
.menu {
    color:#999999;
	text-decoration:none;
}


.menu a:hover{
	color: #CCCCCC;
    text-decoration: underline;
	font-weight:600px;
}






