sistema de desayuno 2019 actualizado

This commit is contained in:
2019-06-20 18:00:41 -05:00
parent a855c50faf
commit c26ee4eef3
385 changed files with 48959 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
/*
Created on : 22/08/2014, 05:01:00 PM
Author : Abel
*/
table.listados{
width: 100%;
}
table.listados th{
background: #2F5BB7;
color: white;
padding-top: 5px;
padding-bottom: 5px;
}
div.izquierda{
float: left;
width: 50%;
}
div.derecha{
float: right;
width: 50%;
}
ul.carreras li{
text-align: left;
margin: 0px;
margin-top: 15px;
padding: 0px;
font-size: 13px;
}
div.parteDerecha{
align:center;
width: 35%;
background: white;
float: right;
/* padding-top: 130px; */
padding-left: 3%;
padding-right: 2%
}
p.azul{
background: #E5EBFD;
}