/* 
    Document   : template
    Created on : 23/12/2012, 03:32:34 PM
    Author     : Isaac R A Q
    Description:
        Purpose of the stylesheet follows.
*/
body {
    
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    font-family: verdana, arial;
    font-size:  12px;
    color: #000;
}

#caixa-header {
    
    display:block ;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:100%;
    height:120px;
    /*border-bottom: 3px solid #14824A;*/
    z-index: 0;
    background-color:#BC1C2C;
    border-bottom: 3px solid #CD9B1D;
    
    
    
    
}


#caixa-corpo {
    
    display:block ;
    padding:0px 0px 0px 0px;
    /*margin: 0px 0px 0px 0px;*/
    width:800px;
    height: 600px;
    z-index: 0;
    background-image:url('../img/qep-corpo.png');
    background-repeat:  no-repeat;
   
    margin-left:  auto;
    margin-right:  auto;
    margin-top: -20px;
    
    
}


#caixa-corpo-segunda {
    
    display:block ;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:1024px;
    height:600px;
    
    z-index: 0;
    background-color:transparent;
    margin-left:  auto;
    margin-right:  auto;
    margin-top: -50px;
    
    
    
}

#caixa-corpo-segunda .warning {
    
    display:block ;
    float:  left;
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:1024px;
    height:100px;
    z-index: 0;
    background-color:transparent;

}

#caixa-corpo-segunda .fluxo {
    
    display:block ;
    float:  left;
    padding:0px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
    width:800px;
    height:100px;
    z-index: 0;
    background-color:transparent;

}


#caixa-corpo-segunda h1 {
    
    display:block ;
    text-align:  left;
    text-transform:  uppercase;
    color: #C16258;
    
}


.logo {
    
    display:block ;
    padding:0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    width:150px;
    height:150px;
    z-index: 200;
    float: left;
    background-image: url('../imgs/escudo-udla-a.png');
    background-repeat:  no-repeat;
   
    
    
}

/*************************************************************WEW***************************************************/


#caixa-corpo .header-pequeno {
    display:  block;
    width:  auto;
    height: 30px;
    margin: 0px 0px 0px 0px;
    
    color: #000;
    text-align:  left;
    text-transform:  uppercase;
   font-size: 20px;
   text-indent: 0px;
   line-height: -10px;
    
    
}


#caixa-corpo .cadastro{

    display:block;
   
    width: 422px;
    height: 350px;
    padding: 0px 0px 0px 0px;
    margin-left:  74px;
    margin-right:  auto;
    margin-top: 167px;
    z-index: 150;
    float:  left;
    
   
}


#caixa-corpo form.form-cadastro{

    display:block;
    float:left;
    width: 422px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 0px 0px;

}


#caixa-corpo input.botao-cadastro{

   display: block;
     background-color: #CD9B1D;
     text-transform:  uppercase;
     width:200px;
     height:40px;
     margin: 20px 0px 0px 90px;
     padding: 5px 5px 5px 5px;
     font-weight:  bold;
     font-size: 14px;
     text-align:center;
     color: #000;
     border: 1px  solid #CD9B1D;   
   -webkit-box-shadow: 0 0 10px rgb(0,0,0);  
   -moz-box-shadow: 0 0 10px rgb(0,0,0); 
   box-shadow: 0 0 10px rgb(0,0,0);
   cursor: pointer;

}

#caixa-corpo input.botao-cadastro:hover{

  display: block;
     background-color:#000;
     text-transform:  uppercase;
     width:200px;
     height:40px;
     margin: 20px 0px 0px 90px;
     padding: 5px 5px 5px 5px;
     font-weight:  bold;
     font-size: 14px;
     text-align:center;
     color: #fff;
     border: 1px  solid #000;   
   -webkit-box-shadow: 0 0 10px rgb(0,0,0);  
   -moz-box-shadow: 0 0 10px rgb(0,0,0); 
   box-shadow: 0 0 10px rgb(0,0,0);
   cursor: pointer;
  -moz-transition: color .5s ease-in-out .25s, background .75s;
        -webkit-transition: color .5s ease-in .25s, background .75s;
        -o-transition: color .5s ease-in .25s, background .75s;
        transition: color .5s ease-in .25s, background .75s;

}



#caixa-corpo input.laquas-cadastro   {

    display:block;
    float:left;
    background-color:transparent;
    color: #000;
    border: 1px  solid #000;
    font-size: 13px;
    font-weight: normal;
    width: 150px;
    height: 14px;
    padding: 3px 3px 3px 3px;
    margin: 3px 0px 0px 20px;

}


#caixa-corpo label.nome-laquas {


    display:block;
    float:left;
    background-color:transparent;
    color: #000;
    border: 0px  solid #008247;
    font-size: 13px;
    font-weight: normal;
    width:45px;
    height: 14px;
    padding: 3px 3px 3px 3px;
    margin: 3px 0px 0px 52px;
    clear: right;



}

a {
    color: #C93020;
    text-align: center;
    text-decoration: none;
    font-weight:  bold;
    cursor:  pointer;
    
    
}


.error{
	background-color: #C93020;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 300px;
	margin-top: 0px;
	position: absolute;
}
.error:before{
    
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #C93020;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}


.textin{
    font-size:  14px;
    font-weight:  bold;
    text-align: center;
}