/* CSS Document */
#picture {
	float: left;
	background-color: #01006a;
	width: 500px;
	height: 170px;
}

#links {
	position: relative;
	float: left;
	background-color: #d7d7d7;
	width: 240px;
	height: 170px;
	margin: 0 -2px 0 0;
}
#links ul {
	position: relative;
	top: 10px;
	left: 8px;
	line-height: 24px;
	width: 228px;
}
#links ul li a {
	color: #35354c;
	text-decoration: none;
}
#links ul li a:hover {
	color: #3a3a50;
	text-decoration: underline;
}


div#folio {
	background: url(../images/bg01.gif) repeat-x;
	height: 45px;
	width: 200px;
	float: left;
}
h2#folio {
	position: relative;
	background: url(../images/folio_de_sitios.gif) no-repeat;
	width: 133px;
	height: 18px;
	top: 16px;
	left: 7px;
	text-indent: -999em;
}

#sitios {
	background-color: #d7d7d7;
	width: 200px;
	height: 290px;
	float: left;
	color: #35354c;
}
#sitios ul {
	position: relative;
	float: left;
	top: 20px;
	left: 20px;
	line-height: 24px;
	width: 170px;
}

#sitios iframe {
	margin-left: 10px;
	float: left;
	position: relative;
	top: 90px;
}



div#etc {
	background: url(../images/bg02.gif);
	height: 45px;
	width: 540px;
	float: left;
	margin: 0 -2px 0 0;
}
h2#etc {
	position: relative;
	background: url(../images/internet_diseno_web.gif) no-repeat;
	width: 190px;
	height: 18px;
	top: 16px;
	left: 7px;
	text-indent: -999em;
}

#text {
	float: left;
	color: #35354c;
	float: left;
	width: 508px;
	height: 245px;
	padding: 15px 20px 30px 12px;
	line-height: 22px;
}

