#rSquare01 {
	background-color: #2263AA;
	height: 180px;
	width: 180px;
}
#picture {
	height: 300px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#logo {
	height: 60px;
	width: 150px;
	padding-top: 10px;
}

/* segundo nivel de anidación */

#content2 {
	width: 590px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentLeft2 {
	margin: 0px;
	float: left;
	width: 545px;
}

#titulo {
	width: 545px;
	height: 35px;
	background-color: #7AA1CC;
	margin-bottom: 5px;
	padding-top: 35px;
}
#titulo[id] {
	padding-top: 25px;
	height: 45px;	
}
#titulo h1 {
	background-image: url(../images/background/h1.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 18px;
	color: #000066;
	padding-left: 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.2em;
}


#contentRight2 {
	float: right;
	width: 40px;
	background-color: #CCCCCC;
	height: 100%;
}

#content3{
	width: 425px;
	background-image: url(../images/background/content3.png);
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom {
	background-image: url(../images/background/bottom.png);
	background-repeat: repeat-y;
	height: 70px;
}
