@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #131211;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 13px;
	line-height: 19px;
	background: #fff url(/vistas/images/background_light_slice.jpg) top repeat-x;
}
/* 
	Text-Styles   
*/

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 21px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #939393;
	line-height: 22px;
	font-weight: normal;
}
h3 {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #333;
}
h4 {
	color: #007D79;
	margin: 0px 0px 0px 0px;
}
small {
	color: #595856;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 15px;
}
small a {
	color: #007D79;
}
a {
	color: #007D79;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0px;
}
.head_news {
	color: #007D79;
}
a.button {
	background: #007D79 url(/vistas/images/button_bg.jpg) repeat-x;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #007D79;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 25px;
}
a.button:hover {
	background: #007D79 url(/vistas/images/button_bg_o.jpg) repeat-x;
	border-color: #007D79;
}
.form {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
hr {
	margin: 5px 0;
	padding: 0;
	border-bottom: #CCC solid 1px;
	border-top: none;
	height: 1px;
}
/* 
	Template 
*/


#main {
	background-image: url(/vistas/images/background_light.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .container {
}
#footer {
	background-image: url(/vistas/images/background_footer.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	position: relative;
	top: -1px;
	min-height: 65px;
}
.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
/* 
	Header-Styles 
*/

#header {
	padding-top: 30px;
	padding-bottom: 25px;
}
#logo h1, #logo small {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}
#logo {
	background-image: url(/vistas/images/logo.png);
	background-repeat: no-repeat;
	width: 371px;
	height: 36px;
	display: block;
}
.logo {
	width: 371px;
	height: 36px;
	display: block;
}
/* 
	Menu
*/

ul#mainNav {
	float: right;
	margin: 10px 0 0;
}
ul#mainNav li {
	display: inline;
}
ul#mainNav li a {
	display: inline;
	float: left;
	color: #fff;
	line-height: 1;
	padding: 5px 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-shadow: 0 1px 1px #333;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all linear .2s;
}
ul#mainNav li a:hover {
	text-decoration: none;
	text-shadow: 0 0 15px #FFF;
}
ul#mainNav li.active a, ul#mainNav li.active a:hover {
	background: #054D59;
	-webkit-box-shadow: 0 1px 1px #FFF;
	text-shadow: 0 1px 1px #333;
}
/* 
	Block-Styles 
*/

#block_top {
	border: 1px solid #a3a09e;
	background-color: #ffffff;
	background: #ffffff url(/vistas/images/background_block_slice.jpg) repeat-x;
	margin-bottom: 10px;
	position: relative;
	display: block;
	padding: 5px;
	height: 250px;
}
#block_top img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #FFF;
}
#text_block {
	float: left;
	position: absolute;
	margin: 30px;
	width: 320px;
}
/*
	Content
*/

#block_content {
	overflow: auto;
	margin-bottom: 20px;
}
#content_left {
	width: 680px;
	padding-right: 10px;
	padding-bottom: 25px;
	float: left;
	min-height: 100px;
	padding-top: 3px;
	border-right: #CCC solid 1px;
}
#content_right {
	float: right;
	width: 220px;
	padding-right: 20px;
}
/*
	Home-Content
*/

#text_block_home {
	width: 315px;
}
.text_block {
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	margin-bottom: 0px;
}
.text_block img {
	border-bottom: 3px solid #009C84;
	padding: 0px;
	margin: 5px 0px 15px 0px;
	position: relative;
}
.text_block iframe {
	border: 1px solid #00AFA6;
	background-color: #F4F4F4;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	left: -3px;
}
.text_block h2 {
	font-size: 22px;
	color: #007D79;
	line-height: 22px;
	font-weight: normal;
}
#text_block_staff {
	width: 153px;
	min-height: 170px;
}
#text_block_staff #img {
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
#text_block_staff #img a.thumb {
	width: 153px; /*--Width of image--*/
	height: 100px; /*--Height of image--*/
	cursor: pointer;
	border-bottom: 3px solid #009C84;
}
#text_block_staff #img a.thumb:hover {
	border-bottom: 3px solid #000;
}
#text_block_staff #img span { /*--Used to crop image--*/
	width: 153px;
	height: 100px;
	overflow: hidden;
	display: block;
}
#text_block_staff #img a {
	display: block;
}
#text_block_staff h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
}
/*
	Table
*/
#table_list a {
	color: #545454;
}
#table_list {
	margin: 10px 0;
	padding: 0;
	background: #FFF;
}
#table_list tbody tr {
	margin: 0;
	padding: 0;
}
#table_list tbody tr:hover {
	background: #F4F4F4;
}
#table_list .odd {
	background: #F7F7F7;
}
#table_list td {
	padding: 5px;
	margin: 0;
	border-bottom: #E0E0E0 solid 1px;
}
#table_list thead {
	background: #1DA59B top repeat-x;
	color: #FFF;
	font-size: 11px;
	padding: 2px 5px;
	font-weight: bold;
	margin: 0;
}
#table_list thead td {
}
#table_list tfoot td {
	border-bottom: none;
	border-right: none;
	padding: 0;
	margin: 0;
	height: 3px;
	background: #007D79;
	font-size: 0px;
	line-height: 0;
}
/*
	Form
*/


