/**************************************************************
Home page, estructura
**************************************************************/
body {
margin: 0;
padding: 0;
text-align: center;
background-color:#C2C0B6;
}

#Wrapper {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 470px;
	height: 716px;
	margin-top: -358px;
	margin-left: -235px;
	overflow: inherit;
}


#Obra {
	width: 470px;
	float: left;
	text-align:right;
	display:table;
	height:716px;
	background-color:#FFFFFF;
}
#Base {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	width: 1680px;
	height: 1050px;
	overflow: hidden;
	background-image: url(imgs/home.jpg);
	background-repeat: no-repeat;
	
}
#BaseTexto {
	position: absolute;
	width: 380px;
	height: 190px;
	background-color: #FFFFFF;
	margin-left: 100px;
	margin-top: 100px;
	text-align: left;
	padding-left: 70px;
	padding-top: 30px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
#BaseTexto  DIV.imagen {
	width: 370px;
	height: 50px;
	display: table;
	padding-top: 40px;
}
#BaseTexto DIV.texto {
	width: 370px;
	text-align: left;
	padding-top: 8px;
	display: table;
}

.textoch {
	color: #908F88;
	text-decoration:none;
		font-family: Tahoma, Arial;
	font-size: 9px;
	font-style: normal;
	color: #616056;
}
.textoch:hover {
	color: #908F88;
	text-decoration:none;
}
