body
{	
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: georgia, times;
	line-height: 24px;
	font-size: 13px;
}

h1
{	
	font-size: 20px;
	background-color: #CCCCCC;
	border-top: 1px solid #3399CC;
	padding: 3px;
	color: #006699;
	clear: both;

}

#barra-top
{
	
}

#barra-top img
{
	float: left;
}

#foto-contacto
{
	padding: 10px;
	float: right;
	border: 1px solid gray;

}

#contacto
{
	float: right;
	font-size: 10px;
	text-align: right;
	width: 200px;
	line-height: 15px;
}


#content 
 {
	padding: 20px;
	margin: 0px;
	background: white;
	border: 1px solid #CCCCCC;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
}

#content p
{
	text-align: justify;
}

html>body #content 
{
	width: 600px; /* ie5win fudge ends */
}

#foto
{
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	float: right;
}
/*
#nav
{
	color: #3399CC;
	border: 1px solid #3399CC;
	clear: both;
	margin-top: 7px;
	padding: 3px;
}
*/
#nav
{
	border: 1px solid #3399CC;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 25%;
	padding-right: 25%;
}

#nav ul
{
	display: inline;
	list-style-type: none;
	
}
#nav li
{
	float: left;
	padding: 5px;
	margin-left: 0px;
}

/* tabla de documentos */
#docs
{
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
}

#docs img
{
	border: 0px;
}

#docs th
{
	font-weight: bold;
	text-align: left;
	color: #006699;
	border-bottom: 1px solid black;
}

#docs td
{
	border-bottom: 1px dotted red;
	padding: 3px;
}

/*
table
{
	font-family: georgia, times;
	font-size: 13px;
}



#cuerpo
	{
		float:left;
		padding:18px;
	}

h1
	{
		font-family: georgia,times;
		font-size: 18px;
		font-weight: bold;
	}

#barra_top
	{
		width:100%; 
		background-color: #CCCCCC;
	}
*/