#d_principal
{
	width: 960px;
	height: 600px;
	font-size: 12px;
	font-family: arial;
}

#d1
{
	width: 960px;
	height: 130px;
}

#d11
{
	width: 960px;
	height: 50px;
}

#d111
{
	width: 740px;
	height: 50px;
	float: left;
	background: url(logo.jpg) no-repeat;
}

#d112
{
	width: 220px;
	height: 50px;
	float: right;
	background: url(bg_search.png) no-repeat;
	color: #ffffff;
	line-height: 4;			/* para posicionar la linea en forma vertical*/
}

#d12
{
	width: 960px;
	height: 80px;
}

#d121
{
	width: 740px;
	height: 80px;
	float: left;
	background: url(banner.jpg) no-repeat;
}

#d122
{
	width: 210px;
	height: 77px;
	float: left;
	color: #000066;
	background: #F0F0F0;
	font-weight: bold;
	text-align: justify;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#d2
{
	width: 960px;
	height: 440px;
}

#d21
{
	width: 160px;
	height: 440px;
	float: left;
	background: #000066;
}

#d22
{
	width: 799px;
	height: 25px;
	float: right;
	border-right: #cccccc 1px solid;
}

#d23
{
	width: 799px;
	height: 415px;
	float: right;
	border-right: #cccccc 1px solid;
}

#d231
{
	width: 550px;			/* 550px para completar con los padding*/
	height: 415px;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	
}

#d231SW
{
	width: 799px;			/* 769px para completar con los padding*/
	height: 415px;
	
	
}

#d232
{
	width: 219px;
	height: 415px;
	float: right;
}

#d3
{
	width: 960px;
	height: 30px;
	background: #000066;
}

#d31
{
	width: 160px;
	height: 30px;
	float: left;
}

#d32
{
	width: 800px;
	height: 30px;
	float: right;
}

#d321
{
	width: 580px;
	height: 30px;
	color: #ffffff;
	line-height: 2;			/* para posicionar la linea en forma vertical*/
	text-align: center;
}

#d322
{
	width: 220px;
	height: 30px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration:none;
	color: #000066;
}

a:hover
{
	color: #de5908;
	text-decoration: none;
	font-weight: bold;	
}