/* CSS Document */

body
{
	background-color: #b12528;
}

#contenedor
{
	width: 450px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: -225px;
	border: 5px solid #fff;
	background-color: #FFFFFF;
}

#logo
{
	width: 500px;
	height: 40px;
	background-image: url(../img/logo_blanco.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 7px;
}

#foto
{
	width: 450px;
	height: 500px;
	background-color: #CCCCCC;
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
}

#menu
{
	float: left;
	clear: both;
	overflow: visible;
	width: 450px;
}

#menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li
{
	float:left;
}

#menu a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	background-color: #fff;
	width: 150px;
	padding: 12px 0;
}

#menu a:hover
{
	color: #FFFFFF;
	background-color: #000000;
}