@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------------------------
  LAYAOUT STYLES
---------------------------------------------------------------------------------------*/
/* Global Styles */

body{
	background:#DDD;}

img, div { behavior: url(plugins/iepngfix.htc) }

/*-------------------------------------------------------------------------------------*/
.container{
	width:954px;
	height:auto;
	margin:20px auto 0 auto;
	display:block;}

#header{
	width:954px;
	height:209px;
	float:left;
	display:inline;
	 background:url(../images/header_bg.jpg) top no-repeat;}

#header2{
	width:954px;
	height:209px;
	float:left;
	display:inline;
	 background:url(../images/header_bg.jpg) top no-repeat;}

#top_menu{
	width:954px;
	height:35px;
	float:left;
	display:block;
	background:url(../images/top_menu_bg.gif) top no-repeat;}

#container-1{
	margin:9px 0 0 0;} /*container for the top menu tabs*/

.top_left_corner{
	width:6px;
	height:82px;
	float:left;
	display:inline;
	background:url(../images/top_left_corner.png) left no-repeat;}

.top_center{
	width:942px;
	height:82px;
	float:left;
	display:inline;
	background:url(../images/top_center_bg.gif) top repeat-x #FFF;}

.top_right_corner{
	width:6px;
	height:82px;
	float:left;
	display:inline;
	background:url(../images/top_right_corner.png) right no-repeat;}

.left_shadow{
	width:954px; /* equal to the full container width */
	height:auto;
	float:left;
	display:inline;
	background:url(../images/left_shadow.gif) left repeat-y;}

.right_shadow{
	width:948px; /* equal to the left shadow width -6px */
	height:auto;
	float:right;
	display:inline;
	background:url(../images/right_shadow.gif) right repeat-y;}

.content{
	width:942px; /*equal to the right shadow width -12px*/
	height:auto;
	float:left;
	display:inline;
	background:#FFF;}

.bottom_left_corner{
	width:6px;
	height:72px;
	float:left;
	display:inline;
	background:url(../images/buttom_left_corner.png) left no-repeat;}

.bottom_center{
	width:942px;
	height:72px;
	float:left;
	display:inline;
	margin-bottom:20px;
	background:url(../images/bottom_center_bg.gif) top repeat-x;}

.bottom_right_corner{
	width:6px;
	height:72px;
	float:left;
	display:inline;
	background:url(../images/buttom_right_corner.png) right no-repeat;}

.wrapper-2{
	width:100%;
	height:auto;
	float:left;}

#alert_box{
	width:913px;
	height:auto;
	float:left;
	display:block;
	background:#C00;
	padding:15px 0;}
	
#alert_box p{
	color:#FFF;
	text-align:center;
	font-weight:bold;}

#info_box{
	width:100%;
	height:auto;
	float:left;
	display:block;
	background:url(../images/warning_icon.gif) center left no-repeat #fcc376;
	margin:0 0 20px 0;
	padding:10px 0;}

#info_box p{
	color:#000;
	width:600px;
	text-align:center;
	font-weight:bold;
	margin-left:130px;}
	
.article{
	width:100%;
	height:auto;
	display:inline;
	float:left;
	margin:20px 0;}
	
.article p, .article li{
	margin:10px 0;
	padding:0 30px;
	font: 10pt/18px Arial, Helvetica, sans-serif;
	color:#000;
	/*font: 14px/18px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;*/}

.article ul li span{
	color:#C00;
	font:italic bold 10px Verdana, Geneva, sans-serif;
	padding-left:10px;}

.article ul
{
list-style-type: none;
padding: 0px;
margin:0 0 0 80px;
}
ul.terms-list li
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
margin:20px 0;
}

#footer{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:20px 0 0 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#7F7E7E;}
	
.mtitle{
	position:absolute;
	margin:-80px 0 0 30px;}

.mtitle h3{
	font:18px/48px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f78206;}

/*---------------------------------------------------------------------------------------
  FORM STYLES
---------------------------------------------------------------------------------------*/
.form_container{
	width:913px;
	height:auto;
	margin:0 auto;
	display:block;}
	
.column{
	width:443px;
	height:auto;
	margin:20px 0 10px 0;
	display:block;
	float:left;}

.full_column{
	width:886px;
	height:auto;
	margin:20px 0 10px 0;
	display:block;
	float:left;}

#dpadres{
	width:886px;
	height:auto;
	float:left;}

.note{
	margin:0;
	padding:0;
	line-height:20px;
	display:inline;
	float:left;
	font-family:"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;}

.nwider{
	width:50px;}
	
.n10p{
	padding-right:10px;}

form, select, legend, input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F7E7E;
	margin:0;
	padding:0;}
	
