body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background:#696969;
}

.cc .right {
	display: none;
}

.clearfix{zoom:1}
.clearfix:before,.clearfix:after{content:"";display:table}
.clearfix:after{clear:both}
.padding{padding: 5px;}
#container {
	margin: 0 auto;
	width: 95%;
	max-width: 950px;
	text-align: left;
	background:#fff;
	position:relative;
}

.navbar .container .navbar-header, .navbar .container .navbar-collapse {
	margin-inline: 0;
}

.rtw {position:absolute;top:6px;right:20px;}
#topimg {
	margin:0;
	/*padding:7px 0 0 10px;*/
	padding-block: 6px 8px;
	height:32px;
}
#topbar {
	height:230px;
	padding:0;
	margin:0;
}
#topmenu {
	padding:150px 25px 0 0;
	float:right;
}

/*#newsletter {
	position: absolute;
	right: 25px;
	top: 60px;
}*/

#newsletter {
	position: absolute;top: 63px; font-weight:normal; right: 25px;
}

#newsletter a {
	display:block;width:185px;
	font-size: 13px; color:#000;
	text-decoration:none;
	background:#ddd; border:1px solid #666;
	font-weight:normal; padding:4px; 

}

.lt-ie8 #newsletter {
	position: absolute;
	right: 11px;
	top: 75px;
}
.ie8 #newsletter {
	position: absolute;
	right: 11px;
	top: 60px;
}

#col1, #col2 {
	font-size: 16px;
}

#col1 {
	float:left;
	width:30%;
	min-width:230px;
	text-align:center;
	margin-top:20px;
}
#col2 {
	float:left;
	width:67%;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	line-height:20px;

}

#tmenu
{	margin: 0;
	padding: 0;
}
#tmenu > li {
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:16px;
	background: #F4F4F4;
}
#tmenu li ul li {
	font-weight:normal;
	font-size:14px;
}
#tmenu li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	white-space: nowrap;
	color:#000;
}

#tmenu li a:hover {color:#585858;}

#tmenu li ul {
	margin:0;
	padding: 0;
	position: absolute;
	display: none;
	border-top: 1px solid white;
	background:#F4F4F4;
	min-width:110px;
	z-index:2;
}

#tmenu li:hover > ul {
	display: block;
}

#tmenu li ul li {
	float: none;
	display: inline;
	position: relative;
}

#tmenu li ul li ul {
	top: 0px;
	right: -200px;
}

#tmenu li ul li a {
	width: auto;
}
#tmenu li ul li a:hover { background:#d7d7d7;}

#tmenu li ul.dossier  {
}

#tmenu li ul.dossier li ul {

	min-width: 260px;
    right: 0;
    left: 185px;
    top: -16px;
}

@-moz-document url-prefix() { 
  #tmenu li ul.dossier li ul {
     top: -5px;
  }
}

li.hide {
	display: none;
}

/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	text-align: left;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
.cform label {
	width: 120px;
	float: left;
	text-align: left;
}
.cform label.error {
	float: none;
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	background: url(../img/fail.gif) no-repeat;
	padding-left: 20px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #FF0000;
}
.cform label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.cform p {
	clear: both;
}
.cform .submit {
	margin-left: 12em;
}
.cform em {
	font-weight: bold;
	padding-right: 15px;
	vertical-align: top;
}
.cform .noval {
	margin-left: 22px;
}
.cform label.valid {
	background: url(../img/check.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	color: #339933;
}
.jumpright {
	margin-left: 120px;
}
.showhand {
	cursor:pointer;
}

/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #CD6643;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
#content ul li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
}
#content .list-disc li {
	list-style: disc;
	margin-block: 8px;
}
#content ol li {
	margin-top: 9px;
	margin-bottom: 9px;
}
#navaid {
	display: none;
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border: 1px;
}

/* Table */
table {
	/*font-size: 12px;*/
}

td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */
h1 {
	font-size: 20px;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	font-weight:normal;
	color:#2c2c2c;
}
h3 {
	font-size: 14px;
}

