﻿.procesando
{
	display:none;
}
#datos
{
	width:600px;
}
.campos
{
	width:380px;
}
.logo
{
	width:100px;
}
.bordes
{
	border:2px solid ;
	border-radius: 10px;
}
.divtexto
{
	border:2px solid ;
	border-radius: 10px;
	width: 500px; height: 35px;
	background-color:#CC3333;
	color:white;
	margin-left:50px;
	margin-top:0px;
	text-align:center;
	
}
.divboton
{
	border:2px solid ;
	border-radius: 10px;
	width: 60px; height: 35px;
	background-color:#CC3333;
	color:white;
	margin-left:300px;
	margin-top:10px;
	text-align:center;
	
}
#cabeza
{
	position:absolute;
	top: 1%; left: 1%;
	width: 750px; /*height: 100%;*/
}
.texto
{
	height: 35px;
	font-size:15px;
	/*centrar verticalmente*/
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	/*fin centrar verticalmente*/
}
video
{
	width: 650px; height: 450px;
}
