/* Content */

#content {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
}

#content p {
	font-size: 11px;
}

#content li {
	list-style-type: square;
	font-size: 13px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
	
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #272727;

	
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}


#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffb925;
	
}

#content h3 {
	color: #FFCC66;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#content h3 a {
	text-decoration: none;
}


#content h3 a:hover {
	color: #ffffff;
	
}



/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 60px;
	background: #999999;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: black;
}

.linea {
	padding-top: 30px;
	border-top: 2px dotted #ACACAC;
}


p {
text-align: justify;
}



#colOne a, #colTwo a{
	color: #FFCC66;
}