/* CSS Document */

/* Setup defaults since variable in browsers
----------------------------------------------- */
body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, iframe, hr, fieldset {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background-color: #CCCCCC;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	position: relative;
	width: 95%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.as{
	height: 100%;
    background-color: #ffffff;
	margin:0px;
	padding:0px;
	}

/*.SponsorList {
margin-right:10px;
margin-left:10px;
}*/

#document {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #9c9c9c;
}

.footer {
	text-align:center;
	color:#FFFFFF;
}

table, input, select {
	font-size: 8pt;
}

.caption {
	color:#014e8d;
	margin-top: 5px;
	width: 100%;
	height: 30px;
	font-size: 14pt;
	vertical-align: middle;
}
.captiontit {
	color:#ffffff;
	margin-top: 5px;
	width: 100%;
	height: 30px;
	font-size: 14pt;
	vertical-align: middle;
}
.caption .title {
	font-size: 11pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #db6a26;
}

#document a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #db6a26;
	text-decoration: none;
}


#document a:hover {
	text-decoration: underline;
}



.header .title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14pt;
}

.header .title_1 {
	color:#f68b20;
	margin-left:20px;
	font-size: 10pt;
}

.header .title_2 {
	text-align:right;
	color:#f68b20;
	font-size: 10pt;
	margin-right:30px;
}

.header .title_3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

.header .title_2 h1{
	color:#f68b20;
	font-size: 10pt;
}


·login {
	width: 960px;
	border: 2px solid #cacbcd;
	background-color: #ebebeb;
}

.login a{
		color:#6b6c6c;

}

.login a:hover{
		color:#818282;
		text-decoration:none;

}

/* Navigator
----------------------------------------------- */
#navigator {
        position: relative;
        padding: 0px 10px 0px 10px;
        /*border-top: 1px solid #c0c0c0;*/
        /*border-bottom: 1px solid #c0c0c0;*/
        line-height: normal;
        height: 31px;
		
		
		
}
#navigator p{
		color:#727373;
}

#navigator a{
		color:#9b0707;
}

#navigator a:hover{
		color:#db6a26;
		text-decoration:none;

}

#navigator ul {
        margin: 0px;
        padding: 0px;
        position: absolute;
        margin-top: 1px;
        list-style: none;
        text-align: center;
		color:#727373;
}
#navigator li {
        float: left;
		margin-left:0px;
        margin-right: 10px;
        padding: 0 0 0 10px;
		color:#727373;
		background: url(../../images/nav.tab.left2.gif) no-repeat left ;
		
}
#navigator li a {
        display: block;
		padding:3px;
		margin-left:-3px;
		
        /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
        /*font-size: 10px;*/
        font-weight: bold;
        text-decoration: none;
        color: #727373;
		
}
#navigator li a:hover {
        color: #db6a26;
}

#navigator_1 ul {
        margin: 0px;
        padding: 0px;
		text-align: right;
        position: absolute;
        margin-top: 1px;
        list-style: none;
		color:#727373;
}
#navigator_1 li a {
        display: block;
		text-align: right;
		padding:3px;
        font-weight: bold;
        text-decoration: none;
        color: #727373;
		
}
#navigator_1 li a:hover {
		text-align: right;
        color: #db6a26;
}
#navigator .current {
		
}
#navigator .current a {
        color: #044c9c;
        
}
#navigator .current a {
		color:#9b0707;
        text-decoration: none;
}
#navigator .current a:hover {
		color:#014d8b;
        text-decoration: none;
		
}

#navi {
		background-color:#e2e4e6;
		border-top: 1px solid #727373;
		border-left: 1px solid #727373;
		border-right: 1px solid #727373;
		padding:5px;
		height:30px;
}

/* Publication
----------------------------------------------- */
.publicationTitle {
	color: #FE5C03;
	font-weight: bold;
	font-size: 10pt;
}

.publication {
	margin: 10px;
}

.publication .title {
	margin: 0px;
	padding: 0px;
	color: #FE5C03;
	font-weight: bold;
	font-size: 10pt;
}



.publication .detail {
	border: 1px solid #E1E1E1;
	padding: 3px;
}

.detail table {
	font-size: 8pt;
	border: 0px;
	width: 100%;
	color: #6E6E6E;
}

.detail td {
	vertical-align: top;
}

.detail .data {
	color: #000000;
}
.detail .date {
	vertical-align: top;
	text-align: right;
	color: #990000;
	font-size: 8pt;
}

