/*Pagina Inicio*/
.page .titulo{
	width: 720px;
	position: absolute;
	top: 80px;
}
.page .titulo .item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #703838;
}
.page .texto {
	width: 480px;
	position: absolute;
	top: 120px;
}
.page .texto .tabla{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #703838;
	border-right-color: #703838;
	border-bottom-color: #703838;
	border-left-color: #703838;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 480px;
	height: 300px;
}
.page .texto .item{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #727272;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:justify;
}
.page .texto .item2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #727272;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}
.page .texto li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #727272;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page .foto {
	width: 720px;
	position: absolute;
	top: 120px;
}