fieldset {
	border: none;
}
fieldset h3 {
	margin: 18px 0;
	padding: 0;
}
#content_right fieldset {
	border: #CCC solid 1px;
	margin-bottom: 10px;
}
#content_right input, select, textarea {
	font-size: 13px;
	padding: 5px;
	color: #333;
	border: #CCC solid 1px;
	background-color: #FFF;
}
#content_right input[type="submit"] {
	background-color: #007D79;
	color: #FFF;
	padding: 5px 10px;
}
dl {
	float: left;
	padding: 10px;
	margin: 0;
}
dt {
	font-size: 11px;
	padding: 5px;
	color: #333;
	margin: 0;
	padding: 0;
}
dd label {
	font-size: 10px;
	padding: 5px;
}
dd {
	width: 300px;
	margin: 0;
	padding: 0;
}
dd input, select, textarea {
	width: 268px;
	font-size: 13px;
	padding: 10px;
	color: #666;
	border: #292420 solid 1px
}
dd label input {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border: none;
}
dd select {
	width: 290px;
	font-size: 13px;
	padding: 9px 10px;
}
dd textarea {
	width: 590px;
	height: 150px;
	font-family: 'Arial', Tahoma, Helvetica, sans-serif;
}
dd input[type="checkbox"] {
	width: 8px;
	height: 8px;
	margin: 5px;
	float: left;
}
dl .required input {
	border: #007D79 solid 1px;
}
dl .required textarea {
	border: #007D79 solid 1px;
}
dl .required select {
	border: #007D79 solid 1px;
}
dl input.required, dl textarea.required, dl select.required {
	border: #007D79 solid 1px;
}
dl #required {
	background: url(/vistas/images/tilde_required.png) no-repeat;
	display: block;
	height: 5px;
	width: 5px;
	float: right;
	margin-top: 5px;
}
dl .text_required {
	color: #007D79;
	padding-left: 10px;
	background: url(/vistas/images/tilde_required.png) no-repeat;
	clear: both;
}
dd .interPhone, dd .prePhone {
	width: 60px;
}
dd .interDay {
	width: 102px;
}
dd .phone {
	width: 174px;
}
dd .day {
	width: 120px;
}
dt .dma {
	margin-right: 65px;
}
dl .btn, dd .btn, #button input {
	width: 260px;
	padding: 8px 30px;
	margin: 0;
	font-size: 16px;
	background-color: #007D79;
	color: #FFF;
}
#button input {
	margin-top: 20px;
}
dd .select {
	font-size: 15px;
	font-weight: bold;
	color: #FF7606;
	padding-left: 15px;
}
#DivPaso2, #DivBotonPaso3 {
	background: #FFF;
}
#DivProcesoInscripcion h3 {
	font-size: 18px;
	margin-bottom: 2px;
}
legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #007D79;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	padding: 2px 6px;
}
.login {
	width: 185px;
}
.contact {
	width: 280px;
}
.prePhone {
	width: 50px;
}
.phone {
	width: 180px;
}
.view_pass {
	float: right;
	position: relative;
	padding: 3px 0 0 0;
	font-size: 11px;
}
.clear {
	clear: both;
}
/*
	Testimonials-BOX
*/
#testimonials_box {
	margin: 10px 5px;
	width: 220px;
	display: none;
}
#testimonials_box h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #007D79;
	background: url(/vistas/images/background_block_testimonials.png) 0 10px no-repeat;
	height: 35px;
	margin: 0;
	padding: 0;
}
#testimonials_box p {
	background: url(/vistas/images/background_block_testimonials.png) bottom no-repeat;
	color: #FFF;
	padding: 5px 5px 10px 10px;
	margin: 0;
}
/*
	Footer-BOX
*/
#footer_box {
	border: #C4C4C4 solid 1px;
	background: #fff;
	height: 105px;
	margin-bottom: 10px;
}
#footer_box #box {
	padding: 15px 20px;
	width: 230px;
	border-right: #C4C4C4 solid 1px;
	float: left;
	height: 75px;
}
#footer_box #box h3 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	color: #007D79;
	margin-top: -25px;
	margin-left: -4px;
	padding: 0 4px;
	width: 145px;
}
#footer_box #box_end h3 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	color: #007D79;
	margin-top: -25px;
	margin-left: -4px;
	padding: 0 4px;
	width: 130px;
}
#footer_box #box_end {
	padding: 15px 20px;
	float: left;
	height: 90px;
}
/*
	Footer-Styles
*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer .container {
	background: url(/vistas/images/background_line_footer.png) no-repeat top center;
	height: 5px;
}
.footer_column {
	float: left;
	width: 425px;
	margin-right: 10px;
	color: #4C4C4C;
	font-size: 9px;
}
#footer .long {
	width: 480px;
}
#footer h3 {
	color: #4C4C4C;
	text-transform: uppercase;
	font-size: 11px;
	padding: 25px 0;
	font-weight: normal;
}
#footer img {
	float: left;
	padding: 20px;
	border: none;
}
#footer a {
	border: none;
	color: #4C4C4C;
}
#footer p {
	padding: 15px 0 0 0;
}
.footer_column ul li, .footer_column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* Menu Body */
ul#sponsor {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Float LI Elements - horizontal display */
ul#sponsor li {
	float: left;
}
/* Link - common attributes */
ul#sponsor li a {
	display: block;
	height: 50px;
	position: relative;
}