#admission_form fieldset{
	clear:both;
	border:1px solid #aacfe4;
	padding:10px;
	margin:30px 0 0 0;
	background-color:#FFFFFF;
	/*margin-top:5px !important;*/
	padding-top:0px !important;
}
#admission_form legend{
	padding:3px;
	/*font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: bold 17px/20px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
	/*letter-spacing: -2px;*/
	font-weight:normal;
	top:-10px;
	left:0px;
	/*background:#084890;
	color:white;
	border:1px solid #000;*/ 
	padding:2px 5px;}
	
#admission_form input, textarea, select{
	border:solid 1px #aacfe4;
	font-size:12px;
	padding:4px 2px;
	width:250px;
	float:left;
	display:block;
}

#admission_form select{
	width:256px;}

#admission_form .ck{
	border:none;
	width:20px;
	height:20px;
	display:inline;
	margin:0 0 0 137px;}

#admission_form .ckn{
	border:none;
	width:20px;
	height:20px;
	display:inline;
	margin:0 0 0 0;}

#admission_form .rb{
	border:none;
	width:20px;
	height:20px;
	display:inline;
	margin:0 0 0 0}
	
#admission_form select.date{
	width:64px;
	margin:0 5px 0 0;}
	
#admission_form select.month{
	margin:0 5px 0 0;
	width:118px;}	

#admission_form ol{
	margin:0;
	padding:0;
	list-style:none;}
	
#admission_form li{
	list-style:none;
	margin:0px 0px 0px 0px;
	clear:both;
	display:block;
	padding:5px;}

#admission_form li label{
	/*font-weight:bold;*/
	font-family:"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;}

.lfix{
	display:block;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-weight:normal;
	float:left;
	padding-right:10px;
	text-align:right;
	width:130px;}

.wider{
	width:370px;}
	
#admission_form div.subtitle{
	width:886px;
	float:left;
	clear:both;
	border-bottom:1px dashed #ddd;
	width:100%;}

#admission_form div.subtitle h2{
	font-size:18px;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: bold 17px/20px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
	font-weight:normal;
	margin:20px 0 0 30px;
	color:#f78206;
	padding:0;}

.wrapper{
	width:100%;
	height:auto;
	display:block;
	float:left;}

.rb{
	display:block;
	float:left;}

.fbutton{
	width:282px;
	height:29px;
	display:block;
	background:url(../images/fill_form_button.gif) center no-repeat;
	margin:20px auto;}

.cbutton{
	width:126px;
	height:29px;
	display:block;
	background:url(../images/continue_button.gif) center no-repeat;
	margin:20px auto;}

.cbutton a, .fbutton a{
	text-decoration:none;
	color:#FFF;
	line-height:23px;
	padding:0 0 0 31px;
	/*font-family: "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;}
	
.ebutton{
	width:126px;
	height:29px;
	display:block;
	background:url(../images/continue_button.gif) center no-repeat;
	margin:20px auto;}

.ebutton a/*, .fbutton a*/{
	text-decoration:none;
	color:#FFF;
	line-height:23px;
	padding:0 0 0 40px;
	/*font-family: "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;}
	
#np label.lfix ,#dn label.lfix, #ar label.lfix{
	color:#0991ac;}
	
/*.table_comprobante{
	width:300px;
	float:left;
	display:block;}*/
	
/*--------------------------------------------------------------------
	COMPROBANTE TABLE STYLES
---------------------------------------------------------------------*/

.grow td{
	background:#f5f5f5;
}

.gtitle td{
	background:#0C3;
	color:#fff;
}

.table_comprobante{
	width:600px;
	border:2px solid #f0f0f0;
	float:left;
	/*margin:0 auto;*/
}

.table_comprobante h4, .graduation h1{
	text-align:right;
	font:bold 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0991ac;
	padding:3px 0;
	/*line-height:15px;*/
}

.table_comprobante td{
	border:1px solid #f0f0f0;
	padding:5px;
	/*margin:0 auto;*/
}

.table_comprobante td.comtitle{
	width:200px;}

.table_comprobante span.adata{
	text-align:left;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:3px 0;}
	
.prequisitos{
	width:250px;
	height:auto;
	display:inline;
	margin:0 0 0 20px;
	background:#FFFFCC;
	border:1px solid #000;
	float:left;}
	
.prequisitos ul
{
list-style-type: none;
padding: 0px;
margin:0 0 0 30px;
}

.prequisitos ul.req-list li
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
margin:10px 0;
}

.prequisitos ul.req-list li.title{
	font:bold 14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:none;
	padding:0;
	width:198px;
	border-bottom:1px solid #000;
	}

.expdate{
	width:100%;
	float:left;
	display:block;
	text-align:center;
	margin:30px 0 0 0; 
	font:13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
.expdate span.red{
	color:#C00;
	font-weight:bold;}