@charset "UTF-8";
.color1 {
	background-color: #2768b4;
}
.texto1 {
	color: #2768b4;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.texto1d {
	color: #2768b4;
}

.texto1c {
	color: #2768b4;
	font-size: 1.5em;
}

.texto1b {
	color: #2768b4;
	text-align: center;
	margin-top: 0px;
}
.color2 {
	background-color: #F00;
}
/*COLOR PIDENOS*/
.texto2 {
	color: #c2262b;
}
@media (min-width: 512px) and (max-width: 800px){
 .texto2 {
	/*color: #F00;*/
	font-size: 200%;
}
}
@media (min: width: 768p) and (max-width: 992px){
 .texto2 {
	/*color: #F00;*/
	font-size: 200%;
}
}

/*COLOR PIDENOS profesionales*/
.texto2prof {
	font-size: 160%;
	color: #c2262b;
}
@media (min-width: 512px) and (max-width: 800px){
 .texto2prof {
	/*color: #F00;*/
	font-size: 200%;
}
}
@media (min: width: 768p) and (max-width: 992px){
 .texto2prof {
	/*color: #F00;*/
	font-size: 200%;
}




  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}


.texto3 {
	color: #F00;
	padding: 0px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.texto3c {
	color: #F00;
	padding: 0px;
	font-size: 24px;
	text-align: center;
/*	vertical-align: middle;
*/	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*FONDO FORMULARIO*/
.color3 {
	background-color: #ffffff;
}
.color4 {
	background-color: #63F;
}
.color5 {
	background-color: #093;
}
.color6 {
	background-color: #CF0;
}
.color7 {
	background-color: #FF0;
}
.color8 {
	background-color: #999;
}
.blanco {
	background-color: #fff;
	padding-bottom: 15px;
	height: auto;
	min-height:100%;
}
.blanco2 {
	background-color: #fff;
	padding-bottom: 10px;
	height: auto;
	min-height:100%;
}
.blanco:after{
width: 100%;
height:80px;
display:block;
clear:both;
}
.textoazuloscuro {
	color: #409AD8;
	font-size: 130%;
	font-weight: bold;
}
.textoazulmediano {
	color: #409AD8;
	font-size: 180%;
	font-weight: bold;
}

.textoazuloscuroGrande {
	color: #409AD8;
	font-size: 250%;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
@media (max-width: 767px){
 .textoazuloscuroGrande {
	color: #409AD8;
	font-size: 200%;
	margin-top: 10px;
}

.textoazuloscurofooter {
	color: #409AD8;
}
.textoazulclaro {
	color: #c9f1fd;
}