body {
	    width: 100%;
	    margin:0px;
	    padding: 0px;
	    height: auto;
	    text-align: center;
	}

	html{
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	}

/*°°°°°°°°°°°°° Modal °°°°°°°°°°°°°*/
.modal-header, h4, .close {
      background-color: #5cb85c;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-footer {
      background-color: #f9f9f9;
  }






	#cab_TC{
	    width: 100%;
	    height: 120px;
	     font-size: 20px;
	    background-image: url('../images/cabecera.jpg');
	    text-align: center;
	}

	#cab_TC1{
	    width: 100%;
	    height: 60px;
	    background-color: #FFF;
	}
	#basecab_TC{
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	    height: 30px;
	    font-family: 'Candara', sans-serif;
	    font-size: 14px;
	    padding-top: 10px;
	    margin-bottom: 40px;
	    color:#FFF;
	    background-color: #333;
	 
	}



	#logo{
	    position: absolute;
	    margin-top: 10px;
	    left:10%;
    }

    #tit_logo{
	    position: absolute;
	    padding-top: 15px;
	    right: 100px;
	    font-family: 'Roboto';
	    font-size: 20px;
	}
	#header2{
	    margin-top:0px;
	    color:#FFF;
	    font-family: 'Roboto', sans-serif;
	    font-weight:100;
		position: relative;
	    top: 50%;
	    -ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}