html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body{
	 width:800px; 
	 /*background:#f1f1f1;*/
	 display: block;
	 margin: 0 auto 0 auto;
	 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 margin-top:50px;
}

table{
	 border-spacing:0;
}


#i{
	/*padding: 40px;*/
	height: auto; 
	width:800px; 
	display: block; 
	margin: 0 auto 0 auto;
	border:1px solid #cccccc;
	background:#FFF;
	font-size:11px; 
	padding:0px;
}

input{
	border-radius: 10px;
	border:1px solid #999;
	padding:5px;
	font-size:18px;
}

div{
	font-size:18px;
}

.boton{
	background-color: #93030d; 
	color: white;  
	margin: 0 auto;  
	border:none;
	margin: 0; 
	border-radius: 10px; 
	/*padding: 3px 0 0 0; */
	display: block; 
	width:130px; 
	height:30px;
	font-size:14px;
	font-weight:bold;
}

.botonSecundario{
	background-color:#e4e4e4; 
	color:#333;  
	margin: 0 auto;
	margin: 0; 
	border-radius: 10px; 
	/*padding: 3px 0 0 0; */
	display: block; 
	width: 130px; 
	height: 30px;
	font-size:12px;
	border:none;
}

#trabajando{
	display: none; 
	margin: 0px auto;
}
.letraPrincipal{ 
	color:#333; 
	font-size: 16px;
	color:#93030d;
}
#usuario{
	float: left; 
	color:#93030d; 
	width: 800px; 
	height: 100px;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 10px;
}
.salir{
	float: right; 
	margin-right:10px;
	/*
	width: auto; 
	height:100px;*/
}
.inicio{
	float: left;
	margin-right:10px;
}
#soli{
	display:none; 
	width:800px; 
	height: auto;  
	margin: 0 auto 0 auto;
}
#soli2{ 
	width:auto; 
}
#tablas{
	width:800px; 
	height: auto;  
	margin: 0 auto 0 auto;
	font-family: arial;
    font-size: 8px;
}
#pag{
	width:800px; 
	height: auto; 
	margin-left:10px;
}
.trt{
    text-align: center;
}
.pas{
    font-size: 5px;   
}