.publication .description {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 8pt;
	text-align:justify;
}

/* Content
----------------------------------------------- */

#content {
	background-color: #ffffff;
	border: 1px solid #727373;
	margin-bottom:3px;
	margin-top:0px;
	padding:5px 5px 10px 5px;
	
	
}
#content .section {
	width: 100%;
}
#content .section h1 {
	font-size: 14pt;
}

#content .frame {
	width:99%;
	border: 1px solid #d8d2bd;
	padding: 5px;
	margin: 2px;
}

#content .frame .title {
	font-size: 11pt;
	font-weight: bold;
	color: #656565;
}

#content .frame .search {
	margin-right:3px;
	/*background-color: #E9E6DA;*/
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
	border: 1px solid #d8d2bd;
	padding: 2px;
	width:100%;
	
}

#content .pager {
	width: 100%;
	border-top: 1px solid #D2C9C4;
	border-left: 1px solid #D2C9C4;
	border-right: 1px solid #D2C9C4;
	border-collapse: collapse;
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
	
}

#content .pagerCompress {
	width: 100%;
	border: 1px solid #D2C9C4;
	border-collapse: collapse;
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
}

#content .list {
	width: 100%;
	border: 1px solid #D2C9C4;
	border-collapse: collapse;
	
}

#content .list a {
	color:#db6a26;
}

#content .list a:hover {
	text-decoration:underline;
}
#content .list a:visited {
	color:#800080;
}
#content .list caption {
	padding-bottom: 6px;
	/*text-align: center;*/
	font-weight: bold;
}
#content .list thead th {
	border-left: 1px solid #D2C9C4;
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #D2C9C4;
	padding: 6px;
	text-align: center;
}
#content .list tbody td {
	height: 20px;
	border-left: 1px solid #E4DBD5;
	border-bottom: 1px solid #D2C9C4;
}


#help h1{
	color:#124d66;
	padding: 3px;
	font-size:12px;

}
#help3 h1{
	color:#124d66;
	padding: 10px;
	font-size:14px;
}
#help1 h1{
	color:#FFFFFF;
	padding: 3px;
	font-size:12px;

}

#help h2{
	color:#124d66;
	padding: 3px;
	font-size:11px;
}

#help p{
	padding: 10px;
	text-align:justify;
	color:#333333;
	}
	
#help a{
	padding: 10px;
	text-align:justify;
	color:#993300;
	}


#help td{
	padding: 6px;
	border-left: 1px solid #D2C9C4;
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #D2C9C4;
	

}

#help li{
	margin: 0px;
	margin-left: 10px;
	color:#333333;
}
#help ul{

	margin: 10px;
    margin-left: 20px;
}


.message {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #E1E1E1;
	font-size: 8pt;
	background-color:#ffe4cc;
	text-indent: 3px;
	font-weight: bold;
}

.attention {
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #E1E1E1;
	font-size: 8pt;
	background-color:#ffe4cc;
	text-indent: 3px;
}

.toolbar {
	margin-top: 5px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.toolbar a {
	color: #ed4f02;
	text-decoration: none;
}

.toolbar a:hover {
	text-decoration: underline;
}

.subtoolbar {
	/*margin-top: 5px;*/
	width: 100%;
	height: 22px;
	vertical-align: middle;
}

.subtoolbar a {
	color: #9b0707;
	text-decoration: none;
}

.subtoolbar a:hover {
	text-decoration: underline;
}

.command {
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-align: right;
}

.panel {
	border: 1px solid #d8d2bd;
}

.panel .title {
	border-bottom: 1px solid #E1E1E1;
	background-color: #FFFFE6;
	padding: 3px;
	font-weight: bold;
}

#help h1{
	color:#b40808;
	padding: 3px;
	font-size:12px;

}
#help3 h1{
	color:#124d66;
	padding: 10px;
	font-size:14px;
}
#help1 h1{
	color:#FFFFFF;
	padding: 3px;
	font-size:12px;

}

#help h2{
	color:#124d66;
	padding: 3px;
	font-size:11px;
}

#help p{
	padding: 10px;
	text-align:justify;
	color:#333333;
	}
	
#help a{
	padding: 10px;
	text-align:justify;
	color:#993300;
	}


#help td{
	padding: 6px;
	border-left: 1px solid #D2C9C4;
	background: #fff url(../../images/th.bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #D2C9C4;
	

}

#help li{
	margin: 0px;
	margin-left: 10px;
	color:#333333;
}
#help ul{

	margin: 10px;
    margin-left: 20px;
}

