@charset "utf-8";

body {
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.body1 #container1 {
	width: 750px; 
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

.body1 #containerLos {
	width: 700px; 
	background: #666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

.body1 #titleContent {
	padding: 0px 20px;
	background: #333;
	margin-top:25px;
}

.body1 #mainContent {
	padding: 10px 20px 10px 30px;
	background: #333;
}


.titleWrap {
	width:650px;
	padding-bottom:25px;
	padding-top:25px
}


.xActual850 {
	float:left;
	width:850px;
	padding: 25px;
	margin: 0px;
}


.logo {
	float:left;
	width:700px;
	margin: 10px 10px 0px 10px ;
}


.titleActual {

	color:#CCCCCC; 
	font-size:18px;
	font-weight:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.subTitleActual {

	color:#CCCCCC; 
	font-size:14px;
	font-weight:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




.subContentImg {
    
	float:left;

	width:100px;
	height:100px;
    padding:15px;
    border:0px;
    margin:00px;
}

.subContentImg a:link, a:visited, a:active { text-decoration:none; color:#ffffff; padding:0px; }
.subContentImg a:hover { text-decoration:none; color:#ffffff; background-color:none; padding:0px; }



.subContent200 {
    
	float:left;

	width:200px;
	height:150px;
    padding:15px;
    border:0px;
    margin:00px;
}



.subMetaActual {
    
	float:left;

	width:400px;
	height:150px;
    padding:15px;
    border:0px;
    margin:0px;
	
	color:#ccc;
	font-size:16px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	
}

.subMagActual a:link { text-decoration:none; color:#ccc; }
.subMagActual a:visited { text-decoration:none; color:#ccc; }
.subMagActual a:active { text-decoration:none; color:#ccc; }
.subMagActual a:hover { text-decoration:none; color:#ffffff; background-color:#333; }






.baskervilleNav { 
	font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
	font-size:14px;
}




.titleNav {
	width:150px;
	
}
	






/* clear float */
.clear { clear:both; }





/* footer */
.footer1 {
    
	width:650px;
	height:100px;
    padding:25px;
    border:0px;
    margin:0px;
	
	background-color:transparent;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footer1 a:link { text-decoration:none; color:#CCCCCC; }
.footer1 a:visited { text-decoration:none; color:#CCCCCC; }
.footer1 a:active { text-decoration:none; color:#CCCCCC; }
.footer1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }



/* header & text formatting attributes */

h1 {
color:#CCCCCC; 
font-size:22px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#CCCCCC; }
h1 a:visited { text-decoration:none; color:#CCCCCC; }
h1 a:active { text-decoration:none; color:#CCCCCC; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#666666; }




