@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
body{
    margin: 0;
    padding: 0;
	height:100%;
	font-family: 'Raleway', sans-serif;
}


.cuerpo{
	min-height:100%;
	
	background-color: #fafafa;
}

.content{
	//padding-bottom:50px;
	
	
}

ul{
        padding: 0px;
        margin: 0px;
}

ul li{
        list-style: none;
}

img {
        max-width:100%
}

/*Header*/


#header_wrapper{
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing:border-box;
	background-color:#f7f7f7;
	max-width: 1200px;
    margin: 0 auto;
	/*background-image:url(../imagenes/bg_home.png);
	background-repeat:repeat-x;*/
   	border-bottom: solid 2px #2c8bc5;
}

#header_wrapper_int{
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing:border-box;
	background-color:#f7f7f7;
	max-width: 1200px;
    margin: 0 auto;
    padding-top:20px;
    padding-bottom:20px;
	/*background-image:url(../imagenes/bg_internas.png);
	background-repeat:repeat-x;*/
	background-position:bottom;
   	border-bottom: solid 2px #2c8bc5;
}

/* Nuevos */
/*.breadcrumb{
	padding: 5px;
	font-size:11px;
	color:#333333;
}*/
.breadcrumb{
	font-family:"Raleway";
	font-size:10.5px;
	color:#333333;
	text-align:right;
	margin-right: 10px;
	padding-top: 5px;
}

.breadcrumb a{
	color:#3a9eda;
	text-decoration:none;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

.stroke{
	 border-top:1px dotted #CCCCCC;
}

.titBanner{
	font-size:18px;
	background-color:#3a9eda;
	color:#fff;
	line-height:40px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

.divIcon{
	background-color:#ccc;
	padding:5px;
	margin-right:3px;
	height:100%;
	display:inline-block;
	float:left;
}

.titulosNov{
	margin:5px 0 5px 0;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	background-color:#666666;
	text-align:center;
}

.textosNov{
	font-size:13px;
	line-height: 18px;
	color:#000; /*333*/
	background-color:#fff;
	margin-top:5px;
	padding-top:8px;
	padding-bottom:10px;
	text-align:justify;
}

.centrar{
	text-align:center;
}

label{
	display:block;
	font-size:13px;
}
input[type="text"]{
	width:98%;
}


.textosGenerales{
	font-size:13px;
	color:#333333;
}

.btn1 {
	background-color:#aaa;
	background-image:url(../imagenes/ico_directorio-03b.png);
	background-repeat:no-repeat;
	background-position:10%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #bbb;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	padding:8px 38px;
	text-decoration:none;
	text-shadow:0px 1px 0px #bbb;
	float:right;
}
.btn1:hover {
	background-color:#13b3e4;
}
.btn1:active {
	position:relative;
	top:1px;
}

.boxNews{
	border-top:2px solid #13b2e4;
	background-color:#fff;
	min-height:100px;
	
}

.boxNews input[type="text"]{
	width:72%;
	margin-left:5px;
	margin-top:1px;
	top:-1px;
	background-color:#e2e2e2;
	color:#333;
	border-color:#e2e2e2;
}

.boxNews .botonSus{
	background-color:#2c8bc5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	top:-1px;
	margin-left:5px;
	font-size:9px;
	font-weight:bold;
	padding:5px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2c8bc5;
	
}

.boxNews .botonSus:hover {
	background-color:#13b3e4;
}
.boxNews .botonSus:active {
	position:relative;
	top:1px;
}

.boxNav{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom: solid 2px #2c8bc5;
}

.boxNav2{
	margin-top:20px;
	padding-bottom:40px;
	border-top: solid 2px #2c8bc5;
	background-color:#fff;
}

.boxNav3{
	margin-top:20px;
	padding-bottom:40px;
	border-top: solid 2px #2c8bc5;
}

.boxNav4{
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
}

[class*="novcol"] {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    
}

.novcol-fecha-lg{
        width: 10%;
        padding-left: 2px;
}

.novcol-ref-lg{
        width: 17%;
        text-align: center;
}

.novcol-det-lg{
        width: 63%;
}

.novcol-ver-lg{
        width: 10%;
}

.justif{
	text-align:justify;
}

.col-middle{
	vertical-align:middle;
}

.col-tabla{
	display:table-cell;
	float:none !important;
	height:100%;
}
.cabecera{
	margin:0 auto;
	
}

.wrapperUser{
	margin-left:15px;
	margin-top:15px;
	font-size:16px;
	line-height:20px;
	color:#2c8bc5;
	letter-spacing:0.4pt;
}

.wrapperUser label{
	font-size:16px;
	line-height:20px;
	font-weight:900;
	margin-bottom:3px;
}

.wrapperUser input[type="text"]{
	height:31px;
	margin-left:5px;
	margin-top:1px;
	top:-1px;
	border-color:#e2e2e2;
}

.wrapperUser input[type="email"]{
	height:31px;
	width:69%;
	margin-left:5px;
	margin-top:1px;
	top:-1px;
	border-color:#e2e2e2;
	background-color:#e2e2e2;
	color:#333;
}


.boxNav2 .botonSus{
	background-color:#2c8bc5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:0px none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	top:-1px;
	margin-left:5px;
	font-size:9px;
	font-weight:bold;
	padding:5px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2c8bc5;
	width:85px;
	height:31px;
}

.boxNav2 .botonSus:hover {
	background-color:#13b3e4;
}
.boxNav2 .botonSus:active {
	position:relative;
	top:1px;
}

.textosAcu{
	font-size:13px;
	line-height:18px;
	color:#333333;
	background-color:#c1e3ed;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.br{}

/*fin nuevos*/
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; 
}
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #009ce0;
    color: white;
    cursor: pointer;
    text-transform: uppercase; 
   }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; 
	}
    #nav-trigger span:hover {
      background-color: #007ed7; 
	}
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; 
	}

