@charset "UTF-8";
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-4shi4t');
	src:url('fonts/icomoon.eot?#iefix-4shi4t') format('embedded-opentype'),
		url('fonts/icomoon.woff?-4shi4t') format('woff'),
		url('fonts/icomoon.ttf?-4shi4t') format('truetype'),
		url('fonts/icomoon.svg?-4shi4t#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
	content: "\e600";

}
.icon-forward:before {
	content: "\e601";
	font-size:18px;
}
.icon-zoom-in:before {
	content: "\e602";
	font-size:18px;
}
.icon-file-pdf:before {
	content: "\e603";
	font-size:18px;
}
.icon-in:before {
	content: "\e604";
	font-size:18px;
}
.icon-download:before {
	content: "\e605";
	font-size:18px;
}
.icon-upload:before {
	content: "\e606";
	font-size:18px;
}
/* CSS Document */

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.callout {
  background: #ECF0F1;
  color: #000;
  border-color: #1abc9c;
  margin: 10px  0 10px 50px !important;
}



blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 0 70px;
  border-left: 15px solid #eeeeee; 

  
}
blockquote ul li{
	list-style:square;
	background-image:none;
	margin: 1px 1px 1px -30px;
	padding:1px 1px 1px 1px ;
	border-bottom: solid 1px #f6f6f6;
	
}


blockquote p {
  padding:5px;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25px;
}

blockquote small {
  padding:15px;
  display: block;
  line-height: 24px;
  background-color:#1abc9c;
  color: #fff;
  font-size:18px !important;
}

blockquote small:before {
  content: '* ';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.pleft {
	
	padding-left:30px !important;
	}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  behavior: url(../js/PIE.htc);
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		  behavior: url(../js/PIE.htc);
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}


/*****************************************************/
table.ensayo {
                border: 1px solid #ccc;
                width: 500px;
                margin: 20px auto;
                        }
                
                table.ensayo caption {
                        font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #000;
                        text-align: center;
                        margin: 10px auto;
                        }

				table.ensayo thead th {
						text-align: center;
						background: #E6EDF5;
						color: #4F76A3;
						font-size: 100% !important;
}
                table.ensayo tbody tr.principal th {
                        font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #fff;
                        background: #5FACF3;
                        text-align: center;
                        padding: 5px;
                        border: 0;
						
                        }
                        
                table.ensayo tbody tr.etapas  {
                        font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #06c;
                        background: #DC4503;
                        text-align: center;
                        padding: 5px;
                        border-top: 1px solid #eee;
                        }
                        
                table.ensayo tbody th {
                        font: bold .7em/1.3em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #DC4503;
                        background: #FEFFF1;
                        text-align: center;
                        padding: 5px;
                        border-top: 1px solid #eee;
						word-spacing:12px;
                        }
                      table.ensayo caption {
                        font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #000;
                        text-align: center;
                        margin: 10px auto;
                        }

                        
                table.ensayo tbody td {
                        font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #666;
                        background: #fff;
                        text-align: center;
                        padding: 5px;
                        border-top: 1px dotted #eee;
                        }
					table.ensayo td.blank {
						background: #fff;
						border-top: 1px dotted #fff;
						border-left: 1px dotted #fff;
						
					}

table.ensayo2 {
	border: 1px solid #ccc;
    width: 500px;
    margin: 20px auto;
	
}

                        
table.ensayo2 caption {
            font-family:Arial, Helvetica, sans-serif;
			font-size:60%;
			font-weight:bold;
			color: #000;
			text-align: center;
			margin: 10px auto;
                        }
					



table.ensayo2 td, th {
	padding: 4px;
	text-align: center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	line-height:12px;
	font-size:12px;
}

table.ensayo thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.ensayo2 tbody th {
			font-family:Arial, Helvetica, sans-serif;
			font-size:80%;
			font-weight:bold;
			color: #000;
			text-align: center;
			margin: 10px auto;
}

