
.body{
	background-color: #FF0000;
}

header{
	padding: 20px;
	margin-bottom: 20px;
}

footer{
	padding: 20px 0;
	background: #1e1e1e;
}
input:invalid:required {
    border: 2px dashed red;
}
.borde{
    border: 1px solid blue;
}
#tarejta{
	border-radius: 3% 3% 3% 3%;
}
#loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: /* url('../img/loading.gif') 50% 50% no-repeat */ rgb(249,249,249);
    opacity: .8;
}

#contenido_loader{
	background: url('../img/loading.gif') 50% 50% no-repeat;
    background-size: 150px 150px;
	height: 100%;
	width: 100%;
	
    display: block;
}
/*#barV {
    height: 35px;
    width: 1px;
    background: black;
    display: inline-block;
}*/
