@charset "UTF-8";
/*
	Theme written by Techniks Software
	www.techniks.com.mx
*/

/* GLOBAL CLASSES
************************************************************************/
.contained { display:inline-block; width:1000px; text-align:left; }
.hidden { display:none; }
.lefty { float:left; }
.righty {float:right; }
.cleaner { clear:both; }
.mini { font-size:small; }
.meta { color:#777; }
.half { float:left; width:49%; }
.side { float:left; width:350px; }
.side hr { margin:1em 0; }
.aside { float:left; width:600px; padding:0 25px; }
.unspaced { padding:0; margin:0; }

ul.null { padding:0; margin:0; list-style:none; }
ul.null > li { padding:0; margin:0; clear:both; }
.side ul.null > li {  margin-bottom:10px; }





/* RECORD CLASSES
************************************************************************/

.ad { display:block; background:url(/imgs/adbg.gif) no-repeat bottom right #F8F8F8; font-size:15pt; color:#333; }
.ad h1{ font-size:1em; color:#005933; background-color:#E5EFE5; padding:10px 10px;  }
.ad div { padding:15px 10px; }
.ad:hover { text-decoration:none; background-color:#666; color:white; }
.ad:hover h1{ color:#e5efe5; background:#005933;  }

.article-short { font-size:11pt;}
.article-short .illustration{ float:left;margin:1em;margin-top:2em;width:140px;height:140px;background: no-repeat top center;}
.article-short .title{ font-size:14pt; }

.branch-short { display:block; color:#666; }
.branch-short .title { background:#f8f8f8; color:#005933; }
.branch-short .type { font-weight:bold; }
.branch-short .landmark { float:left; width:25px; height:45px; margin:0 5px; background:url(../imgs/landmark_red.gif) no-repeat center center; }
.branch-short:hover { text-decoration:none; }

.emergecny { margin:2em 0; }
.emergency .title { font-size:14pt; color:#900; }
.emergency .image { width:50px; height:150px; margin-right:20px; background:url(../imgs/emergency.png) no-repeat center center; }
.emergency .number { padding:.5em 1em; margin:15px 0; font-size:30pt; color:#333; background-color:#f3f3f3; }

.study-short { display:block; border-bottom:solid 1px #999; padding:5px; }
.study-short:hover { text-decoration:none; background-color:#eee; }


/* CLASS REWRITE
************************************************************************/
a { color:#005933; text-decoration:none; }
a:hover { text-decoration:underline; }
form { padding:0; margin:0; }
hr { border:none; border-bottom:solid 1px white; background-color:#cacaca; height:1px; }
h1, h2 { font-weight:normal; margin:0; }
ul { list-style-image:url(../imgs/pointer.gif); }




/* DOCUMENT LAYOUT 
************************************************************************/

body {
	margin:0;
	font-size:10pt;
	text-align:center;
	font-family:Calibri, Tahoma, Verdana, Geneva, sans-serif;
	color:#333;
}

#topbar{
	display:inline-block;
	padding-top:1em;
	text-align:left;
}

#topbar img{
	float:left;
}

#topbar ul{
	float:left;
	margin:52px 0 0 0;
	list-style:none;
}

#topbar li{
	float:left;
}

#topbar li a{
	float:left;
	padding:5px 1.5em;
	margin:0 1px 1px 0;
	background-color:#959595;
	color:white;
	text-decoration:none;
}

#topbar li a.first{
	background:url(../imgs/firsttab.gif) left top no-repeat #959595;
	padding-left:60px	;
}

#topbar li a:hover, #topbar li a.active {
	background-color:#00603C;
}

#header{
	background:url(../imgs/headerbg.gif) repeat-x bottom;
	min-height:70px;
	text-align:center;
	margin-bottom:20px;
}

#header #separator{
	clear:both;
	height:6px;
	background-color:#959595;
	border-bottom:solid 1px white;
}

#header strong{
	display:block;
	margin:1em 0;
	font-size:13pt;
	color:#333;
	font-weight:normal;
}

#header input{
	margin:.7em 0;
}

#header input[type="text"]{
	border-width:1px;
	padding:5px;
	width:200px;
	color:#999;
}

#header h1{
	float:left;
	color:#00603C;
	padding:.7em 2em;
}

#header h2{
	padding:1.1em;
}

#body{
	min-height:500px;
}

#footer{
	margin:40px 0;
	color:#999;
	text-align:center;
}