@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu");

.TabBach{
	margin: auto;
	width: 95%;
	border-collapse:collapse;
	text-align: center;
	}

.TablaCap1 {
	
	background-color: #000000;
	text-align: center;
	border:1px solid #FFFFFF;
	}
.TablaCap1 p{
	font-family: 'Ubuntu', sans-serif;
	font-size: calc(0.1em + (1.5vw + 1.5vh)/2);
	font-style: oblique;
	color: #FFFFFF;
	}

.TablaCap2 {
	background-color: #000000;
	text-align: center;
	border:1px solid #FFFFFF;
	}
.TablaCap2 p{
	font-family: 'Ubuntu', sans-serif;
	font-size: calc(0.2em + (1.5vw + 1.5vh)/2);
	font-style: oblique;
	color: #FFFFFF;
	}




.TablaNom1 {
	width: 30%;
	padding: 0 2vw;
	border-bottom:1px solid #FFFFFF;
	}
.TablaNom1 p{
	font-family: 'Ubuntu', sans-serif;
	font-size: calc(0.2em + (1.8vw + 1.8vh)/2);
	}
.TablaNom2 {
	width: 70%;
	border-bottom:1px solid #FFFFFF;
	}
.TablaNom2 p{
	font-family: 'Ubuntu', sans-serif;
	font-size: calc(0.2em + (1.8vw + 1.8vh)/2);
	}


.Bloc1 {background-color:#0037A6;}
.Bloc1 p{color: #FFFFFF;}	

.Bloc2 {background-color:#0D9CFC;}
.Bloc2 p{color: #000000;}	

.Bloc3 {background-color:#FF9933;}
.Bloc3 p{color: #0037A6;}	


