body {
	padding: 0;
    margin: 0;
    border: 0;
}
input[type=text] {
    height:20px; 
    width:160px;
	padding:0px 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset; 
}

input[type=button] {
    height:20px; 
    width:160px;
	padding:0px 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset; 
}

#txtObj {
    width:400px;
}

input[type=radio]{
    height:18px; 
    width:18px;
    border: 1px solid #aaa;
}
input[type=checkbox]{
    height:18px; 
    width:18px;
    border: 1px solid #aaa;
}
textarea {
    height:80px; 
    width:675px;
    border: 1px solid #aaa;
}

#txtfecha {
    height:25px; 
    width:135px;
	padding:0px 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset; 
}

#selRecla {
    width:175px;
}

#txtdir {
    width:150px;
}

#seldoc {
    width:140px;
}
.mesage1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#23456a;
}

#titulo { 
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#23456a;
} 

input:focus {
    background: #fff; 
    border: 1px solid #0099FF;
}
select {
    height:24px; 
	padding:0px 5px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}

select:focus {
    background: #fff; 
    border: 1px solid #0099FF;
}

#envia {
width:340px;
height: 35px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
font-weight:bold;
background-color: #0081CE;
border: 1px solid #aaa;
 box-shadow: 0px 0px 3px #ccc, 0 2px 2px #eee;
}
#menErr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:	#FF0000;
	font-style:italic
}

#cuerpo {
	height: auto;		
	background-image:url(../img/textura-flores.jpg);
	background-repeat:repeat;
	padding: 10px;	
}

#cabezera {
	padding: 0;
    margin: 0;
    border: 0;
	float:left;
    background-color: #fff;
    width: 100%;
   box-shadow: 0px 1px 25px #999;
   -webkit-box-shadow: 0px 1px 25px #999;
   -moz-box-shadow: 0px 1px 25px #999;
}

#pie {
	padding: 0;
    margin: 0;
    border: 0;
    background-color:#0066CC;
    width: 100%;
	height: 140px;
}
table { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#23456a;
}
 .Estilo1 {color: #FF0033}
 
div#dialog-message {
	display:none;
}
.finfo-item:first-child{margin-bottom:0;padding-bottom:0;border-bottom:1px solid rgba(0,0,0,0)}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.principal { font-weight: bold; font-size: 1.3em;
  text-decoration: none;  }

.principal a:link, a:visited {
  color: #555555;
  }
 
.principal a:hover, a:active {
  color: #3366CC;
}
#divBloquea{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	opacity: 0.5;
	background-color: #666666;
	display:none;
	z-index:1;
}
#cargador{
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}