table.ensayo2 tbody tr { background: #FCFDFE; }

table.ensayo2 tbody tr.odd { background: #F7F9FC; }

table.ensayo2 a:link {
	color: #718ABE;
	text-decoration: none;
}

table.ensayo2 a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.ensayo2 a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.ensayo2 tfoot th, tfoot td {
	font-size: 85%;
}




table.ensayo3 {
			border: 1px solid #ccc;
			width: 300px;
			margin: 20px auto;
		}

table.ensayo3 caption {
			font-family:Arial, Helvetica, sans-serif;
			font-size:60%;
			font-weight:bold;
			color: #000;
			text-align: center;
			margin: 10px auto;
			}
table.ensayo3 td, th {
	padding: 4px;
	text-align: center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	line-height:12px;
	font-size:12px;
}

table.ensayo3 thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.ensayo3 tbody th {
	font-weight: bold;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	line-height:12px;
}
 table.ensayo3 tbody tr.principal th {
                        font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #fff;
                        background: #5FACF3;
                        text-align: left;
                        padding: 5px;
                        border: 0;
                        }

table.ensayo3 tbody tr { background: #FCFDFE; }

table.ensayo3 tbody tr.odd { background: #F7F9FC; }

table.ensayo3 a:link {
	color: #718ABE;
	text-decoration: none;
}

table.ensayo3 a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.ensayo3 a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.ensayo3 tfoot th, tfoot td {
	font-size: 85%;
}



table.ensayo4 {
			border: 1px solid #ccc;
			width: 520px;
			margin: 10px auto;
		}

table.ensayo4 caption {
			font-family:Arial, Helvetica, sans-serif;
			font-size:60%;
			font-weight:bold;
			color: #000;
			text-align: center;
			margin: 10px auto;
			}
table.ensayo4 td, th {
	padding: 4px;
	text-align: left;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	line-height:12px;
	font-size:12px;
}

table.ensayo4 thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.ensayo4 tbody th {
	font-weight: bold;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	line-height:12px;
}
 table.ensayo4 tbody tr.principal th {
                        font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #000;
                        background: #E6EDF5;
                        text-align: center;
                        padding: 5px;
                        border: 0;
                        }

table.ensayo4 tbody tr { background: #FCFDFE; }

table.ensayo4 tbody tr.odd { background: #F7F9FC; }

/*****************************************************/






table.listing {
	width:50%;
	background-color:#eff7fc;
	margin:0 auto;	
}

table.listing2 {
	width:90%;
    background: none repeat scroll 0% 0% rgb(232, 232, 232);
}
table.listing2f {
	width:90%;
	background: none repeat scroll 0% 0% rgb(250, 245, 224);
	margin-left:20px;
		color:#FFF !important;
}
.listing2 caption {
	color:#d91c5c!important;
	font-weight:bolder;
	text-align:left;
	padding:1px;
	margin:2px!important;
	font-size:1.2em!important;
}
.listing2 caption a{
	color:#6697F2;
	text-decoration:none;
}

.listing2 caption  a:hover {
	/*border:1px solid #6d99ca;*/
	background:#E1E6FA;
	color:#000;
}
.table.listingcor {
	width:75%;
	background-color:#eff7fc;
	margin:0 auto;	
}
table.listing21 {
	width:95%;
	background-color:#eff7fc;
	margin:0 auto;
}
table.listing42 {
	width:95%;
	background-color:#eff7fc;
	margin:0 auto;
}
table.listing42 li{
	list-style:none;
}

table.listinglb {
	width:65%;
	margin:0 auto;	
}
.listinglb td {
	vertical-align:top;
	margin:0 0 !important;
	padding:0 3px;	
}
table.listing4 {
	width:75%;
	background-color:#eff7fc;
	margin:0 auto;	
}
table.listing2 thead {
	
	border: solid 1px #FFF;
	padding-left:40px;
	margin-left:12px;
	background-color:#e5eef3;
	font-size:1.3em;
	
	}
.listing td {
	vertical-align:top;
	text-align:left;
	padding:7px;
	font-size:1.0em;
	color:#000;
	border-bottom: solid 3px #fff;
	border-right:solid 3px #fff;
	
	}
.listing2 td {
	vertical-align:top;
	text-align:left;
	padding:3px;
	font-size:0.9em;
	color:#000;
	border-bottom: solid 3px #fff;
	border-right:solid 3px #fff;
	
	}
table.listing2a {
	width:90%;
	background-color:#eff7fc;
	margin:0 auto;
	border: 1px solid #eee !important;	
}
.listing2a td {
	vertical-align:top;
	text-align:left;
	padding:6px;
	font-size:1.0em;
	color:#000;
	border-right: 2px solid #fff;
	
	
	
	}
.listingcor td {
	vertical-align:top;
	text-align:left;
	padding:7px;
	font-size:1.0em;
	color:#000;
	border-bottom: solid 3px #fff;
	border-right:solid 3px #fff;
	
	}
	.listing21 td {
	vertical-align:top;
	text-align:left;
	padding:8px;
	font-size:0.9em;
	border-bottom: solid 3px #fff;
	border-right:solid 3px #fff;
	
	}
	.listing4 td {
	vertical-align:top;
	text-align:left;
	padding:7px;
	font-size:0.8em;
	border-bottom: solid 1px #fff;
	border-right:solid 1px #fff;
	
	}
	.listing4 ul li {
	
	padding:7px;
	font-size:0.8em!important;
	border-bottom: solid 1px #fff;
	border-right:solid 1px #fff;
	
	}
.tcenter {
	text-align:center!important;
}
.tleft {
	text-align:left!important;
}
.t12 {
	font-size:12px!important;
	
}

.table.listing2 th, .pro {
	color: #000;
	font-size:1.0em;
	height:14px;
	margin-left:5px;	
	padding-left:10px;
	background-color:#e5eef3;
	border-bottom: solid 1px #bbb;
	border-right:solid 1px #bbb;
	}
.table.listing2 th, .white {
	
	background-color:#FFF;
	border: solid 1px #FFF
	}
table.listing31 {
	width:85%;
	background-color:#eff7fc;
	margin:0 auto;	
	border: solid 1px #FFF;
}
table.listing31 td  {
	font-size:1.0em;
	color:#000;
	padding:1px;
	border: solid 1px #FFF;
	text-align:left;
}
table.listing3 {
	width:60%;
	background-color:#eff7fc;
	margin:0 auto;	
	border: solid 1px #999;
}
table.listing3 td  {
	font-size:1.0em;
	color:#000;
	padding:5px;
	border: solid 1px #FFF;
	text-align:center;
}


table.listing42 {
	width:95%;
	background-color:#fff;
	margin:0 auto;	
}

table.listing421 {
	width:95%;
	background-color:#fff;
	margin:0 auto;
	margin-top:23px;
}

table.listing42 td{
	font-size:1.0em;
	background: url("../bgluimg/topsection.gif") repeat-x scroll left top transparent;
	margin:0 auto !important;
	padding:8px;
	text-align:left;
	
}

.oddblue  {
	font-size:1.1em !important;
	background: url("../bgluimg/bkgblue.gif") repeat-x scroll left top transparent !important;
	color:#5D5E60 !important;
	font-weight:bold;
	border: solid 1px #fff;
	text-align:center!important;
}
.oddbluea2 {
	font-size:1.1em !important;
	background-color:#B6DDE8!important;
	color:#5D5E60 !important;
	font-weight:bold;
	border: solid 1px #fff;
	text-align:center!important;
}
.oddbluea3 {
	background-color:#31849B!important;
	color:#fff !important;

}
.oddbluea4 {
	
	background-color:#B6DDE8!important;

}

.oddblues  {
	font-size:1.1em !important;
	background: url("../bgluimg/bkgblue.gif") repeat-x scroll left top transparent !important;
	color:#5D5E60 !important;
	text-align:center!important;
	font-weight:bold;
	border: solid 1px #fff;
	margin-left:130px!important;

}

.oddverde1 {
	font-size:1.2em !important;
	background-color:#215868!important;
	color:#fff !important;
	font-weight:bold;
	border: solid 1px #fff;
	text-align:center!important;
	padding:4px 16px;
}

.oddverde2 {
	background-color:#C2D69B!important;
	text-align:center;
	padding:4px;
}
.oddrose {
	background-color:#E5B8B7 !important;
	text-align:center;
	font-weight:bold;
	padding:4px;



}
.oddvyellow1 {
	background-color:#FFE269 !important;
	text-align:center;
	padding:4px;


}
.oddvyellow2 {
	font-size:1.2em !important;
	background-color:#FFE269!important;
	color: #C60 !important;
	font-weight:bold;
	border: solid 1px #fff;
	text-align:center!important;
	padding:6px;
	}
.oddbluet {
	font-size:1.2em !important;
	background-color:#1F497D!important;
	color: white !important;
	font-weight:bold;
	border: solid 1px #fff;
	text-align:center!important;
	padding:6px;
	}
	
	
	
.oddgrey2 {
	background-color:#F8F8F8 !important;
	color:#090;
	text-align:center;
	font-weight:bold;
	padding:18px 4px!important;


}
.oddgrey3 {
	background-color:#F8F8F8 !important;
	color:red;
	text-align:center;
	padding:8px;
	font-weight:bold;


}
.oddgris {
	background-color:#F8F8F8 !important;


}

.odd1  {
	font-size:1.0em !important;
	font-style:normal;
	font-weight:bold;
	background-color:#39C !important;
	color:#fff;
	border: solid 1px #fff;
	text-align:center;
} 
.odd1a  {
	font-size:1.0em ;
	font-style:normal;
	font-weight:bold;
	background-color:#4fc1e9!important;
	color:#fff;
	padding:5px;
	border: solid 1px #fff;
	text-align:center;
}
.odd11  {
	font-size:1.0em;
	background: url("../img/bklila.jpg")   repeat-x scroll left top transparent !important;
	color:#FFF !important;
	font-weight:bold;
	padding:5px;
	border: solid 1px #fff;
}
.odd111  {
	font-size:1.0em;
	background-color:tomato;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #000;
	text-align:center;
}

.oddclar  {
	
	background-color:#FCFCFC;
	color:#999 !important;
	font-size:13px !important;
	padding:17px 5px !important;

}

.oddvert  {
	font-size: 1.0em !important;
	background: #ecffb5 !important;; /* Old browsers */
	background: -moz-linear-gradient(top, #ecffb5 0%, #b7e28c 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecffb5), color-stop(100%,#b7e28c))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ecffb5 0%,#b7e28c 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ecffb5 0%,#b7e28c 100%)!important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ecffb5 0%,#b7e28c 100%)!important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecffb5', endColorstr='#b7e28c',GradientType=0 )!important; /* IE6-9 */
	background: linear-gradient(top, #ecffb5 0%,#b7e28c 100%)!important; /* W3C */
	background-color:#DEF2B3!important;
	color:#999;
	font-weight:bold;
	padding: 10px 5px !important;
	border: solid 1px #999;
	text-align:center !important;
}
.oddcenter {
	text-align:center;
}
.oddleft {
	text-align:left!important;
	text-indent:8px!important;
}
.oddsubt {
	font-size: 0.8em !important;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
}
.oddvertpie  {
	background: #eeeeee!important; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%) !important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%) !important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ) !important; /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%) !important; /* W3C */
	}


 .bkgred {
	 font-size:1.0em !important;
	background: url("../bgluimg/bkgred.gif") repeat-x scroll left top transparent !important;
	color:#5d5e60 !important;
	font-weight:bold;
	border: solid 1px #999;
	padding-left:22px !important;
	}


.bkgred1 {
	font-size:1.0em !important;
	background-color:#5d5e60 !important;
	color:white;
	font-weight:bold;
	text-align:center;

	}
	
 .oddverde {
	
	background:#5BC15B!important;
	border: solid 1px #999;
	text-align:center;
	padding:10px!important;
	
	}
 .oddama {
	 
	background:#FDD800 !important;
	border: solid 1px #999;
	text-align:center;
	padding:10px!important;
	}

 .oddroj {

	background: #EC5143 !important;
    border: solid 1px #999;
	text-align:center;
	padding:10px!important;
	}
 .oddrojo2 {

	background: #C2272D !important;
    border:none
	text-align:left;
	padding:10px 2px;
	vertical-align:top;
	color:#FFF;
	font-size:16px !important;
	}
 .oddazul {

	background: #8DDCF4 !important;
    border: solid 1px #999;
	text-align:center;
	padding:10px!important;
	}
	
 .oddazulb {

	background:#60BACF !important;
	text-align:left;
	color:#FFF;
	font-weight:bold !important;
	padding:10px!important;
	}
.textazulb {

	color:#73ABBC ;
	font-weight:bold !important;
	}
 .oddrojob {

	background: #CC2B46 !important;
	text-align:left;
	color:#FFF;
	font-weight:bold !important;
	padding:10px!important;
	}
.textrojob {

	color:#E02856;
	font-weight:bold !important;
	}
	
.bolder {
	font-size:110% !important;
	color:#666;
}
	
	
.oddmor {

	background:#8064A2!important;
    border: solid 1px #999;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px!important;
	}
 .oddwhit {

	background: #fff !important;
	text-align:left;
	padding:10px!important;
	}
 .bk511 {

	background: #73ABBC !important;
	text-align:left;
	padding:10px!important;
	}
.bk512 {

	background: #B2DAE1!important;
	text-align:left;
	padding:10px!important;
	}
.bk521 {

	background: #1DC499 !important;
	text-align:left;
	padding:10px!important;
	}
.bk522 {

	background: #87D1B6 !important;
	text-align:left;
	padding:10px!important;
	}

	
.bk531 {

	background: #0F7D7E !important;
	text-align:left;
	padding:10px!important;
	}
	
.bk532 {

	background: #76B5A0 !important;
	text-align:left;
	padding:10px!important;
	}
.bk541 {

	background: #F78664!important;
	text-align:left;
	padding:10px!important;
	}
.bk542 {

	background: #FAC09B !important;
	text-align:left;
	padding:10px!important;
	}



/* api listings */
th.col1 {
	width:120px;		
}

td.code {
	color:blue;		
	width:120px;	
}

div.type {
	color:#789;
	font-family:"courier new",courier;
}

td.default {
	color:#345;
	width:80px;	
}

td.type {
	color:navy;		
}

td.code em {
	color:#666;
	font-style:normal;
}

td.description {
	color:#333;
	font-size:12px;
}

td.code i {
	font-style:normal;
	color:#666;
}

table.list2a {
	width:92%;
	background-color:#F2F2F2;
	margin:0 auto;
	border:#999 solid 1px;	
	
	
	
}
table.list2a td {
	font-size:14px !important;
	line-height:14px!important;
	border-bottom:solid 1px #999;

}
table.list2a p {
	font-size:14px !important;
	line-height:14px!important;
}
table.list2a li {
	font-size:14px !important;
	line-height:14px!important;
}
table.list2 {
	width:94%;
	background-color:#F2F2F2;
	margin:0 auto;	
	line-height:16px;
	 -webkit-border-radius: 6px!important;
     -moz-border-radius: 6px!important;
          border-radius: 6px!important;
		  behavior: url(../js/PIE.htc)!important;
	
}
table.list2l {
	border:solid 1px #666666;
	width:94%;
	background-color:#F2F2F2;
	margin:0 auto;	
	line-height:16px;
	 -webkit-border-radius: 6px!important;
     -moz-border-radius: 6px!important;
          border-radius: 6px!important;
		  behavior: url(../js/PIE.htc)!important;
	
}
table.list2l td{
	border-bottom:dashed 2px #999;
	text-align:left;
	padding:5px;
	font-size:14px;

	
}


table.list2l tr:first-child td { /* ultima fila */
	border: none;
}

table.list2l tr:last-child { /* ultima fila */
	border-bottom: 1px solid #000;
	 -webkit-border-radius: 6px!important;
     -moz-border-radius: 6px!important;
          border-radius: 6px!important;
		  behavior: url(../js/PIE.htc)!important;
}

.gloss {
	background-color:#fff;
}

table.list214 {
	width:100%;
	background-color:#F2F2F2;
	margin-left:-23px;	
	line-height:16px;
	 -webkit-border-radius: 6px!important;
     -moz-border-radius: 6px!important;
          border-radius: 6px!important;
		  behavior: url(../js/PIE.htc)!important;
	
}
table.prest1 {
	width:85%;
	background-color:#FBFBFB;
	margin:0 auto;	
	line-height:16px;
	
}
table.prest1 td {
	text-align:left;
	color:#000;
	border: solid 1px #eee;
	vertical-align:top!important;
	padding:4px 1px!important;
}
table.prest1  ul li {
	
	margin:0!important;
	padding:1px 1px!important;
	
}
.alt {
	background-color:#FFF;
}
.asm {
	text-align:center!important;
}
table.list2img {
	width:715px;
	background-color:#FFF;
	margin:0 auto;	
	
	
}
table.list3 {
	width:96%;
	background-color:#F2F2F2;
	margin:0 auto;	
	line-height:16px;
	
}
table.list28 {
	width:90%;
	background-color:#F2F2F2;
	margin:15px auto;	
	border: solid 1px #999;
	
}
.list28 td {
	text-align:left;
	padding:10px;
	font-size:18px;
	line-height:20px;
	color:#000;
	border-bottom:solid 1px #999;
	
}
.list28 caption {
	color:#7B0E47!important;
	font-weight:bold!important;
	text-align:left;
	padding:5px;
	margin:5px!important;
	font-size:16px!important;
	word-spacing:-2px;
	
	

	
}
.prest1 td {
	text-align:left;
	padding:2px;
	font-size:13px;
	color:#000;
	border: solid 1px #eee;
	
}
.listcent {
	text-align:center!important;
	padding:2px;
	font-size:13px;

	
}

.liqsm {
	text-align:left;
	padding:1px!important;
	font-size:11px!important;
	color:#000;
	border: solid 1px #999;
	
}

.list2 td {
	text-align:center;
	padding:5px;
	font-size:14px;
	color:#000;
	border: solid 1px #999;
	
}


	

	

.list2 p {
	text-align:left;
	padding:1px;
	margin:2px!important;
	font-size:16px !important;

	
}
.list2 caption {
	color:#7B0E47!important;
	text-align:left;
	padding:5px;
	margin:5px!important;
	font-size:16px!important;
	word-spacing:-2px;
	
	

	
}
.list214 td {
	text-align:left;
	padding:5px;
	font-size:14px;
	color:#000;
	border: solid 1px #999;
	
}
.list214 p {
	text-align:left;
	padding:1px;
	margin:2px!important;
	font-size:16px !important;

	
}
.list214 caption {
	color:#7B0E47!important;
	text-align:left;
	padding:5px;
	margin:5px!important;
	font-size:16px!important;
	word-spacing:-2px;
	
	

	
}
.list2img caption {
	color:#7B0E47!important;
	font-weight:bold!important;
	text-align:left;
	padding:5px;
	margin:5px!important;
	font-size:16px!important;
	word-spacing:-2px;
	
	

	
}
.list3 td {
	text-align:left;
	padding:10px;
	font-size:16px;
	color:#000;
	border: solid 1px #999;
	
}
.list3 p {
	text-align:left;
	padding:1px;
	margin:2px!important;
	font-size:16px !important;

	
}
.list3 caption {
	color:#d91c5c!important;
	font-weight:bolder;
	text-align:left;
	padding:1px;
	margin:2px!important;
	font-size:1.0 em!important;
	font:90% Verdana!important;
	

	
}
.oddap  {
	font-size:18px !important;
	line-height:26px;
	background-color: #644436 !important;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #999;
	text-align:center!important;
}
.oddt2  {
	font-size:18px!important;
	line-height:26px;
	background: url("../img/bkviolet.jpg") repeat-x scroll left top transparent !important;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #999;
	text-align:center!important;
}
.oddneg  {
	font-size:18px!important;
	line-height:26px;
	background-color:#342F29!important;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #999;
	 -webkit-border-radius: 6px 6px 0 0!important;
     -moz-border-radius: 6px 6px 0 0!important;
          border-radius: 6px 6px 0 0!important;
		  behavior: url(../js/PIE.htc)!important;
	text-align:center!important;
}	

.oddrojo  {
	font-size:1.1em!important;
	background-color:#d91c5c!important;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #999;
	 -webkit-border-radius: 6px 6px 0 0!important;
     -moz-border-radius: 6px 6px 0 0!important;
          border-radius: 6px 6px 0 0!important;
		  behavior: url(../js/PIE.htc)!important;
}	

.oddt22  {
	font-size:10px!important;
background: url("../img/bkviolet.jpg") repeat-x scroll left top transparent !important;
	color:#FFF !important;
	font-weight:bold;
	border: solid 1px #999;
	text-align:center!important;
}
.oddwhite  { 
	background-image:none !important;	
	background-color:#fff !important;
	color: #666 !important;
	border: none !important;
	font-size:12px !important;
	line-height:13px!important;
	text-align:left !important;
	padding-left:5px !important;
}
.oddbold  { 
	background-image:none !important;	
	background-color:#fff !important;
	color: #000 !important;
	border: none !important;
	font-size:0.8em !important;
	text-align:left !important;
	padding:0 0 0 5px!important;
	margin:0  0 0 22px!important;
}
.trwhite  { 
	background-image:none !important;	
	background-color:#fff !important;
	color: #d91c5c !important;
	border: none !important;
	dding-left:5px !important;
}
.titwhite  { 
	
	color: #666 !important;
	font-size:0.9em !important;
	padding-left:35px !important;
	margin-top:25px!important;
}




table.listing2fx {

	width:670px;
	margin-left:2px;
	color: rgb(140, 114, 53);
	border: 3px solid #eee;
}
table.listing2fx td {

	background: url("../img/bkggris.gif") repeat-x scroll left top transparent;
	margin-left:20px;
	color: rgb(140, 114, 53);
	text-align:center;
	border: 1px solid #eee;
}
.oddsubtx  {
	font-size:11px !important;
	background: url("../img/bkviolet.jpg") repeat-x scroll left top transparent !important;
	color:#fff !important;
	text-align:center!important;
	padding:1px 3px;
	border: 1px solid  #eee!important;
	

}

.oddbluex  {
	font-size:16px !important;
	background: url("../img/bkblue2.jpg") repeat-x scroll left top transparent !important;
	color:#fff !important;
	border: solid 1px #eee;
	text-align:left!important;
}

.oddbluesx  {
	background: url("../img/bklila.jpg") repeat-x scroll left top transparent !important;
	font-size:18px !important;
	color:#fff !important;
	text-align:center!important;
	font-weight:bold;
	border: solid 1px #eee;
	height:50px;
	

}
.firstcol {
	width:100px;
	text-align:left!important;
	font-size:14px;
	font-weight:bold;
	color:#000!important;

}
.firstcols {
	text-align:center!important;
	font-size:12px;
	color:#000;

}
table.listing2fx2 {
	width:97%;
	margin:0 auto;
	color: rgb(140, 114, 53);
	border: 3px solid #eee;
}
table.listing2fx2 td {

	background-color:#F7F3F0;
	margin-left:20px;
	color: rgb(140, 114, 53);
	text-align:left;
	padding:6px;
	border: 1px solid #eee;
}
.colx2{
	background-color:#FBFBFB!important;
	text-align:left!important;
	font-size:14px;
	width:180px;
	padding:1px 4px !important;
}
.oddsubtx2  {
	font-size:14px !important;
	background: url("../img/bklila.jpg") repeat-x scroll left top transparent !important;
	color:#fff !important;
	text-align:center!important;
	padding:1px 3px;
	border: 1px solid  #eee!important;
	

}
.trx2{border-bottom: 1px solid #333!important;

}
.oddbluex2  {
	font-size:16px !important;
	background: url("../img/bkgblues2.gif") repeat-x scroll left top transparent !important;
	color:#fff !important;
	border: solid 1px #eee;
	text-align:left!important;
}

.oddbluesx2  {
	background: url("../img/bkviolet.jpg") repeat-x scroll left top transparent !important;
	font-size:18px !important;
	color:#fff !important;
	text-align:center!important;
	font-weight:bold;
	border: solid 1px #eee;
	height:30px;
	

}
.firstcol2 {
	text-align:left!important;
	font-size:14px;
	font-weight:bold;
	color:#000!important;

}
.firstcols2 {
	text-align:center!important;
	font-size:12px;
	background-color:#ddd!important;
	color:#000!important;

}




/* divs colores */

.drosa {
	border: 4px solid #CDBCDC;
    border-radius: 10px 10px 10px 10px;
	behavior: url(../js/PIE.htc);
	/*border: 1px solid #E2DAEB;
	border:solid 4px #C3C;*/
	width: 70%;
	margin:0 auto;
	
	/*background-color:#FAF7FE;*/
	background-image:url(../bgluimg/bkgros.gif);
    background-repeat: repeat;
	behavior: url(../js/PIE.htc);
}
.drosat {
	border: 4px solid #CDBCDC;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../js/PIE.htc);
	width: 39%;
	margin-top:2%;
	margin-left:4%;
	margin-bottom:5%;
	margin-right:1%;
	height:360px;
	background-image:url(../bgluimg/bkgros.gif);
	background-repeat: repeat;
	float:left;
}
p.typerose {
	color:#999;
	font-weight:600;
	font-size:16px!important;
}
p.typewhite {
	color:#000;
	font-weight:900;
}
.dviolet {
	border:solid 4px #00C2DC;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../js/PIE.htc);
	width: 80%;
	margin:0 auto;	
	background-image:url(../bgluimg/bkgpal.gif);
    background-repeat: repeat;
	background-color:#FFF;
	color:#000 !important;
	
	
}
.dred {
	border:solid 4px #F36;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../js/PIE.htc);
	width: 80%;
	margin:0 auto;	
	background-image:url(../bgluimg/bkgpal.gif);
    background-repeat: repeat;
	background-color:#FFF;
	color:#000 !important;
	
}
strong.dviolet  {
	color:#000!important;
}
.dviolett {
	border:solid 4px #00C2DC;
	border-radius: 10px 10px 10px 10px;
	behavior: url(../js/PIE.htc);
	width: 51%;
	height:360px;
	margin-top:2%;
	margin-left:2%
	background-image:url(../bgluimg/bkgpal.gif);
	background-repeat: repeat;
	color:#000 !important;
	float:left;
}
#dresumen {
	background: #FFF url(../img/ctop.jpg) no-repeat;
	float:left;
	min-height:300px;	
	padding:20px;
	margin:0 auto;
	width:650px;

}
/***************collapsables**************************/

#caja {
width:90%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#ffffff;
}
#caja1 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#ffffff;
}
#caja22 {
width:75%;
display: none;
padding:5px;
margin-left:45px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja2a {
width:92%;
display: none;
padding:5px;
margin-left:45px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja1 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja2 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja3 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja3a {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja4 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja5 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja6 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja7 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja8 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja9 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja10 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja11 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja12 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja13 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja14 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja15 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#caja16 {
width:95%;
display: none;
padding:5px;
border:2px solid #b7d8ee;
background-color:#f9f9f9;
}
#ocultar {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar1 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar2 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar3 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar4 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar5 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}


#ocultar6 {
float:right;
display:block;
font-size:14px;
line-height:14px;
}
#ocultar7 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}
#ocultar8 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}
#ocultar9 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar10 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar11 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar12 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar13 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar14 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}
#ocultar15 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}
#ocultar16 {
float:right;
display:block;
font-size:14px;
line-height:14px;

}#ocultar3a {
float:right;
display:block;
font-size:14px;
line-height:14px;

}

#mostrar{
display:inline;
width:20%;
padding:5px;
border:2px solid #D0E8F4;

}

.close {float:right;
display:block;
font-size:14px;
line-height:14px;
}
/******************FIN COLLAPSABLES***************/
.conclu {
	background:#fff url(../img/content_top4.jpg) no-repeat;
	float:left;
	min-height:300px;	
	padding:20px;
	margin-left:20px;
	width:628px;
}
	


#fichas {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 2px #000000;
-webkit-box-shadow: 0px 0px 2px #000000;
box-shadow: 0px 0px 2px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dbdbdb', endColorstr = '#f2f8ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dbdbdb', endColorstr = '#f2f8ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #dbdbdb, #f2f8ff);
background-image: -ms-linear-gradient(top, #dbdbdb, #f2f8ff);
background-image: -o-linear-gradient(top, #dbdbdb, #f2f8ff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#dbdbdb), to(#f2f8ff));
background-image: -webkit-linear-gradient(top, #dbdbdb, #f2f8ff);
background-image: linear-gradient(top, #dbdbdb, #f2f8ff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

margin:2px!important;
padding:5px;

}


#contfichas{
        background-color:#F2F2F2;
        border:1px solid #999;
		margin:22px!important;
		height:100%;
	

	
}
#contfichas h4 {
	font-size:16px !important;
	line-height:22px;
	color:#FFF;
	

}
#contfichas p {
	font-size:12px !important;
	line-height:14px;

}
#contfichas em {
	font-size:14px !important;
	color:#063;

}
.contfichas  li {
	font-size:12px!important;
	margin-left:15px!important;
	line-height:16px!important;
}
.contfichas  ul {
	margin-left:10px !important;
	padding-left:22px;

}

#concabecera{
        background-color:#006666  ;
        height:20%;
		
}
#conmenu{
        height:10%;
        background-color:#C8CACC;
}
#colf{

        background-color:#F2F2F2;
        float:left;
        width:50%;

	
}
#colr{
        
        background-color:#F9F9F9;
		float:right;
        width:50%;
}
#colr2{
        
        background-color:#F9F9F9;
		float:right;
        width:50%;
		height:300px;
}
#colpie{
        height:2px;
        background-color:#fff;
        clear:both;
}





