|
|
|
@ -26,6 +26,26 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container,#principal_general{
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container-fluid,#caja{
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lo_ultimo{
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lo_ultimo>img{
|
|
|
|
|
max-height: 300px;'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-inverse {
|
|
|
|
|
background-color: #222;
|
|
|
|
|
border-color: #090909;
|
|
|
|
@ -70,25 +90,13 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu_administrador{
|
|
|
|
|
background-color: gray;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-botonera-admin {
|
|
|
|
|
float: left;
|
|
|
|
|
.dropdown-menu>li>a:hover{
|
|
|
|
|
background-color: #e95420!important;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#botonera-admin, #botonera-admin>a {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn-botonera-admin:hover {
|
|
|
|
|
background-color: black;
|
|
|
|
|
}
|
|
|
|
|
.btn.btn-botonera-admin:hover {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.intro-social-buttons {
|
|
|
|
|
padding-top: 10px !important;
|
|
|
|
|
}
|
|
|
|
@ -109,7 +117,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
|
|
|
|
#menu_hamburguesa{
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: none !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
@ -364,7 +372,7 @@ span.etiquetatam10 {
|
|
|
|
|
margin-top: -13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-principal>li>a, {
|
|
|
|
|
.navbar-principal>li>a {
|
|
|
|
|
padding-top: 0px !important;
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
height: 30px;
|
|
|
|
@ -409,7 +417,8 @@ box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
< !-- ESTILOS PRIORITARIOS -->.modal-dialog {
|
|
|
|
|
/*ESTILOS PRIORITARIOS*/
|
|
|
|
|
.modal-dialog {
|
|
|
|
|
width: 95% !important;
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 0;
|
|
|
|
@ -456,8 +465,7 @@ legend.legend-area {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fh5co-post-entry article h2 {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
!important;
|
|
|
|
|
font-size: 28px ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#fh5co-offcanvas .fh5co-bio img {
|
|
|
|
@ -496,7 +504,7 @@ RESPONSIVE */
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
|
#logo_cabecera {
|
|
|
|
|
padding-top: 3em;
|
|
|
|
|
padding-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#div_panel_aplicaciones{
|
|
|
|
@ -506,6 +514,10 @@ RESPONSIVE */
|
|
|
|
|
.img-gris {
|
|
|
|
|
filter: grayscale(0);
|
|
|
|
|
}
|
|
|
|
|
.lead{
|
|
|
|
|
padding-left: 5em;
|
|
|
|
|
padding-right: 5em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
|
|
@ -515,17 +527,24 @@ RESPONSIVE */
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
|
@media only screen and (max-width: 769px) {
|
|
|
|
|
.navbar-inverse .navbar-nav>li>a:hover {
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
.navbar-header {
|
|
|
|
|
margin: 0px !important;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.dropdown.open{
|
|
|
|
|
z-index: -1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#slogan_cabecera{
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
#logo_cabecera {
|
|
|
|
|
padding-top: 0em;
|
|
|
|
|
padding-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
#div_panel_aplicaciones {
|
|
|
|
|
padding-top: 21em;
|
|
|
|
@ -540,12 +559,11 @@ RESPONSIVE */
|
|
|
|
|
#div_panel_aplicaciones {
|
|
|
|
|
padding-top: 15em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logo_cabecera {
|
|
|
|
|
max-width: 65% !important;
|
|
|
|
|
}
|
|
|
|
|
#principal_general {
|
|
|
|
|
padding-left: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#texto_articulo{
|
|
|
|
|
padding: 0px !important
|
|
|
|
|
}
|
|
|
|
@ -555,22 +573,22 @@ RESPONSIVE */
|
|
|
|
|
#contenedor_cabecera {
|
|
|
|
|
padding-top: 0em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#principal_general {
|
|
|
|
|
padding-left: 3em;
|
|
|
|
|
}
|
|
|
|
|
#proyectos{
|
|
|
|
|
display: grid !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
|
|
|
@media only screen and (max-width: 360px) {
|
|
|
|
|
|
|
|
|
|
#slogan_cabecera {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
#div_panel_aplicaciones {
|
|
|
|
|
padding-top: 10em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|