/* Global CSS Document  for all website */

/* 
							CSS for all pages 
---------------------------------------------------
*/

/* CSS for all texts in school website */
.div_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;;
	color: #666666;
	letter-spacing:1px;
	margin-top: 15px;
}
.div_dash{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
	text-align: justify;
}
.ul_dash{
	
}
.ul_dash li{
	
}
/* Este cogido es para todos los titulos principales de todas las paginas*/
.div_container_title_page{ 
	text-align:left;	
	margin-top: 25px;
	margin-bottom:20px;
	height: 30px;
}
.div_title_page{ 
	text-align: left;
	font-size: 21px;
	font-weight: lighter;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.div_paragraphTitle{
	margin-bottom: 20px;
	margin-top: 30px;
	letter-spacing: 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}
.div_paragrapht{
	font-size: 0.9em;
	letter-spacing: 1pt;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}
.div_paragraphtUppercase{
	letter-spacing: 1pt;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	text-transform: uppercase;
}
.div_paragraphtwithPhoto{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.div_blackTextLine{
	font-weight: bold;
	text-align:left;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.8em;
}
.div_italicTextLine{
	font-style: italic;
	text-align:left;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.8em;
}
.div_Links{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
	text-align: left;

}
.span_blackTextLine{
	font-weight: bold;
	color: #333333;
	font-size: 1em;
}

/*class to delete the border on the images with link */
.class_imgLinkNoBorder{
	border: none;

}
/* 
				CSS for frames for template main pages 
---------------------------------------------------
*/
#tbl_mainFramesUp{
	width: 730px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#tbl_mainFramesDown{
	width: 750px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#td_frameMenu{
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	vertical-align: bottom;
	height: 60px;
}
#td_frameMenuDown{
	width: 630px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#td_framesExtremeRight{
	width: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#td_framesExtremeLeft{
	width: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;	
}
#td_framesBody{
	width: 730px;
	height: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
}
#td_framePhoto{
	width: 100px;
	height: 100px;
	vertical-align: bottom;	
}
/* ul_mainFrameMenu */
#div_mainFrameMenu{
	height: 40px;
	width: 750px;
	text-align: left;
	vertical-align: bottom;
	background-image: url(../images/mainMenuImg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 8px;
}
#ul_mainFrameMenu{
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding-right: 10;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
	list-style-type: none;
}
#ul_mainFrameMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#ul_mainFrameMenu a:link, #ul_mainFrameMenu a:visited {
        float: left;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 5px;
        text-decoration: none;
        color: #999999;
}

#ul_mainFrameMenu a:link.active, #ul_mainFrameMenu a:visited.active, #ul_mainFrameMenu a:hover {
        color:#FF9933;
}
