body {
	margin: 0px;
	background: url(/images/background.jpg) repeat;
}
#wrapper {
	background: url(/images/wrapper.jpg) repeat-y;
	margin: 0px auto;
	width: 740px;
	padding-right: 18px;
	padding-left: 18px;
}
#masthead {
	background: url(/images/title_location.jpg) no-repeat;
	height: 120px;
	padding-left: 641px;
}
#content_bottom {
	background: url(/images/content_bottom.jpg) no-repeat left bottom;
}
#border_bottom {
	background: url(/images/banner_bottom.jpg) repeat-x;
	height: 30px;
}
#wrapper img {
	display: block;
}
#border_top {
	background: url(/images/border_top.jpg) repeat-x;
	height: 41px;
}
#content {
	background: url(/images/content_top.jpg) no-repeat;
	margin: 0px;
	padding: 20px 60px 30px;
}
#content h1 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #20338A;
	text-transform: uppercase;
	margin: 18px 0px 12px 0px;
	padding-top: 18px;
}
#content h3 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #20338A;
	margin: 12px 0px 6px;
}
#content h4 {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #20338A;
	margin: 12px 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	border-top: 1px solid #D87900;
	border-bottom: 1px solid #D87900;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
div.left {
	float: left;
	width: 300px;
}
div.right {
	float: right;
	width: 300px;
}
#content p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px;
	color: #20338A;
}
#content ul {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 20px;
	color: #20338A;
}
#content form {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 20px;
	color: #20338A;
}
#content a, a:visited {
	color: #009900;
}

#wrapper_bottom {
	background: url(/images/wrapper_bottom.jpg) no-repeat;
	margin: 0px auto;
	height: 18px;
	width: 776px;
}
p#clear {
	clear: both;
}
sup {
	font-size: 70%;
	line-height: 70%;
	font-weight: normal;
}
#inner_container {
	background:white none repeat scroll 0 0;
	border-left:200px solid white;
	border-right:200px solid white;
	display:block;
	position:relative;
	padding:20px 5px 30px;
}
#inner_ {
	display:block;
	margin-left:-200px;
	margin-right:-200px;
	padding:5px;
}
#inner_left {
	float:left;
	left:0;
	position:relative;
	width:200px;
	padding-right:10px;
	padding-left:10;
}
#inner_right {
	float:right;
	position:relative;
	right:0;
	width:190px;
	padding-left:10;
	padding-right:10;
}
#inner_center {
	display:block;
	height:1%;
	margin-left:200px;
	margin-right:200px;
	position:relative;
	padding-left:10;
	padding-right:10;
}
.inner_clear {
	clear:both;
}

/* TM IN SCHOOL PHOTO GALLERY */

#content ul.childrenTM-list {
	clear: both;
	overflow: hidden;
	position: relative;
	padding-left: 0px;
}
#content ul.childrenTM-list li {
	background: none;
	margin: 0;
	float: left;
	overflow: hidden;
	width: 236px;
	margin: 0px 18px 0 18px;
	border-top: 1px solid #efefef; 
	display: block;
	text-decoration: none;
	padding: 1.5em 0;
	padding-right: 5px;
	/*-webkit-transition: background-color .5s; */
}

/* Highlights */

#content p.highlights {
	border: 1px solid #D87900;
	padding: 10px;
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}

#content p.highlights_b {
	border: 2px solid #ccccff;
	padding: 20px;
	background: #ffffff;
}

/* Forms */

	form.registracion {
		background: #ffffff;
		width: 430px;
		margin-left: 30px;
		padding: 10px;
		border: 2px solid #ccccff;
		}
	
	form.registracion fieldset {
		margin-top: 5px;
		border: 0px solid #ccff99;
		}
	
	form.registracion legend {
		padding: 5px 0px 0px 5px;
		font-weight: bold;
		color: #000066;
		margin: 0 -7px; 
		} /* Ultima linea para IE Win */
	
	form.registracion label {
		display: inline-block;
		line-height: 1.5;
		vertical-align: top;
		}
	
	form.registracion fieldset ol {
	  	margin: 0;
	  	padding: 0;
		}
	
	form.registracion fieldset li {
	  	list-style: none;
	  	padding: 5px;
	  	margin: 0;
	  	border-bottom: 1px solid #ccccff;
		}
	
	form.registracion fieldset fieldset {
	  	border: none;
	  	margin: 3px 0 0;
		}
	
	form.registracion fieldset fieldset legend {
	  	padding: 0 0 5px;
	  	font-weight: normal;
		}
	
	form.registracion fieldset fieldset label {
	  	display: block;
	  	width: auto;
		}
	
	form.registracion label {
	  width: 110px; /* Width de labels */
	}
	
	form.registracion em {
	  font-weight: bold;
	  color: #cc3300;
	  margin-left; 0px;
	}
	
	form.registracion fieldset fieldset label {
	  margin-left: 123px; /* Width mas 3 (espacio html) */
	}
		
	form input, form select {
		background: #ffffcc;
		font-weight: normal;
		color: #330099;
		border: 1px solid #cccccc;
		padding-left: 0px;
		}
		
	.enviar {
		background: #20338A;
		font-weight: bold;
		color: #ffffff;
		border: 2px solid #ffffff;
		margin-left: 10px;
		padding: 2px 5px 3px 3px;
		width: 79px;
		}
	
	.reinicializar {
		background: #ccccff;
		font-weight: normal;
		color: #999900;
		border: 2px solid #ffffff;
		margin-left: 20px;
		padding: 2px 5px 3px 3px;
		width: 52px;
		}
	
	#downloads {
		margin-bottom: 60px;
		}
		
	form.registracion fieldset li#tel {
		border-bottom: 0px solid #efefef;
		}
		
	span {
		color: #cc0000;
		}

	strong.obligatorios {
		margin-left: 31px;
		font-weight: bold;
		color: #ff0000;
		}
/* ---- Top Navigation ---- */

.topnav {
	float: right;
	}
	

ul.top-navigation {
	margin: 0px 0px 30px 0px;
	padding: 18px;
	list-style-type: none;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	}
ul.top-navigation li { 
	display: inline;
	}

ul.top-navigation li a {
	text-decoration: none;
	padding: .2em .2em;
	color: #009900;
	}

ul.top-navigation li a:hover, #container ul.top-navigation li a:visited:hover {
	background-color: #ffffff;
	text-decoration: underline;
	}