.newstit{
	color:#03345c;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;

}

#newstit_pre{
	color:#f61f1f;
	font-weight:bold;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;

}

.newstit p{
	color:#4c4c4d;
	margin-top: 10px;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.newstit li{
	color:#4c4c4d;
	margin-top: 3px;
	margin-left:20px;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.newstit ul{
	margin-left:10px;
	margin-top: 10px;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:justify;
}









#nprecios li{
	margin-left:30px;
	margin-right:20px;
	text-align:justify;
	margin-bottom:3px;
	font-size: 8pt;
	color:#124d66;
}

#nprecios p{
	margin-left:20px;
	margin-right:10px;
	text-align:justify;
	margin-bottom:3px;
	font-size: 8pt;
	color:#124d66;
}


.npreciostit{
	margin-left:10px;
	margin-right:10px;
	font-size: 10pt;
	font-weight:bold;
	color:#124d66;
}
.npreciostit a{
	margin-left:10px;
	margin-right:10px;
	font-size: 8pt;
	color:#124d66;
}

#nprecios ul{
	margin-left:20px;
	margin-right:20px;
	color:#124d66;
	margin-top:15px;
	margin-bottom:15px;
}


.nprecio{
	background: #ffffff ;
	border: 1px solid #717374;
	}
	
	
#navigatorh {

    /*border-top: 1px solid #c0c0c0;*/
    /*border-bottom: 1px solid #c0c0c0;*/
    line-height: normal;
	
}

#navigatorh li {
		text-align:center;
        margin: 0px;
        margin-right: 2px;
        padding: 0 0 0 4px;
}

#navigatorh li a {
        display: block;
        padding: 6px 10px 6px 8px;
        /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
        /*font-size: 10px;*/
        font-weight: bold;
        text-decoration: none;
        color: #333;
}

#navigatorh li a:hover {
        color: #044c9c;
}

.ejemplo a{
	color:#000066;
	font-size:8pt;
}

.list {
	width: 100%;
}

.list a{
		color:#000000;
}

.list a:hover{
		color:#FFFFFF;
		text-decoration:none;
}


.list-header {
	color: #FFFFFF;
	background-color: #036ABD;
	height: 18px;
}

.list-row-even {
	background-color: #FFFFFF;
	height: 18px;
}

.list-row-odd {
	background-color: #DAEFFA;
	height: 18px;
}

.resume {
	margin: 0px;
	padding: 0px;
	left: 0px;
	border: 1px solid #000000;
	font-size: 8pt;
	line-height: 16px;
	background-color: #ffffff;
	
}

.resume .identity {
	border-bottom: 1px solid #000000;
	margin: 2px;
	padding: 3px;
}

.resume .candidate {
	font-size: 12pt;
	font-weight: bold;
}

.resume .caption {
	margin: 2px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
}

.resume .cv {
	margin: 0px;
	padding: 3px;
	/*border: 1px solid #E1E1E1;*/
}

.resume .description {
	color: #FFFFFF;
}

.resume .content {
	margin: 2px;
	padding: 3px;
	
}

.resume ul {
margin-left:20px;

}

.resume li {
	color: #000000;
}

.errorControl {
	background-color:#fff1e1;
}

.validationSummary{
	margin: 5px;
	padding: 5px;
	background-color:#FFECEC;
	border: 1px solid #FF9D9D;
}

.validationSummary ul {
	margin-left:20px;
	color: #000000;
}

.apply {
	margin: 0px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	font-size: 8pt;
	background-color:#FFFFE6;
}

.apply .caption {
	font-weight: bold;
	font-size: 9pt;
}

.apply .text {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
}

.apply .link {

	text-align: right;
}

.apply a {
	font-size: 8pt;
	color: #414141;
	text-decoration: underline;
}

.apply a:hover {
	font-size: 8pt;
	color: #FE5C03;
	text-decoration: underline;
}

.apply table {
	font-size: 8pt;
}

.apply hr {
	color:#E1E1E1;
}

.prec ul{
	text-align:left;
	margin-left:10px;
	padding-left:10px;
	}
	
	.pagos p{
	text-align:justify;
	margin: 10px;
	padding: 0px;
}
#midiv{
	position:absolute;
	left: 000px;
	top: 200px;
}

*html #midiv{
	position:absolute;
	left: 0px;
	top: 200px;
}

.marco{
border: 5px double #f68b21;
padding:0px 5px 5px 5px;
margin-top:15px;

}
