/* Basic Page Elements */
body {

	background: #d3caaa url(imagenes/bg-page.png) repeat-x top;
	background-color:#fff;
	color:#000;
	font-family:verdana,arial,helvetica,sans-serif;	

	padding:0px;
	}
a, a:link, a:visited  {
	color:#222222;
	text-decoration:none;
	}
a:hover  {
	color:#c00;
	text-decoration:none;
	}
img {
	border-width:0px;
	}
.floatLeft {
	float:left;
	}
.floatRight {
	float:right;
	}
p {
	margin:0px 0px 10px 0px;
	}
.accessibleText {
	display:none;
	visibility:hidden;
	}
/* End Basic Page Elements */
	
	
	
/* FSU Header 
.headerContainer {
	background:url(/.element/img/2.1/headerBg.gif) #900 repeat-x;
	color:#000;
	height:74px;
	width:100%;
	}
.header {
	margin:0px auto;
	width:795px;
	}
.headerFSUSeal {
	float:left;
	height:70px;
	}
.headerFSUTitle {
	float:left;
	height:56px;
	width:317px;
	}		
.headerSearchForm {
	float:right;
	margin-top:20px;
	width:378px;
	}
.headerSearchText {
	display:block;
	float:left;
	width:170px;
	margin-right:6px;	
	}
.headerSubmitSearch {
	display:block;
	float:left;
	width:17px;
	position:absolute;
	top:4px;
	}
/* End FSU Header */



	

/* Top of Fold 
.tofContainer {
	background:url(/.element/img/2.1/tofBg.gif) #300 repeat-x;
	background-color:#000;  /* added dk 20071206  
	color:#000;
	float:left;
	height:245px;
	overflow:hidden;
	width:100%;
	}
.tof {
	display:block;
	background-color:#900;
	border-left:1px solid #CC6;
	border-right:1px solid #CC6;
	height:245px;
	margin:0px auto;
	width:795px;
	}
a.tofMore:link, a.tofMore:hover, a.tofMore:visited, 
a.tofClose:link, a.tofClose:hover, a.tofClose:visited {
	float:left;
	margin:221px 0px 0px 15px;
	height:14px;
	width:55px;
	background-repeat:no-repeat;
	}
a.tofMore {
	background-image:url(/.element/img/2.2/more.gif);
	}
a.tofMore:hover {
	background-image:url(/.element/img/2.2/moreOver.gif);
	}
a.tofClose {
	background-image:url(/.element/img/2.2/close.gif);
	}
a.tofClose:hover {
	background-image:url(/.element/img/2.2/closeOver.gif);
	}


	/* Alerts */
		.alert a:link, .alert a:visited {
			background-color: #900;
			color:#fff;
			display:block;
			text-align:center;
			font-weight:bold;
			padding: 5px;
			margin-bottom:8px;
			}
		.alert a:hover {
			background-color:#FF0000;
			}
		.topAlert {
			background-color:#CC6;
			min-height:40px;
			}
		.topAlert a {
			display:block;
			width:797px;
			margin:0px auto;
			padding-bottom:20px;
			text-align:center;
			color:#900;
			}
		.topAlert a:hover {
			color:#F00;
			}
		.topAlert h1 {
			font-size:1.2em;
			margin:0px;
			font-weight:700;
			}
		.topAlert p {
			font-size:.9em;
			margin:0px;
			}		


/* End Top of Fold */



/* Fold 
div.fold {
	color:#fff;
	background-color:#000;
	border-top:1px solid #CC6;
	border-bottom:1px solid #CC6;
	font-size:.75em;
	float:left;
	height:8px;
	width:100%;
	}
div.foldBorders {
	width:795px;
	border-left:1px solid #CC6;
	border-right:1px solid #CC6;
	overflow:hidden;
	height:8px;
	margin:0px auto;
	}
/* End Fold */

	
	
/* Bottom of Fold 
.bofContainer {
	float:left;
	width:100%;
	}
.bofCentered {
	margin:0px auto;
	width:797px;
	}
.bof {
	background-image:url(/.element/img/2.1/scanLinesBg.gif);
	float:left;
	background-color:#fff;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#CC6;
	line-height:18px;
	width:795px;
	}
.bofLeftColumn {
	float:left;
	width:195px;
	list-style:none;
	margin:0px;
	padding:0px;
	}

.bofLeftColumn a:link, .bofLeftColumn a:visited {
	display:block;
	padding:6px 15px;
	border-bottom:1px solid #CC6;
	font-weight:700;
	font-size:.75em;
	width:165px;
	}
.bofLeftColumn a:hover {
	background:#e7e7b8;
	color:#000;
	}
.bofLeftColumn UL {
	margin:0px;
	padding:0px;
	list-style:none;
	width:165px;
	}
.bofMiddleText {
	float:left;
	font-size:.7em;
	width:165px;
	padding:15px;
	}
.bofMiddleText a:hover {
	text-decoration:underline;
	}
.bofMiddleText H1 {
	font-weight:700;
	margin:0px;
	margin-bottom:10px;
	font-size:1em;
	}
.bofRightColumn H1 {
	color:#900;
	font-weight:700;
	font-size:1.2em;
	margin:0px;
	margin-bottom:15px;
	}
.bofRightImage {
	width:145px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	}
.bofRightColFloat {
	float:right;
	width:145px;
	margin:0px 0px 10px 10px;
	}
a.bofMore:link, a.bofMore:hover, a.bofMore:visited, 
a.bofCloseUpper:link, a.bofCloseUpper:hover, a.bofCloseUpper:visited, 
a.bofCloseLower:link, a.bofCloseLower:hover, a.bofCloseLower:visited {
	display:block;
	float:right;
	margin:5px 0px 0px 0px;
	height:14px;
	width:55px;
	background-repeat:no-repeat;
	}
a.bofMore {
	background-image:url(/.element/img/2.2/more.gif);
	}
a.bofMore:hover {
	background-image:url(/.element/img/2.2/moreOver.gif);
	}
a.bofCloseUpper, a.bofCloseLower {
	background-image:url(/.element/img/2.2/close.gif);
	}
a.bofCloseUpper:hover, a.bofCloseLower:hover {
	background-image:url(/.element/img/2.2/closeOver.gif);
	}
.bofBonusArea {
	border-left:1px solid #CC6;
	border-right:1px solid #CC6;
	width:795px;
	}
.relatedLinksContainer {
	background-color:#fff;
	border:1px solid #CC6;
	font-size:.9em;
	float:right;
	margin:5px 0px 10px 15px;
	width:200px;
	}
.relatedLinksHeader {
	background-color:#F1F1D4;
	padding:2px 4px;
	font-weight:700;
	}
.relatedLinksContainer li {
	margin-left:-20px;
	}
.relatedLinksContainer ul {
	color:#900;
	margin-top:2px;
	margin-bottom:5px;
	}
.storyByline {
	font-style:italic;
	border-top:1px solid #CC6;
	padding-top:4px;
	}	
.insetPhoto {
	float:left;
	margin:10px 20px 10px 0px;
	}
.insetPhotoCaption {
	margin:0px;
	padding-bottom:4px;
	color: #81814E;
	line-height:1.3em;
	text-align:center;
	font-family:Georgia, 'Times New Roman', Times, serif;
	border-bottom:1px solid #81814E;
	}
	
/* End Bottom of Fold */