/*.contfichas {
    width:90%;
	background-color:#ccc;
	margin:14px;
	border: 1px solid #0F3;
	
}

.colf {
	width:50%;
	background-color:#0FF;
	margin:24px 20px 20px 20px;
	float:left;
	
}
.colr {
	width:40%;
	background-color:#fff;
	margin:2px 2px 20px 20px;
	float:left;
	padding-top:24px;
}
*/


.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
		  behavior: url(../js/PIE.htc);
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
  font-size:14px;
  line-height:16px;
  padding:5px;
  background-color:#F2F2F2;
}

.table-bordered2 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  margin: 10px 40px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
		  behavior: url(../js/PIE.htc);
}

.table-bordered2 th,
.table-bordered2 td {
  border: 1px solid #C2272D;
  font-size:14px;
  line-height:16px;
  padding:5px;
  background-color:#fff;
}
.table-bordered3 {
  border: 2px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
		  behavior: url(../js/PIE.htc);
}

.table-bordered th,
.table-bordered3 td {
  border-left: 2px solid #ffffff;
  font-size:16px;
  line-height:16px;
  padding:5px;
  background-color:#FFD5D5;
 
}

.table-bordered4 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
		  behavior: url(../js/PIE.htc);
}

.table-bordered4 th,
.table-bordered4 td {
  border-left: 1px solid #dddddd;
  font-size:14px;
  line-height:16px;
  padding:5px;
  background-color:#FFFFFF;
}