nav {
  margin-bottom: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  line-height:14px; 
}

nav#nav-main {
  background-color: #009ce0;
  padding: 10px 0; 
  }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; 
  }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #007ed7;
    padding: 0 5px; 
	}
    nav#nav-main li:last-child {
      border-right: none; 
	}
  nav#nav-main a {
    display: block;
    color: white;
    padding: 7px 3px; 
	text-decoration:none;
	
  }
    nav#nav-main a:hover {
      background-color: #007ed7;
      color: #fff; 
	}

nav#nav-mobile {
  position: relative;
  display: none; 
  }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #009ce0; 
  }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #007ed7; 
  }
    nav#nav-mobile li:last-child {
      border-bottom: none; 
	}
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; 
  }
    nav#nav-mobile a:hover {
      background-color: #007ed7;
      color: #fff; 
	}

/*Estilos para grilla 12 columnas*/
.wrapper{
        //padding-left: 15px;
        //padding-right: 15px;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
    	box-sizing: border-box;
		padding-left:10px;
		padding-right:10px;
		max-width: 1200px;
		margin: 0 auto;
		min-height:100%;
		padding-bottom:115px;
		background-color: #f0f0f0;
}

.row:after{
        content: ' ';
        clear: both;
        display: block;
}

[class*="col-span"] {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
}

.lg-col-span-1{
        width: 6.25%;
}

.lg-col-span-2{
        width: 12.5%;
}

.lg-col-span-3{
        width: 18.75%;
}

.lg-col-span-4{
        width: 25%;
}

.lg-col-span-5{
        width: 31.25%;
}

.lg-col-span-6{
        width: 37.50%;
}

.lg-col-span-7{
        width: 43.75%;
}

.lg-col-span-8{
        width: 50%;
}

.lg-col-span-9{
        width: 56.25%;
}

.lg-col-span-10{
        width: 62.50%;
}

.lg-col-span-11{
        width: 68.75%;
}

.lg-col-span-12{
        width: 75%;
}

