%PDF- %PDF-
| Direktori : /home/tjamichg/portal.tjamich.gob.mx/infofi/ |
| Current File : /home/tjamichg/portal.tjamich.gob.mx/infofi/style.css |
@chatset "utf-8";
* {
padding: 0px;
margin: 0px;
}
body {
font-family: sans-serif;
font-size: 10;
background-color: whitesmoke;
}
a:link {
color: #EFC152;
text-decoration: none;
transition: color .4s linear;
}
a:visited {
color: #EFC152;
text-decoration: none;
transition; color .4s linear;
}
a:hover {
color: tomato;
text-decoration: none;
}
.usbar {
width: 100%;
height: 25px;
background-color: #933454;
color: #FFF;
padding-top: 3px;
text-align: right;
}
.top {
background-color:#9E4965;
width:100%;
height:38px;
margin:auto;
}
#menu {
width:920px;
}
ul, ol {
list-style:none;
}
.nav li a {
background-color: #9E4965;
color:#000;
text-decoration:none;
padding: 10px 15px;
display:block;
}
.nav li a:hover {
background-color: #933454;
color: #FFF;
}
.nav > li {
float:left;
}
.nav li ul {
display:none;
position:absolute;
min-width:140px;
}
.nav li:hover > ul {
display:block;
}
.nav li ul li {
position:relative;
}
.nav li ul li ul {
right:-140px;
top:0px;
}
.content {
margin: auto;
width: 1000px;
height: auto;
padding: 10px;
background-color: white;
}
.titulo {
font-family: monospace;
font-size: 22px;
text-align: center;
}
.cfmenu {
background-color: white;
}
.cfmenu a {
color: black;
font-weight: bold;
}
.fcampo {
padding: 5px;
}
input[type=text] {
padding: 5px;
}
input[type=password] {
padding: 5px;
}
input[type=submit] {
padding: 5px;
background-color: #9E4965;
border-radius: 5px;
border: 1px solid #933454;
}
input[type=button] {
padding: 5px;
background-color: #9E4965;
border-radius: 5px;
border: 1px solid #933454;
}
textarea {
padding: 5px;
}
select {
padding: 5px;
}
.msg {
background-color: antiquewhite;
border: 1px solid red;
border-radius: 5px;
text-align: center;
font-weight: bold;
}
.tablas {
width: 100%;
background-color: #9E4965;
border-collapse: collapse;
border: 1px solid #9E4965;
}
.tablas tr {
background-color: #E4C5CF;
}
.tablas td {
padding: 5px;
border: 1px solid #9E4965;
}
.ctab {
background-color: #9E4965;
color: white;
font-weight: bold;
}
.caja {
position: relative;
}
.info {
position: absolute;
left: 15%; /*Desplazamos a partir de la esquina superior izquierda*/
filter: alpha(opacity=0); /*Opacidad Para IE */
opacity: 0; /*Inicialmente transparente */
padding: 5px;
color: white;
background: black;
-moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
-webkit-transition:all ease .8s ;
transition:all ease .8s;
}
.caja:hover .info {
filter: alpha(opacity=80);
opacity: .8; /*Al hacer hover sobre la caja hacemos visible los datos*/
}
.bmsg {
margin: auto;
width: 75%;
background-color: antiquewhite;
border: solid 1px;
border-color: red;
color: red;
text-align: center;
}
.boxDesk {
width: 185px;
padding: 2px;
float: left;
}
.infoDesk {
width: 800px;
padding: 2px;
float: left;
}
footer {
background-color: #5c7384;
position: absolute;
bottom: 0;
width: 100%;
color: white;
font-size: 9px;
}