a img {
	border: 0;
}
.boxes {
	float: left;
	margin-top:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
	width:100%;
}
.box1 {
	float: left;
}
.box2 {
	float: left;
}
#footer {
	clear:both;
	height:37px;
	background:#E0D333 url('../img/bgfooter.gif') no-repeat right;
}
#footer p {
	line-height:37px;
	margin:0;
	padding:0 0 0 20px;
	font-size:15px;
	color:#968D22;
	font-weight:bold;
}
#col1 p {
	margin:0;
	padding:0;
	text-align:center;
}
#col1 img {
	vertical-align:text-bottom;
}
#col1 .os {
	background:#f4f4f4;
	margin-left:auto;
	margin-right:auto;
	width:220px;
	line-height:25px;
	text-align:left;
	text-indent:4px;
	border:1px solid #000;
}
#col1 img {
	border:1px solid #000;
}
img {
	margin:0;
	padding:0;
}
#tmenu li a.mn1y {
	color:#dbd11a; color:black;
}
#tmenu li a.mn2y {
	color:#7eaf5f; color:black;
}
#tmenu li a.mn3y {
	color:#a976be; color:black;
}
#tmenu li a.mn4y {
	color:#ECAE74; color:black;
}
#tmenu li a.mn5y {
	color:#5A7B94; color:black;
}
.boxit {
	background:#F4F4F4;
	padding: 10px;
	margin-block-start: 60px;
}
.boxit h2 {
	margin-top:0;
}
.nopaddingp p {
	padding:0;
}
.cc {padding:10px 16px 10px 16px; height:100px; width:95%; float:left;}
.cc img {padding:35px 0 5px 0;}
.cc,.cc a {color:#969696;}
.cc .right {margin:0px;}
.print {display:none;}
.moreinfo {background:url(../img/bginfo.gif) no-repeat right #e2e2e2;padding:8px 160px 18px 10px;margin-top:20px;}
.moreinfo p {margin-top:2px;}
.standout {background:#A7C692; padding:5px}
.tl { text-align:right;margin-right:40px; }
.tl a { color:#666; text-decoration:none; }
.tl a:hover { color:#000; }
.poscenter{position:absolute;bottom:35px;left:550px;font-size:11px;}
.cc .poscenter img{padding-top:5px;}
#subscribeform{
	padding:10px;
	padding-top:20px;
	margin-right:10px;
	border:1px solid #ddd;
	border-top:0;
	background:url("../img/newsletter.png") no-repeat top right #f0f0f0;
}

#subscribeform p{
	margin-bottom:10px;
}

#subscribeform input[type="text"]{
	border:2px solid #888;
	padding:3px;
	margin-bottom:5px;
}
.makebutton {
	font-weight:normal;
	color:#000;
	padding:5px 12px;
	font-size:13px;
	border:1px solid #aaa;
	background-color: #ddd; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #fff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	text-decoration:none;
	-webkit-box-shadow:1px 1px 1px #ddd;
	-moz-box-shadow:1px 1px 1px #ddd;
	text-shadow:1px 1px 1px #eee;
	margin-left:2px;
	display:inline;
	outline:none;
	cursor:pointer;
}
.makebutton:hover{
        background-color: #eee; /* fallback color */
        background-image: -moz-linear-gradient(100% 100% 90deg, #ddd, #fff);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));    
}

.makebutton:active{
        background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #ccc);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));        
}

#topmenu form {
	display: flex;
	gap: 10px;
}

.compartir{
    float:right;
	margin-bottom: 10px;
    width:28%;
}

/* Section Dossiers */

div.introduction {
	/*border-bottom: 1px solid black;*/
}

div.introduction, div.box-intro {
	float: left;
	min-height: 200px;
}

.box-intro {
	padding-left: 4.5%;
}

.box-intro.text {
	width: 58%;
}

.box-intro.image {
	width: 28%;
}



/**** fin Dossiers ****/

/** news css to adaptation mobile **/

.placebo {
	padding-left:33%;
}

.placebo-info h2 {
	text-align: left;
}

.placebo .placebo-info {
	width: 92%;

}

.navbar-default {
	display: none;
}

#place-img {
	display: none;
}

/**** Para version de escritorio ***/

@media only screen and (min-width : 950px) {
	.imgjump img {
	    /*width:550px;*/
	}
}

@media screen and (min-width: 768px) {
	.boxit {
		margin-inline-start: 20px;
	}
}