.table-bordered4 li, table-bordered4 ul, table-bordered4 ol  {
	font-size:14px !important;
  	line-height:16px !important;
	
}


.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  behavior: url(../js/PIE.htc);
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  behavior: url(../js/PIE.htc);
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  behavior: url(../js/PIE.htc);
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  behavior: url(../js/PIE.htc);
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  behavior: url(../js/PIE.htc);
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  behavior: url(../js/PIE.htc);
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  behavior: url(../js/PIE.htc);
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  behavior: url(../js/PIE.htc);
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
		  behavior: url(../js/PIE.htc);
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.img-desc {
    position: relative;


}
.img-desc small {

    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #999;
}
.label {
	background: none repeat scroll 0 0#FFFFFF ;
	border: 1px solid #3085D6;
	border-radius: 3px 3px 3px 3px;
	font-size: 10px !important;
	padding: 0 3px;
	color: #3085D6;
    display: inline-block;
    font-family: Helvetica,arial,verdana,sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}
.row { width: 100%; max-width: 940px; min-width: 320px; margin: 0 auto; }
@media only screen and (max-width: 960px) { .row { padding: 0 20px; } }
.row .row { min-width: 0px; }
@media only screen and (max-width: 960px) { .row .row { padding: 0; } }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns { margin-left: 2.12766%; float: left; min-height: 1px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.column:first-child, .columns:first-child, .alpha { margin-left: 0px; }

.column.omega, .columns.omega { float: right; }

.row { padding: 0 20px; }
/* Column Classes */
.row .one.column, .row .one.columns, .sixteen.colgrid .row .one.columns { width: 6.38298%; }
.row .two.columns { width: 14.89362%; }
.row .three.columns { width: 23.40426%; }
.row .four.columns { width: 31.91489%; }
.row .five.columns { width: 40.42553%; }
.row .six.columns { width: 48.93617%; }
.row .seven.columns { width: 57.44681%; }
.row .eight.columns { width: 65.95745%; }
.row .nine.columns { width: 74.46809%; }
.row .ten.columns { width: 82.97872%; }
.row .eleven.columns { width: 91.48936%; }
.row .twelve.columns { width: 100%; }

/*///// TABS */
.containertab { margin-left:35px !important;
				margin-bottom:10px!important ;
				padding-bottom:15px !important;
				}

.tabmenu { padding: 0; clear: both; }
.tabmenu li { display: inline; margin:0 !important; }
.tabmenu li a { background: #fff; padding: 10px; float:left; border: 1px solid #E1E1E8; border-top: 1px solid #E1E1E8; border-bottom: none; text-decoration: none; color: #999 !important; font-weight: bold; margin:0 !important; }
.tabmenu li.active a { background: #F7F7F9; color:#000 !important; }
.tabcontent {
	float: left;
	clear: both;
	background: #F7F7F9;
	padding: 10px 20px 20px;
	width: 700px;
	margin-left: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E8;
	border-right-color: #E1E1E8;
	border-bottom-color: #E1E1E8;
	border-left-color: #E1E1E8;
}


.btnsmas a{
	background-color: #08C !important;
	color: #FFF !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	border-radius: 5px !important;
	display: block !important;
	text-decoration: none !important;
	
	} 
	
.pqu {
	font-size:70% !important;
	margin: 0 !important;
	padding:0 !important;
	list-style:disc;
	
}
.col {
	float:left;
}
.colr {
	float:right;
	margin-right:50px;
}
