.contenido {
	padding:5px;
	marging:5px;
	text-align:justify;
}
.agreement {
	font-size:10px;
}
.style1 {
	color:#FFC10E;
	font-weight:bold;
	font-size:17px;
}
.style3 {
	font-size:12px;
	color:#0066cc;
	font-weight:bold;
}
.style4 {
	font-size:13px;
	color: #666666;
	font-style:italic;
}
.style7 {
	color:#0054A5;
	font-weight:bold;
}
.style9 {
	color:#666;
}
.style12 {
	font-size: 40px;
	color: #F6A83B;
}
.style13 {
	color: #333366;
	font-weight: bold;
}
#subtle {
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-indent:3px;
	list-style:none;
	width:400px;
	height:20px;
	background:#F6A83B;
	position:absolute;
	left: 224px;
	top: 209px;
}
/************** backgrounds ***************/
#grad{
	background-image: url(images/bg_degrade2.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}
#grad2{
	background-image: url(images/bg_degrade.jpg);
	background-repeat:no-repeat;
	background-position: 0;
}
#tle{
	background-image: url(images/tle_mainbg.jpg);
	background-repeat:repeat-x;
	background-position: 0;
}
#linhor{
	background-image: url(images/lin.jpg);
	background-repeat: repeat-x;
}
/*backgrounds sections*/
#bgadm{ 
	background-image:url(images/bg_admissions.jpg);
	background-repeat:no-repeat;
	background-position:bottom left; 
}


/*********** #linkalt styles ***********/
/*sirve para tener un estilo de link diferente*/
#linkalt {
	color: #fff;
}
#linkalt a:link {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#linkalt a:hover, a:active {
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}
#linkalt a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
/*********** #linkalt2 styles ***********/
/*sirve para tener un estilo de link diferente*/
#linkalt2 {
	font-size:11px;
	padding:5px;
	marging:5px;
	color:#666666;
}
#linkalt2 a:link  {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#linkalt2 a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#linkalt2 a:hover, a:active {
	color:#0066cc;
	font-weight:bold;
	text-decoration:underline;
}
