You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
1.8 KiB

4 months ago
#top {
position: relative;
background-color: #036fab;
color: white;
padding: 10px;
margin: 0px 0px 10px 0px;
}
#left {
float: left;
padding: 5px;
width: 175px;
height:100%;
background-color: whitesmoke;
}
#right {
float: right;
background-color: #ece3a5;
padding: 5px;
width: 150px;
}
.center_content {
position: relative;
background-color: #dddddd;
padding: 10px;
margin-left: 180px;
}
.left_content {
background-color: #dddddd;
padding: 5px;
margin-left: 170px;
}
.right_content {
background-color: #dddddd;
padding: 5px;
margin: 0px 170px 0px 170px;
}
#top a:link, #top a:visited {
color: white;
font-weight : bold;
text-decoration: none;
}
#top a:link:hover, #top a:visited:hover {
color: black;
font-weight : bold;
text-decoration : underline;
}
#topM {
position: relative;
background-color: #036fab;
color: white;
padding: 10px;
margin: 0px 0px 10px 0px;
}
.center_contentM {
position: relative;
background-color: #dddddd;
padding: 10px;
margin: 0px 0px 0px 0px;
height: 85vh;
}
.formulario-elemento {
width: 350px;
}
.selectM{
width: 900px;
}
.form-container {
margin-bottom: 30px;
}
.column1{
width: 20%;
}
.column2{
width: 80%;
}
.botonMenu{
align-content: center;
align-items: center;
color:black;
width: 160px;
4 months ago
height: 88px;
4 months ago
margin-right: 2px;
margin-right: -1px;
}
.columnaOpc {
width: 130px;
text-align: center;
}
.columnaId {
width: 80px;
text-align: center;
}
.columnas{
width: 98px;
text-align: center;
}
.columnaTel{
width: 120px;
text-align: center;
}
th.ui-state-default {
text-align: center !important;
}