/* Footer 
.footerContainer {
	clear:left;
	top:-25px;
	position:absolute;
	width:100%;
	float:left;
	border-width:1px 0px;
	border-style:solid;
	border-color:#CC6;
	}
.footer {
	background-color:#fff;
	color:#666;
	font-size:.6em;
	height:53px;
	width:780px;
	margin:0px auto;
	padding:0px 15px 0px 0px;
	text-align:right;
	border-width:0px 1px;
	border-style:solid;
	border-color:#CC6;
	}
.footerText {
	float:left;
	width:450px;
	margin-top:8px;
	}
.footer a, .footer a:link, .footer a:hover, .footer a:visited  {
	color:#666;
	}
a.pathwaysLogo {
	display:block;
	margin:0px;
	float:left;
	width:329px;
	height:53px;
	}
	
/* End Footer */



/* Clases realizadas para style de la pagina*/

.tabla1
{
	border-top:1px solid #2000c0;
	border-bottom:1px solid #2000c0;
	border-left:1px solid #2000c0;
	border-right:1px solid #2000c0;
}

.tabla2
{
	border-left:1px solid #2000c0;
	border-right:1px solid #2000c0;

}

.tabla3
{
	border-top:1px solid #2000c0;
	border-left:1px solid #2000c0;
	border-right:1px solid #2000c0;
}

.tabla4
{
	/*border-top:1px solid #2000c0;*/
	border-bottom:1px solid #2000c0;
	/*border-left:1px solid #2000c0;*/
	/*border-right:1px solid #2000c0;*/
	margin:0px 0px 0px 0px;
}
.tabla5
{
	/*border-top:1px solid #2000c0;	*/
	border-bottom:1px solid #2000c0;
	/*border-left:1px solid #2000c0;*/
	/*border-right:1px solid #2000c0;*/

}

.tabla6
{
	border-left:1px solid #2000c0;
	background-image:(imagenes/fondoimagenes.png);
	
}

.tabla7
{
	border-top:1px solid #2000c0;
}

.tabla8
{
	border-top:1px solid #2000c0;
	border-bottom:1px solid #2000c0;
	border-left:1px solid #2000c0;
	border-right:1px solid #2000c0;
}

.tabla9
{

	border-right:1px solid #2000c0;
}

.cajas_input {
	color:#666;
	font-size:.6em;
	border-width:1px 1px;
	border-style:solid;
	border-color:#2000c0;
	}

.cajas_input {
	color:#666;
	font-size:10px;
	border-width:1px 1px;
	border-style:solid;
	border-color:#FFFFFF;
	}

.botones
{   
    BORDER-RIGHT: #e3e3e3 0px solid;
    BORDER-LEFT: #e3e3e3 0px solid;
    BORDER-BOTTOM: #e3e3e3 0px solid;
    BORDER-TOP: #e3e3e3 0px solid;
    FONT-SIZE: 10px;
    MARGIN: 0px 0px 0px 0px;
    COLOR: #555555;
    FONT-FAMILY:  Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.texto_item1
{
    FONT-SIZE: 10px;
    MARGIN: 4px 4px 4px 4px;
    COLOR: #FFFFFF;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.texto_facultad
{
    FONT-SIZE: 20px;
    MARGIN: 204px 4px 4px 4px;
    COLOR: #000000;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.texto_footer
{
    FONT-SIZE: 12px;
    MARGIN: 4px 4px 4px 4px;
    COLOR: #222222;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.texto_noticias
{
    FONT-SIZE: 16px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #900;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
    
}


.texto_normal
{
    FONT-SIZE: 12px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #222222;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
    
}

.texto_titulo
{
    FONT-SIZE: 12px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #900;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
    
}

.texto_titulos
{
    FONT-SIZE: 14px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #900;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
    
}

.texto_banner
{
    FONT-SIZE: 12px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #ffffff;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none

}



.fecha
{
    FONT-SIZE: 12px;
    MARGIN: 4px 4px 4px 4px;
    COLOR:  #222222;
    FONT-FAMILY:  verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
    
}

/* fin de clases realizadas */









