/* ----------------------------------------- */
/* Globals and Resets - Do not alter         */
/* ----------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	width: 100%;
	color: #000;
	background: #FFF;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
/* -------------------------------------- */
/* Main Layout Divs                       */
/* -------------------------------------- */
#homepage {
	background: #ebeef1 url(../images/background_homepage.jpg) repeat-x;
}
#subpage {
	background: #ebeef1 url(../images/background_subpage.jpg) repeat-x;
}
#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	width: inherit;
	height: 154px;
	background: url(../images/background_header.jpg) top center no-repeat;
}
#nav {
	width: inherit;
	height: 59px;
}
#homepage #headline {
	width: inherit;
	height: 200px;
}
#subpage #headline {
	width: inherit;
	height: 100px;
}
#content {
	width: inherit;
	height: auto;
	padding: 20px 0px 0px 0px;
	float: left;
}
#homepage #leftCol {
	width: 584px;
	height: auto;
	float: left;
}
#homepage #rightCol {
	width: 357px;
	height: auto;
	float: right;
}
#subpage #leftCol {
	width: 674px;
	height: auto;
	float: left;
}
#subpage #rightCol {
	width: 267px;
	height: auto;
	float: right;
}
#footer {
	width: 100%;
	height: auto;
	margin: 25px 0px 0px 0px;
	background: #285377;
}
/* -------------------------------------- */
/* Global Text Styles - Alter These       */
/* -------------------------------------- */
p {
	font-size: .9em;
	color: #858f97;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
}
/* Text Link Styles */
p a:link {
	color: #858f97;
	padding: 2px;
	font-weight: bold!important;
}
p a:visited {
	color: #858f97;
}
p a:hover {
	color: #2e7aad;
	background: #ecf4f9;
	border-bottom: 1px solid #b3d1e5;
}
p a:active {
	color: #858f97;
}
/* Headline Styles */
h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: .9em;
	font-weight: bold;
}
/* Lists inside body copy */
#content ul {
	margin: 10px 0px 10px 20px;
}
#content ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style-image: url(../images/arrow.jpg);
	font-size: .9em;
	color: #858f97;
}
#content ul li a {
	color: #2e7aad;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
}
#content ul li a:hover {
	color: #FFF;
	background: #2e7aad;
}
/* add 'class="link"' to your <a> links to give it this style */
.link {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: #ecf4f9;
	border-bottom: 2px solid #b3d1e5;
	color: #408bbe;
	font-weight: bold;
}
a:hover.link {
	background: #408bbe;
	color: #FFF;
	border-bottom: 2px solid #408bbe;
}
/* Misc text styles */
.quote {
	color: #d74c52;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
.floatRight {
	text-align: right;
}
.floatCenter {
	text-align: center;
}
/*  Global text color Classes  */
.grey {
	color: #858f97;
}
.dark-grey {
	color: #48494a;
}
.red {
	color: #d74c52;
}
.blue {
	color: #2e7aad;
	
}
.green {
	color: #86a625;
}
.orange {
	color: #c9a82d;
}
.white {
	color: #FFF;
}
.dash {
	font-size:80%;
	border: 1px solid;
	padding: 3px;
}
.solidgreen {
	font-size: 90%;
	text-align: center;
	color: #86a625;
	border: 1px solid;
	padding: 3px;
	font-weight: bold;
}
.bordergrey {
	font-size: 90%;
	color: #48494a;
	text-align: center;
	border: 2px solid #2e7aad;
	padding: 5px;
	background: #F0F8FF;
}
.negrita{
	font-size: 105%;
	text-align: center;
	border-bottom: 1px Black;
}
.chica{
	font-size: 90%;
}
/* -------------------------------------- */
/* Logo Text                              */
/* -------------------------------------- */
#header h1 {
	padding: 70px 0px 5px 0px;
}
/* -------------------------------------- */
/* Top Navigation bar                     */
/* -------------------------------------- */
#nav li {
	display: inline;
}
#nav li a {
	display: inline-block;
	padding: 20px;
	color: #FFF;
}
#nav li a:hover, #nav .selected {
	padding: 19px;
	background: #d3d3d3 url(../images/nav_selected.jpg) repeat-x;
	color: #408bbe;
	border: 1px solid #d3d3d3;
}
/* -------------------------------------- */
/* Headline\Call Out Area                 */
/* -------------------------------------- */
#headline {
	overflow: hidden;
}
#headline .text {
	width: 584px;
	height: auto;
	float: left;
}
#headline .image {
	width: 357px;
	height: 200px;
	background: url(../images/image_headline.jpg) no-repeat;
	float: right;
}
#headline .image1 {
	padding-top: 10px;
	width: 357px;
	height: 200px;
	float: right;
}
#homepage #headline h3 {
	padding-top: 30px;
}
#subpage #headline h3 {
	padding-top: 20px;
}
#headline p {
	font-size: 1em;
	padding: 10px 0px 20px 0px;
	line-height: 1.3em;
}
/* -------------------------------------- */
/* Content Blocks                         */
/* -------------------------------------- */
#homepage .largeBox {
	width: 536px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background: #FFF;
	border: 5px solid #cdd7df;
}
#homepage .mediumBox {
	width: 305px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background: #FFF;
	border: 5px solid #cdd7df;
}
#homepage .smallBox {
	width: 158px;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #FFF;
	border: 5px solid #cdd7df;
	font-size: .8em;
	float: left;
}
#subpage .largeBox {
	width: 624px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background: #FFF;
	border: 5px solid #cdd7df;
}
#subpage .mediumBox {
	width: 217px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background: #FFF;
	border: 5px solid #cdd7df;
}
#subpage .smallBox {
	width: 158px;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #FFF;
	border: 5px solid #cdd7df;
	font-size: .8em;
	float: left;
}
#homepage .last {
	margin: 0px;
} /* do not alter this */
.largeBox h3, .mediumBox h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
}
.smallBox h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
}
/* -------------------------------------- */
/* News Box Styles                        */
/* -------------------------------------- */
.newsEntry {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.newsEntry .title {
	width: 69%;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}
.newsEntry .title a {
	font-size: .9em;
	font-weight: bold;
}
.newsEntry .date {
	width: 30%;
	height: auto;
	padding: 5px 0px 0px 0px;
	font-size: .6em;
	color: #999;
	float: right;
	text-align: right;
}
.newsEntry .text {
	width: 100%;
	height: auto;
	padding: 2px 0px 0px 0px;
	float: left;
	font-size: .8em;
}
/* -------------------------------------- */
/* Contact Form Styles                    */
/* -------------------------------------- */
.form {
	width: 500px;
	height: auto;
	padding: 10px;
	color: #a0a1a1;
	font-size: .9em;
	overflow: hidden;
}
.form .space {
	width: inherit;
	height: 35px;
}
.form .row {
	width: inherit;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 15px 0px;
	overflow: hidden;
}
.form .col2-1 {
	width: 120px;
	height: inherit;
	float: left;
	padding: 0px 0px 5px 0px;
}
.form .col2-2 {
	width: 500px;
	height: inherit;
	float: left;
}
.form .input {
	width: 400px;
	padding: 4px;
	border: 1px solid #CCC;
	background: url(../images/background_form.jpg) repeat-x;
	color: #858f97;
}
/* -------------------------------------- */
/* Footer Styles                          */
/* -------------------------------------- */
#footer .text {
	width: 950px;
	height: 50px;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
	color: #93a9b9;
	font-size: .8em;
}
#footer .links {
	width: 50%;
	height: auto;
	padding: 0px 0px 10px 0px;
	float: left;
}
#footer .copyright {
	width: 40%;
	height: auto;
	padding: 0px 0px 10px 0px;
	float: right;
	text-align: right;
}
#footer a {
	color: #93a9b9;
}
#footer a:hover {
	color: #FFF;
}
