/* CSS Document */

body {
	background-color: #AE985C;
	}
	
.main {
	width: 750px;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: -375px;
	left: 50%;
	height: 255px;
	}
	
.box_top {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 740px;
	height: 180px;
	background-color: #b18c5d;
	}
	
.photo {
	width: 734px;
	position: absolute;
	top: 4px;
	left: 2px;
	}
	
.title {
	width: 734px;
	position: absolute;
	top: 155px;
	left: 3px;
	background-color: #9d6e2e;
	height: 21px;
	text-align: right;
	}
	
.menu {
	position: absolute;
	left: 5px;
	width: 740px;
	height: 100px;
	top: 190px;
	}
	
.content {
	width: 740px;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: -375px;
	left: 370px;
	top: 65px;
	padding: 5px;
	padding-bottom: 45px;
	}
	
.contentcyber {
	width: 740px;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: -375px;
	left: 370px;
	top: 65px;
	padding: 5px;
	padding-bottom: 45px;
	}
		
.item1{
	position: absolute;
	width: 184px;
	height: 55px;
	background-color: #6a502a;
	left: 0px;
	}
	
.item2{
	position: absolute;
	width: 184px;
	height: 55px;
	background-color: #6a502a;
	left: 189px;
	}
	
.item3{
	position: absolute;
	width: 184px;
	height: 55px;
	background-color: #6a502a;
	left: 378px;
	}
	
.item4{
	position: absolute;
	width: 174px;
	height: 55px;
	background-color: #6a502a;
	left: 566px;
	top: 0px;
	}
	
.item1 div, .item2 div, .item3 div, .item4 div{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	text-align: center;
	top: 11px;
	width: 167px;
	height: 35px;
	left: 10px;
	}
	
.item1:hover, .item2:hover, .item3:hover, .item4:hover {
	cursor: pointer;
	background-color: #e0b26a;
	}
	
.item1 div:hover, .item2 div:hover, .item3 div:hover, .item4 div:hover{
	color: #6a502a;
}

.footer {
	width: 740px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: #9d6e2e;
	height: 19px;
	text-align: left;;
	}
	
.Estilo1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2EEE7;
	height: 55px;
	width: 250px;
}
.Estilo2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2EEE7;
	height: 90px;
	width: 250px;
}
.Estilo3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2EEE7;
	height: 60px;
	width: 150px;
}
.Estilo4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2EEE7;
	height: 57px;
	width: 180px;
}
.texto_negrita{
	font-weight: bold;
	font-size:12px;
}
.texto_rojo{ 
	color:#FF0000;
}
.texto_grande{
	font-size: 16px;
}
