﻿@import url("Style.css");

body {
    font-family: arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	min-height:100%;
    background-color: #ffffff;
	font-size:12pt;
}
p {
    font-family: arial;
	font-size:12pt;
}
p.Alerta{
	font-weight:bold;
	color:#FF5820;
}
div.ContenedorHeader {
	width: 100%;
	position:relative;
	margin-bottom:10px;
	background-color:#35284e;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #251C36), color-stop(100%, #491c9e));
	background-image:-webkit-linear-gradient(#2a203e, #696277);
	background-image:linear-gradient(#2a203e, #696277);
	-webkit-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	box-shadow:inset 0px -1px 0px rgba(0,0,0,0.15);
}
div.Header {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:10px;
	padding-bottom:5px;
}
div.TopImage {
}
div.TopImageR {
	float:right;
}
div.ContenedorCentro {
	width: 100%;
	position:relative;
}
div.Centro {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
p.TituloPagina {
	font-size:17pt;
	font-weight:bold;
	color:#FF5820;
    font-family: arial;
}
p.TituloPregunta {
	font-size:14pt;
	font-weight:bold;
    font-family: arial;
}
.LabelForm {
    font-family: arial;
	font-size:12pt;
	color: #333333;
}
div.CampoForm {
	width:auto;
	display:block;
}
div.Botonera {
	margin-top:10px;
	display:block;
}
.Boton {
	border-top-right-radius:3px;
    border-bottom-right-radius:3px;	
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;	
    border-right: solid 1px #35284e;
    border-top: solid 1px #35284e;
    border-bottom: solid 1px #35284e;
	border-left: solid 1px #35284e;
    font-family: arial;
	font-size:14pt;
	padding:7px;
	margin-bottom:5px;
	background-color:#ececee;
	color: #35284e;
	margin-right:10px;
}
.Boton:hover {
	background-color: #35284e;
	color:#ffffff;
}
.InputForm {
	border-top-right-radius:3px;
    border-bottom-right-radius:3px;	
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;	
    border-right: solid 1px #35284e;
    border-top: solid 1px #35284e;
    border-bottom: solid 1px #35284e;
	border-left: solid 1px #35284e;
    font-family: arial;
	padding:5px;
	font-size:12pt;
	margin-bottom:5px;
	color: #333333;
}
.InputFormErr {
	border-top-right-radius:3px;
    border-bottom-right-radius:3px;	
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;	
    border-right: solid 1px red;
    border-top: solid 1px red;
    border-bottom: solid 1px red;
	border-left: solid 1px red;
    font-family: arial;
	padding:5px;
	font-size:12pt;
	margin-bottom:5px;
	color: #333333;
}
.LabelFormBold {
    font-family: arial;
	font-size:12pt;
	color: #333333;
	font-weight:bold;
}
.InputMini {
	width:70px;
}
.InputChico {
	width:150px;
}
.InputAncho {
	width:300px;
}
.AnchoLibre {
	width:auto;
	max-width:600px;
}
select {
	border-top-right-radius:3px;
    border-bottom-right-radius:3px;	
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;	
    border-right: solid 1px #35284e;
    border-top: solid 1px #35284e;
    border-bottom: solid 1px #35284e;
	border-left: solid 1px #35284e;
    font-family: arial;
	font-size:12pt;
	padding:4px;
	width:300px;
}
option {
    font-family: arial;
}
div.divAdjuntos {
	display:block;
	width:300px;
	border-top-right-radius:3px;
    border-bottom-right-radius:3px;	
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;	
    border-right: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	margin-bottom:10px;
}
div.divListaAdjuntos {
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
	font-size:10pt;
	width:240px;
	margin-right:5px;
	display:inline-block;
	vertical-align:top;
}
@media screen and (max-width: 1200px) {
	.mAnchoFull {
		width:100%;
	}
}
