@charset "utf-8";
/* CSS Document */

#Logoimg {
	font-family: Calibri, "Trebuchet MS", Verdana;
	background-image: url(../Images/logotipo.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 300px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	background-color: transparent;
	position: relative;
	top: 10px;
}
.tituloFormulario
{
    font-size: 1.1em;
    color: #666;
    display: block;
    border: 1px solid #ddd;
    font-family: Calibri, "Trebuchet MS", Verdana;
    margin: 7px 7px auto;
    padding: 5px;
    background-color: #eee;
    text-align: center;
}

input, textarea, select , table
{
    font-family: Calibri, "Trebuchet MS" , Verdana;    
    color: #064A73;
    font-size: 0.9em;
    margin-bottom: 0px;
}

.tableform
{
font-family: Calibri, "Trebuchet MS" , Verdana;    
color: #064A73; 
font-size:13px;
}

.tableformGrilla
{
font-family: Calibri, "Trebuchet MS" , Verdana;    
color: #064A73;
}

.mayusculas
{
    text-transform: uppercase;
}

.obligatorio
{
    font-family: Calibri, "Trebuchet MS" , Verdana;
    color: #800000;
    font-size: small;
}

table.radioWithProperWrap input
{
    float: left;
}

table.radioWithProperWrap label
{  
    margin-left: 5px;
    display: block;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:605px; 
  height:620px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

#ContenedorFse {
	font: Verdana, Geneva, sans-serif;
	font-size: 100%;
	/*width: 983px;*/ /*Ancho Antiguo*/
	width:1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	-moz-box-shadow: 1px 1px 5px #001f31; /* IMPORTANTE para navegadores Mozilla y otros que usen el mismo motor de render*/
	-webkit-box-shadow: 1px 1px 7px #001f31; /* IMPORTANTE para navegadores Safari y otros que usen el mismo motor de render*/
	border-radius: 10px;
}

.formularioFse {
	background:#fff;
	padding:0.3em;
	border:1px solid #e5e5e5;
	margin:0.5em 0.5em 1em;
	overflow: hidden;
	font-size: 0.9em;
}

/* Encabezado Colapsado */

#encabezadoC {
	overflow: auto;
	height: 30px;
	background-image: url(../Imagenes/top_BG.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border-radius: 10px 10px 0 0;
}
#encabezadoC img{
	width: 111px;
	height: 30px;
}
#LogoMINVUC {
	float: right;
	display: block;
	position: relative;
	top: 0px;
	right: 30px;
}
#LogoC {
	font-family: Verdana;
	text-decoration:none;
	font-size: 200%;
	color: #2d7bad;
	margin: 0px;
	background-color: transparent;
	position: relative;
	top: 30px;
	left: 30px;
}
#sloganC {
	font-family: Verdana;
	font-size: 100%;
	color: #2d7bad;
	position: relative;
	top: 35px;
	left: 30px;
}

#LogoimgC {
	font-family: Calibri, "Trebuchet MS", Verdana;
	/*background-image: url(../img/logotipo.png);*/
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	/*height: 40px;
	width: 300px;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	background-color: transparent;
	position: relative;
	top: 10px;
}
.ClaseTd
{
 padding: 5px;
 vertical-align	: middle;

}

.placeholder { color: #aaa; }

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aaa;
}

sup { vertical-align: top; position: relative; top: -0.5em; font-size:0.8em; }