.lg-col-span-13{
        width: 81.25%;
}

.lg-col-span-14{
        width: 87.5%;
}

.lg-col-span-15{
        width: 93.75%;
}

.lg-col-span-16{
        width: 100%;
}
.lg-col-header-1{
			width:6.25%;
		}
.lg-col-header-10{
		width:62.50%;
		}
		
		.lg-col-header-16{
			width:100%;
		}



/*Footer*/
.global-footer{
	position:relative;
	margin-top:-50px;
   /* margin: 20px 0;*/
    //border-top: 1px solid #ccc;
	max-width:1200px;
	//height:50px;
	//background-color:#f6f5f5;
	
}

.global-footer p{
    text-align: center;
    
}

.footer_wrapper{
        max-width:1200px;
		margin-top:-115px;
		height:115px;
		margin-left:auto;
		margin-right:auto;
		font-size:10px;
		background-color:#ddd;
		color:#333;
}

.footer_cuerpo{
	color:#333;
	padding-left:30px;
	padding-right:15px;
}

.footer_wrapper a{
	text-decoration: none;
	color:#2c8bc5;
}

.footer_wrapper a:hover{
	text-decoration: underline;
}

.footlink{
	text-decoration: none;
	color:#2c8bc5;
}

.footlink:hover{
	text-decoration: underline;
}


.titulosfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	line-height: 16px;
}

.titulosfooter a{
	text-decoration: none;
	color: #666666;
}

.titulosfooter a:hover{
	text-decoration: underline;
	
}

.textoFooter{
	text-align:right;
}

.textoHeader{
	font-size:10px;
}


/*Tipografías*/
.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #35789e;
	line-height: 26px;
}


.titulos_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #35789e;
	line-height: 22px;
}
.textosgenerales1 {
	font-family:Tahoma,Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}

/*Links especiales*/
.linkinteres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #22037C;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
}

.linkinteres:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
}

.linkinteres:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
}

/*Media Queries*/


@media screen and (max-width: 768px){
.sm-col-span-1{
        width: 6.25%;
}

.sm-col-span-2{
        width: 12.5%;
}

.sm-col-span-3{
        width: 18.75%;
}

.sm-col-span-4{
        width: 25%;
}

.sm-col-span-5{
        width: 31.25%;
}

.sm-col-span-6{
        width: 37.50%;
}

.sm-col-span-7{
        width: 43.75%;
}

.sm-col-span-8{
        width: 50%;
}

.sm-col-span-9{
        width: 56.25%;
}

.sm-col-span-10{
        width: 62.50%;
}

.sm-col-span-11{
        width: 68.75%;
}

.sm-col-span-12{
        width: 75%;
}

.sm-col-span-13{
        width: 81.25%;
}

.sm-col-span-14{
        width: 87.5%;
}

.sm-col-span-15{
        width: 93.75%;
}

.sm-col-span-16{
        width: 100%;
}

.sm-col-header{
	width:100%;
}

.novcol-fecha-sm{
        width: 25%;
        padding-left: 5px;
}

.novcol-ref-sm{
        width: 70%;
        text-align: left;
        padding-left: 10px;
}

.novcol-det-sm{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
}

.novcol-ver-sm{
        width: 100%;
}

}

@media all and (max-width: 768px) {
    #descLogo{
		display:none;
   } 	
	
   #header_wrapper .col-tabla{
	 display:block;
	 float:left;
	 height:100%;
   }
   
    #header_wrapper_int .col-tabla{
	 display:block;
	 float:left;
	 height:100%;
   }
   
   .br{
   	 display: none;
   }
  
  .footer_cuerpo{
	color:#333;
	text-align: center;
   }
   
    .footer_cuerpo .col-tabla{
    	display:block;
	 	float:left;
	 	height:100%;
   }
   .textoFooter{
		text-align:center;
	}
	
	.textoHeader{
		text-align: center;
	}
}

/* agregados para migracion */
.enlinea{
	display:inline;
}


