body {
	    width: 100%;
	    margin:0px;
	    padding: 0px;
	    height: auto;
	    text-align: center;
	}

	html{
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	}
	#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%);
	}

	/* R_ENIVA_MAIL.PHP*/
	.msj_finaliza_registro{
		width: 50%;
		margin-left: 25%;
		font-family: 'Roboto','candara';
		font-size: 18px;
	}
	#boton{
        margin-top:10px ;
        background-color: #f0353f;
        border:0px;
        color:#FFF; 
	}
	.cover-heading{
		margin-top: 60px;

	}