@charset "utf-8";
/* CSS Document */
.bg-simer{
	background:#cdcdcd ;
}
body{
	font-family:Arial;
	font-size:90%;
	margin:0 auto;
	background-color: #a7a7a7 !important;
	color:#FFFFFF !important;
}
.container{
	background: #dcdcdc;
	padding: 20px 15px;
	margin: 30px auto;
	border-radius: 10px;
	border: 1px solid #b3b3b3 !important;
}

input{
	color:#666
}
.txt_blanco{
	color:#FFFFFF;
}
.encabezado{
	background-image: url(../img/comunitecnia.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: auto 111px !important;
	height: 80px;
	font-size: 32px;
	color: #FFF;
	right: 30px;
	clip: rect(auto,50px,auto,auto);
	padding-right:1%;
	padding-bottom:1%;
}

.exito{
	color:#c00;;
	font-size:60px;
	text-align:center;
	vertical-align:middle;
}
.informacion{
	color:#999;
	font-size:85%;
}

.headerComunite{
	background: #012060;
	background-image: url(../img/comunitecnia.jpg);
	background-size: 145px;
	background-repeat: no-repeat;
	height: 80px;
	font-size: 32px;
	color: #FFF;
	right: 30px;
	clip: rect(auto,50px,auto,auto);
	padding-right:1%;
	padding-bottom:1%;
}
