﻿body {
height: 100%;
margin-bottom: 0px;
	margin: 0;
	padding: 0;
font-family:Source Sans Pro;
 }
 

.titulos{
font-family:Source Sans Pro;
	font-size: 16px; 
	color: #00285E ; 
	font-weight: bold;
}
.label{
color: #00285e;
font-size:15px;
/*font-weight: ;*/
}
.TextBoxBody
{
font-family:Source Sans Pro;
    font-size: 12px;
    background-color: #F0F0F0;
    border-style: groove; 
    text-align: left;
}
.boton_md
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
font-family:Source Sans Pro;
    color: #000000;
    font-weight: bold;
    /*width: 70px;*/
    
    font-size: 11px;
    text-align: center;
    margin: 0px;
    background-image: url('../Imagenes/btnEnviar.jpg');
	display:block;
	cursor: pointer;
}
.ErrorStyle
{
        color: #726a6a;
        font-weight:bold;
        background-color: #f9d8d8;
}
.cuerpo {
  /*background-color: red; /*color*/
  background: url('../Imagenes/actitud.png');
  background-repeat:no-repeat; /* SOLO MANDAR UNA IMAGEN */
  background-position:top;
}