/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#afe9ff;
}
h2{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

#Cuerpo{	
	width:993px;
	text-align:left;
	min-height: 460px;
	height: auto !important;
  	height: 460px;
	background-color:#FFFFFF;
	background-image:url(../Images/Prueba.jpg);
	background-repeat: no-repeat;
	border: 1px solid;
}

#Textos{
	position: relative;
	float:left;
	top: 21px;
	left:80px;
	text-align:justify;
	padding-right: 20px;
	width:700px;
}

#Enlaces{
	position: relative;
	float:left;
	left: 27px;
	top: 192px;
	width: 192px;
}

#Enlaces li{
	margin-top: 5px;

}


#Pie{
	position:relative;
	float:right;
	text-align:center;
	width:100%;

}

.Pi{
	height:5px;
	background-color:#000000;
	width:100%;
}

.Tabla{
	border:0;
}

.clear{
	clear: both;
}