MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/www/acalidad/css/listado.css
body{
	background-image:url(../img/blanco.jpg);
    font-family: 'Roboto', sans-serif;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

table{
	margin: 0 auto;
	border: 8px solid #bebebe;
	text-align: center;
}
   


td{
	padding: 1px; 
	border: 1px solid #a0a0a0;
}

.td{
	background-color: #e5e5e5; 
	padding: 1px 30px;
	color: #00135F;
	font-size: 14px;
	font-weight: 600; 
	text-align: center;
}

.boton1{
	width:30%;
	background-color: #ffffff;
	color: #000;
	padding: 2px;
	border:2px solid #580000;
	border-radius:10px;
}

.boton1:hover{
	background-color: #6f0000;
	color: #fff;
	cursor: pointer;
}

input[type=text]{
	border-radius: 5px; 
	padding: 3px;
	background-color: #FFFFF4;
}
	
.tdtitulo{
	background-color: #e3dec0;
	color: #b20606;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: 900
}

.tdfull{
	background-color: #fff;
	color: #000;
	padding: 1px;
	text-align: center;
	font-size: 12px;
}

.botonnew{
	width: 90px;
	background-color:
	#e3dec0;color: #b20606;
	padding: 1px;
}

.botonnew:hover{
	width: 90px;
	background-color: #cbbd6a;
	color: #000;
	padding: 1px;
}