Files
desayuno/public_html/estilos/abel.css
T

42 lines
641 B
CSS

/*
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;
}