1215 lines
21 KiB
CSS
1215 lines
21 KiB
CSS
.handcursor{
|
|
cursor:hand;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.mensaje
|
|
{
|
|
text-align: center;
|
|
padding-bottom: 10px;
|
|
margin: auto;
|
|
padding-top: 10px;
|
|
margin-top: 50px;
|
|
margin-bottom: 100px;
|
|
width: 500px;
|
|
border-style: solid;
|
|
border-radius: 5px;
|
|
border-width: 1px;
|
|
text-shadow: 0 1px rgba(0,0,0,4);
|
|
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
clear: both;
|
|
|
|
}
|
|
#user
|
|
{
|
|
/*background: url("../images/user.ico") no-repeat scroll 0 50% transparent ;*/
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 55px;
|
|
top: 0;
|
|
width: 155px;
|
|
|
|
}
|
|
|
|
.enlaceboton { font-family: verdana, arial, sans-serif;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
padding: 4px;
|
|
color: #666666;
|
|
text-decoration: none;
|
|
}
|
|
.enlaceboton:link,
|
|
.enlaceboton:visited {
|
|
border-top: 1px solid #cccccc;
|
|
border-bottom: 2px solid #666666;
|
|
border-left: 1px solid #cccccc;
|
|
border-right: 2px solid #666666;
|
|
}
|
|
.enlaceboton:hover {
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
border-top: 2px solid #666666;
|
|
border-right: 1px solid #cccccc;
|
|
border-left: 2px solid #666666;
|
|
}
|
|
|
|
|
|
|
|
|
|
.programa{
|
|
|
|
width:49.9%;
|
|
margin:20px auto 80px;
|
|
|
|
|
|
}
|
|
|
|
.programa-contenido{
|
|
border:1px solid;
|
|
border-color: black;
|
|
|
|
|
|
}
|
|
|
|
#ampliar img{
|
|
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
|
|
-moz-transform:scale(1); /*Mozilla scale version*/
|
|
-o-transform:scale(1); /*Opera scale version*/
|
|
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
|
|
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
|
|
-o-transition-duration: 0.5s; /*Opera duration version*/
|
|
|
|
}
|
|
/* al pasar el cursor por encima SE AMPLIA*/
|
|
#ampliar img:hover{
|
|
-webkit-transform:scale(2); /*Webkit:Modificamos tamaño a escala*/
|
|
-moz-transform:scale(2); /*Mozilla:Modificamos tamaño a escala*/
|
|
-o-transform:scale(2); /*Opera:Modificamos tamaño a escala*/
|
|
-webkit-transition-duration: 0.5s; /*Webkit:Duración de la animación*/
|
|
-moz-transition-duration: 0.5s; /*Mozilla:Duración de la animació*/
|
|
-o-transition-duration: 0.5s; /*Opera:Duración de la animació*/
|
|
}
|
|
|
|
|
|
|
|
.contenido
|
|
{
|
|
width:300%;
|
|
height: 300%;
|
|
top:10%;
|
|
left: 10%;
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Congratulation message */
|
|
.MsgSent {
|
|
Display: none;
|
|
padding: 10px;
|
|
margin: 40px auto;
|
|
width: 400px;
|
|
text-align: center;
|
|
border: 1px solid green;
|
|
background-color: white;
|
|
}
|
|
|
|
.MsgSent h1 {
|
|
/* background: url(../images/MsgSent.gif) no-repeat 0 0; */
|
|
padding-left: 20px;
|
|
height: 85px;
|
|
line-height: 85px;
|
|
}
|
|
|
|
|
|
|
|
.derechos {
|
|
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.administrado {
|
|
|
|
|
|
margin-top: 9px;
|
|
text-align: center;
|
|
width: 100%;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
|
|
.pie-derechos {
|
|
background-color: rgb(27, 61, 112);
|
|
color: rgb(255, 255, 255);
|
|
padding: 30px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.navegadores
|
|
{
|
|
|
|
display:none;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
border-style: dashed;
|
|
border-color: red;
|
|
width: 520px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*INVISIBLES*/
|
|
h1 span,h2 span,#buscar-p label,.division span{
|
|
display:none;
|
|
}
|
|
/*AUXILIARES*/
|
|
.division{
|
|
height:1px;
|
|
clear:both;
|
|
}
|
|
|
|
#contenido
|
|
{
|
|
background-color: #fff;
|
|
background-image: url("../images/bg-feat.jpg");
|
|
background-position: right top;
|
|
background-repeat: no-repeat;
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.page
|
|
{
|
|
width:960px;
|
|
background-color: #fff;
|
|
margin: 10px auto ;
|
|
}
|
|
|
|
.pregunta {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #003366;
|
|
text-decoration: none;
|
|
border: thin outset #FFFFFF;
|
|
}
|
|
/*ESTRUCTURAS PRINCIPALES*/
|
|
body{
|
|
background: #E9E9E9;
|
|
font: 12px/150% Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
line-height:150%;
|
|
margin-left: 30px;
|
|
/*background: url(../images/fondo.gif) repeat-x;*/
|
|
color: #333;
|
|
|
|
}
|
|
|
|
#cabeza{
|
|
position:relative;
|
|
}
|
|
|
|
#cabecera{
|
|
position:relative;
|
|
height:115px;
|
|
background-color: #1B3D70;
|
|
}
|
|
#imagen-cab{
|
|
position:absolute;
|
|
top:0;
|
|
right:0;
|
|
width:560px;
|
|
height:103px;
|
|
}
|
|
|
|
.logo-derecha{
|
|
position: absolute;
|
|
left: 0px;
|
|
margin: 15px;
|
|
}
|
|
.logo-izquierda{
|
|
max-width: 100%;
|
|
right: 0px;
|
|
position: absolute;
|
|
margin: 15px;
|
|
top: 11px;
|
|
}
|
|
|
|
|
|
|
|
#busqueda{
|
|
position:relative;
|
|
background-color:rgb(187, 136, 0) !important;
|
|
font:11px Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
overflow:hidden;
|
|
}
|
|
#pie-barra{
|
|
position:relative;
|
|
height:59px;
|
|
background:url(pie2.png) repeat-x;
|
|
color:#B5D7FF;
|
|
border-bottom:2px solid #cfcfcf;
|
|
}
|
|
#pie-barra-sombras,.instancia-tit{
|
|
position:relative;
|
|
}
|
|
.instancia-tit{
|
|
background-color: rgb(27, 61, 112);
|
|
}
|
|
#pie-inf{
|
|
color:#333;
|
|
font:90% Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
margin:10px 0;
|
|
padding:1px 1em;
|
|
background:#d9e7ea url(fondopie.gif) repeat-x;
|
|
border:1px solid #d4d8db;
|
|
text-align:center;
|
|
}
|
|
#vertical-nav .col-trip,#vertical-nav-alt .col-trip{
|
|
padding:0;
|
|
margin:0 1.5em;
|
|
position:relative; /*JQUERY FIX*/
|
|
}
|
|
#vertical-nav{
|
|
width:25%;
|
|
float:left;
|
|
}
|
|
#vertical-nav-alt{
|
|
float:right;
|
|
width:25%;
|
|
}
|
|
#contenido-a{
|
|
width:80.7%;
|
|
font:15px Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
float:center;
|
|
text-align:justify;
|
|
}
|
|
#contenido-b{
|
|
width:74.7%;
|
|
float:right;
|
|
text-align:justify;
|
|
}
|
|
.menu-shooter{
|
|
color:#373E4D;
|
|
padding:.35em .35em .35em 26px;
|
|
font-size:105%;
|
|
cursor:pointer;
|
|
background-repeat:no-repeat;
|
|
background-position:5px 50%;
|
|
background-image:url(bullet.png);
|
|
}
|
|
.menu-shooter:hover{
|
|
background-color:#eee;
|
|
}
|
|
.menu-shooter-active,.menu-shooter-active:hover{
|
|
background-color:#D9DCE0;
|
|
color:#000;
|
|
}
|
|
#acatlan-logo {
|
|
background: url("../images/acatlan.png") no-repeat scroll 0 50% transparent;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 0;
|
|
width: 143px;
|
|
}
|
|
#barra-relleno{
|
|
color:#FFFFFF;
|
|
font-size:91.6%;
|
|
position:relative;
|
|
}
|
|
.relleno-barra-relleno{
|
|
background:#262E3E url(noticia-back.png) repeat-x scroll 0 0;
|
|
border-bottom:2px solid #CFCFCF;
|
|
padding:0.3em 1em 0.5em;
|
|
}
|
|
#logo-tit{
|
|
background:#262E3E url(noticia-back.png) repeat-x scroll 0 -2em;
|
|
border-bottom:2px solid #cfcfcf;
|
|
margin-top:-2px;
|
|
position:relative;
|
|
}
|
|
#logo-tit .sombra-izq,#logo-tit .sombra-der{
|
|
top:2px;
|
|
}
|
|
.bread{
|
|
font-size:90%;
|
|
border-bottom:1px solid #ddd;
|
|
text-align:left;
|
|
}
|
|
.bread-relleno{
|
|
border:none;
|
|
font-size:100%;
|
|
color:#fff;
|
|
text-align:right;
|
|
}
|
|
.col-trip{
|
|
padding:0 1.5em;
|
|
}
|
|
.col-in{
|
|
|
|
padding:0 .8em;
|
|
}
|
|
.col-bi{
|
|
float:left;
|
|
width:49.9%;
|
|
}
|
|
.col-tri{
|
|
float:left;
|
|
width:33.3%;
|
|
}
|
|
.col-dtri{
|
|
float:left;
|
|
width:66.6%;
|
|
}
|
|
.col-aurea{
|
|
float:left;
|
|
width:38.2%;
|
|
}
|
|
.controles{
|
|
font-weight:bold;
|
|
margin:0;
|
|
padding:1em;
|
|
text-align:center;
|
|
font-size:110%;
|
|
}
|
|
#menu-oferta{
|
|
background-image:url(icon-oferta16.png);
|
|
}
|
|
#menu-vida{
|
|
background-image:url(icon-vida16.png);
|
|
}
|
|
#menu-nuestro{
|
|
background-image:url(icon-nuestro16.png);
|
|
}
|
|
#menu-medios{
|
|
background-image:url(icon-medios16.png);
|
|
}
|
|
#menu-servicios{
|
|
background-image:url(icon-servicios16.png);
|
|
}
|
|
#menu-investigacion{
|
|
background-image:url(icon-investigacion16.png);
|
|
}
|
|
#texto-pie{
|
|
position:absolute;
|
|
top:50%;
|
|
right:.5%;
|
|
margin:-.7em 0;
|
|
}
|
|
#texto-pie-portada{
|
|
position:absolute;
|
|
top:50%;
|
|
left:.5%;
|
|
margin:-.7em 0;
|
|
}
|
|
.contacto-box{
|
|
border-top:1px solid #D1D6DE;
|
|
border-bottom:1px solid #D1D6DE;
|
|
font-size:100%;
|
|
padding-right: 10px;
|
|
margin-left: 5px;
|
|
color:#566073;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
.login-box{
|
|
|
|
font-size:100%;
|
|
padding-right: 10px;
|
|
margin-left: 5px;
|
|
color:#566073;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
|
|
.acceso
|
|
{
|
|
margin: 10px;
|
|
margin-left: 600px;
|
|
-moz-border-radius: 11px 11px 11px 11px;
|
|
width: 340px;
|
|
height: 30px;
|
|
background-image: url("../images/negro-trans.png");
|
|
text-align:center;
|
|
font-size: 10px;
|
|
background-repeat: repeat;
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-box{
|
|
|
|
width: 600px;
|
|
height: 100px;
|
|
border:2px solid #FAB22E;
|
|
margin:1em 0;
|
|
font-size:90%;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
|
|
}
|
|
.menu-info{
|
|
font-size:115%;
|
|
}
|
|
.nice-menu-hori{
|
|
text-align:center;
|
|
font-size:105%;
|
|
font-weight:bold;
|
|
padding:1em 0;
|
|
}
|
|
|
|
|
|
.menu-in{
|
|
background:#e9e9e9;
|
|
text-align:left;
|
|
border:1px solid #999;
|
|
}
|
|
.info-box .noti-cata{
|
|
margin-bottom:.5em;
|
|
border-bottom:1px dashed #c5cfd8;
|
|
}
|
|
.acordeon{
|
|
position:relative;
|
|
width:100%;
|
|
}
|
|
/*TITULOS*/
|
|
#cabecera h1{
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
margin:0;
|
|
padding:0;
|
|
width:420px;
|
|
height:103px;
|
|
background:url(titulo.gif) no-repeat;
|
|
}
|
|
#instancia{
|
|
font:215% Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
|
|
font-weight:normal;
|
|
color:#fff;
|
|
margin:0;
|
|
padding:.3em .8em .4em .8em;
|
|
}
|
|
#logo-tit h2{
|
|
background:url(logo-noticias.png) no-repeat 50% 0;
|
|
margin:0;
|
|
color:#fff;
|
|
height:75px;
|
|
}
|
|
|
|
h2 {
|
|
|
|
height:5px;
|
|
text-align: center;
|
|
}
|
|
|
|
h3{
|
|
font:170% Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
|
|
margin:0;
|
|
color:#000;
|
|
|
|
font-weight:normal;
|
|
text-shadow:2px 2px 2px #cfcfcf;
|
|
}
|
|
#vertical-nav h3,#vertical-nav-alt h3{
|
|
background:transparent url(menu-tit-back.png) repeat-x 0 100%;
|
|
font:105% Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
color:#000;
|
|
font-weight:bold;
|
|
padding:0.3em;
|
|
margin:.5em 0 0 0;
|
|
border-bottom:1px solid #DEE1E6;
|
|
text-shadow:2px 2px 2px #ccc;
|
|
}
|
|
h4,h5,h6{
|
|
font-family:Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
|
|
margin:1em 0;
|
|
text-align:left;
|
|
padding:0 0 .1em 0;
|
|
line-height:115%;
|
|
}
|
|
h4{
|
|
font-size:145%;
|
|
}
|
|
h5{
|
|
font-size:130%;
|
|
}
|
|
h6{
|
|
font-family:Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
|
|
width: 700px;
|
|
font-size: 130%;
|
|
line-height:55%;
|
|
background-color: #E5EBFD;
|
|
background-position: -136px -33px;
|
|
border-color: #A0B1DE;
|
|
border-radius: 3px 3px 3px 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 8px 8px 8px 8px;
|
|
}
|
|
h6.desarrollador{
|
|
font-family:Arial,A030,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
|
|
text-align: center;
|
|
width: 40%;
|
|
font-size: 15px;
|
|
line-height:20px;
|
|
background-color: #E5EBFD;
|
|
border-color: #A0B1DE;
|
|
border-radius: 3px 3px 3px 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
padding: 6px 0px 6px 0px;
|
|
}
|
|
.tit-nice,.tit-cool{
|
|
border-bottom:1px solid #ccc;
|
|
}
|
|
.tit-cool{
|
|
padding:.2em 0;
|
|
margin:.5em 0;
|
|
text-shadow:none;
|
|
}
|
|
.tit-color{
|
|
padding:.2em 0;
|
|
margin:1em 0 2em 0;
|
|
}
|
|
.tit-color span{
|
|
background:#B04141;
|
|
color:#fff;
|
|
font-weight:normal;
|
|
padding:.2em .4em;
|
|
font-size:130%;
|
|
border:2px solid #8C3333;
|
|
-moz-border-radius:9px;
|
|
-webkit-border-radius:9px;
|
|
border-radius:9px;
|
|
-moz-box-shadow:2px 2px 2px rgba(0,0,0,.5);
|
|
-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.5);
|
|
box-shadow:2px 2px 2px rgba(0,0,0,.5);
|
|
}
|
|
|
|
|
|
.tab-resultados{
|
|
border-style: groove;
|
|
border-width: 1px;
|
|
border-color: #669;
|
|
font-size:120%;
|
|
margin:1em 0 0 0;
|
|
padding:.6em .5em .55em .5em;
|
|
color: #039;
|
|
text-shadow:0 0 5px #ccc;
|
|
|
|
-moz-border-radius-topleft:7px;
|
|
-moz-border-radius-topright:7px;
|
|
-webkit-border-top-left-radius:7px;
|
|
-webkit-border-top-right-radius:7px;
|
|
border-top-left-radius:7px;
|
|
}
|
|
|
|
|
|
.tab-header{
|
|
border:none;
|
|
font-size:128%;
|
|
margin:1em 0 0 0;
|
|
padding:.6em .5em .55em .5em;
|
|
background-color: #34637F;
|
|
/*background:#333;*/
|
|
/*background: url("../images/bt.png") repeat-x scroll 0 10% transparent;*/
|
|
color:#fff;
|
|
text-shadow:0 0 5px #ccc;
|
|
-moz-border-radius-topleft:7px;
|
|
-moz-border-radius-topright:7px;
|
|
-webkit-border-top-left-radius:7px;
|
|
-webkit-border-top-right-radius:7px;
|
|
border-top-left-radius:7px;
|
|
}
|
|
.info-box h3{
|
|
font-size:125%;
|
|
text-align:center;
|
|
background:#FBE888;
|
|
text-shadow:none;
|
|
font-weight:bold;
|
|
padding:.3em 0;
|
|
border-bottom:1px solid #FAB22E;
|
|
-moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px;
|
|
-webkit-border-top-left-radius:5px;
|
|
-webkit-border-top-right-radius:5px;
|
|
border-top-left-radius:5px;
|
|
border-top-right-radius:5px;
|
|
color:#4D360E;
|
|
}
|
|
.noti-cata h3{
|
|
font:110% Verdana, "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
|
|
font-weight:bold;
|
|
line-height:normal;
|
|
margin:0.3em 0;
|
|
padding:0;
|
|
border:none;
|
|
background:none;
|
|
text-align:left;
|
|
}
|
|
/*LISTAS*/
|
|
ul,ol{
|
|
margin:1.4em 0 1.4em 3em;
|
|
padding:0;
|
|
}
|
|
li{
|
|
margin:1em 0;
|
|
padding:0;
|
|
}
|
|
#vertical-nav ul,#vertical-nav-alt ul{
|
|
list-style-type:none;
|
|
margin:0;
|
|
padding:0 0 .4em 0;
|
|
background:transparent url(menu-back.gif) repeat-x;
|
|
border-top:1px solid #CBCDD1;
|
|
}
|
|
#vertical-nav li,#vertical-nav-alt li{
|
|
padding:0;
|
|
margin:0;
|
|
border-bottom:1px solid #ddd;
|
|
}
|
|
#vertical-nav .menu-subt,#vertcial-nav-alt .menu-subt{
|
|
background:#eee;
|
|
}
|
|
.menu-mediario{
|
|
font-weight:bold;
|
|
}
|
|
.menu-linea{
|
|
line-height:2.1em;
|
|
list-style-type:none;
|
|
margin:1em 0;
|
|
padding:0;
|
|
text-align:center;
|
|
}
|
|
.menu-linea li{
|
|
display:inline;
|
|
}
|
|
.menu-in ul{
|
|
list-style-type:none;
|
|
margin:0;
|
|
}
|
|
.menu-in li{
|
|
border-top:2px solid #fff;
|
|
margin:0;
|
|
padding:.3em 1em;
|
|
}
|
|
.menu-in .in-icon{
|
|
background-color:#fff;
|
|
font-weight:bold;
|
|
text-align:center;
|
|
}
|
|
.tabulado ul, .tabulado ol{
|
|
margin:1em 0 1em 1em;
|
|
}
|
|
.rsx-page-num-list{
|
|
display:inline;
|
|
|
|
}
|
|
.rsx-page-num-list li{
|
|
display:inline;
|
|
}
|
|
table li{
|
|
text-align:left;
|
|
}
|
|
.indice li{
|
|
margin:0;
|
|
}
|
|
.menu-in ul{
|
|
list-style-type:none;
|
|
margin:0;
|
|
}
|
|
.menu-in li{
|
|
margin:0;
|
|
border-top:2px solid #fff;
|
|
padding:.3em 1em;
|
|
}
|
|
.menu-in .in-icon{
|
|
text-align:center;
|
|
background:#fff;
|
|
font-weight:bold;
|
|
}
|
|
.convo-chico{
|
|
list-style-image:url(icon-ok16.png);
|
|
}
|
|
/*TEXTO*/
|
|
.arroba{
|
|
vertical-align:middle;
|
|
margin:0 .1em;
|
|
}
|
|
|
|
|
|
#busqueda p{
|
|
margin: 0px;
|
|
padding: 1rem;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
#pie-inf p{
|
|
margin:0;
|
|
padding:.2em;
|
|
}
|
|
#legal{
|
|
border-bottom:1px solid #d4d8db;
|
|
}
|
|
#administrado{
|
|
color:#1B5799;
|
|
}
|
|
p{
|
|
margin:1.5em 0;
|
|
}
|
|
.info-box p{
|
|
margin:.9em 0;
|
|
}
|
|
blockquote{
|
|
margin:1em 3.5em;
|
|
padding:0;
|
|
}
|
|
q,cite,blockquote{
|
|
color:#6C4406;
|
|
font-style:italic;
|
|
}
|
|
q:before,cite:before,q:after,cite:after{
|
|
content:'"';
|
|
}
|
|
.ipie{
|
|
color:#6C4406;
|
|
font-size:95%;
|
|
text-align:center;
|
|
}
|
|
.epie{
|
|
font-size:80%;
|
|
margin-top:4em;
|
|
text-align:right;
|
|
}
|
|
.nota{
|
|
color:#933;
|
|
}
|
|
.bread-in{
|
|
font-weight:bold;
|
|
}
|
|
.unlinked{
|
|
font-weight:normal;
|
|
}
|
|
.tit-cool span{
|
|
background-color:#333;
|
|
color:#fff;
|
|
padding:.2em .5em;
|
|
-moz-border-radius-topleft:7px;
|
|
-moz-border-radius-topright:7px;
|
|
-webkit-border-top-left-radius:7px;
|
|
-webkit-border-top-right-radius:7px;
|
|
border-top-left-radius:7px;
|
|
}
|
|
#texto-pie a,#texto-pie-portada a{
|
|
margin:0 .5em;
|
|
}
|
|
#barra-relleno p{
|
|
margin:0;
|
|
}
|
|
.invita-sugerencia{
|
|
text-align:right;
|
|
color:#2f4e91;
|
|
}
|
|
.invita-sugerencia span{
|
|
cursor:pointer;
|
|
}
|
|
.file-down{
|
|
font-size:90%;
|
|
}
|
|
.opcion-icon{
|
|
font-size:130%;
|
|
}
|
|
.convoca-info{
|
|
font-size:115%;
|
|
font-weight:bold;
|
|
text-align:left;
|
|
}
|
|
.menu-in-tit{
|
|
font-weight:bold;
|
|
text-align:center;
|
|
padding:.3em 0;
|
|
margin:0;
|
|
text-transform:uppercase;
|
|
background:#ddd;
|
|
}
|
|
.pform{
|
|
margin:1em 0;
|
|
}
|
|
.info-box .noti-cata p{
|
|
line-height:135%;
|
|
margin:.75em 0;
|
|
}
|
|
.info-box .noti-cata h3 span{
|
|
font-weight:normal;
|
|
}
|
|
.footnote{
|
|
font-size:90%;
|
|
font-style:italic;
|
|
}
|
|
/*VÃNCULOS*/
|
|
h1 a{
|
|
display:block;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
#busqueda a{
|
|
text-decoration:none;
|
|
padding:.6em .4em .8em .4em;
|
|
border:none;
|
|
text-shadow:1px 1px 1px #B39217;
|
|
}
|
|
#busqueda a:link{
|
|
color:#fff;
|
|
}
|
|
#busqueda a:visited{
|
|
color:#fff;
|
|
}
|
|
/*#busqueda a:hover{
|
|
background:#fff url(../images/barra-amarilla-hover.png) repeat-x 0 50%;
|
|
text-shadow:1px 1px 1px #aaa;
|
|
}*/
|
|
#pie-barra a{
|
|
text-decoration:none;
|
|
}
|
|
#pie-barra a:link,#pie-barra a:visited,#pie-barra a:hover{
|
|
color:#B5D7FF;
|
|
}
|
|
a:link,.ui-widget .ui-widget-content a:link{
|
|
color:#2f4e91;
|
|
}
|
|
a:visited,.ui-widget .ui-widget-content a:visited{
|
|
color:#213664;
|
|
}
|
|
a:hover,.ui-widget .ui-widget-content a:hover{
|
|
color:#B34040;
|
|
}
|
|
#vertical-nav a,#vertical-nav-alt a,.bread a{
|
|
text-decoration:none;
|
|
}
|
|
#vertical-nav a,#vertical-nav-alt a{
|
|
display:block;
|
|
padding:.3em;
|
|
}
|
|
#vertical-nav a:hover,#vertical-nav-alt a:hover{
|
|
background-color:#eee;
|
|
color:#2f4e91;
|
|
}
|
|
#vertical-nav li:first-child a:hover,#vertical-nav-alt li:first-child a:hover{
|
|
background:#eee url(entry-back.gif) repeat-x;
|
|
}
|
|
.bread-relleno a:link{
|
|
color:#B0CFFF;;
|
|
}
|
|
.bread-relleno a:visited{
|
|
color:#B0CFFF;
|
|
}
|
|
.bread-relleno a:hover{
|
|
color:#FFBB52;
|
|
}
|
|
.menu-linea a{
|
|
text-decoration:none;
|
|
background:#585D75;
|
|
border-bottom:2px solid #3A3D4D;
|
|
border-right:2px solid #3A3D4D;
|
|
padding:0.3em 0.5em;
|
|
-moz-box-shadow:2px 2px 2px #999;
|
|
-webkit-box-shadow:2px 2px 2px #999;
|
|
box-shadow:2px 2px 2px #999;
|
|
-moz-border-radius:5px;
|
|
-webkit-border-radius:5px;
|
|
border-radius:5px;
|
|
}
|
|
.menu-linea a:link,.menu-linea a:visited{
|
|
color:#fff;
|
|
}
|
|
.menu-linea a:hover{
|
|
background:#CED0D7;
|
|
color:#3C4152;
|
|
}
|
|
.opcion-icon a:link,.opcion-icon a:visited{
|
|
text-decoration:none;
|
|
padding:.3em .6em .3em 0;
|
|
background:#3D4A66;
|
|
color:#fff;
|
|
border-bottom:2px solid #ccc;
|
|
border-right:2px solid #ccc;
|
|
}
|
|
.opcion-icon a:hover{
|
|
color:#fff;
|
|
background:#B34040;
|
|
border-bottom:2px solid #ccc;
|
|
border-right:2px solid #ccc;
|
|
}
|
|
.nice-menu-hori a{
|
|
text-decoration:none;
|
|
}
|
|
.menu-in a{
|
|
text-decoration:none;
|
|
}
|
|
/*FORMULARIO*/
|
|
#buscar-p{
|
|
position:absolute;
|
|
top:0;
|
|
right:1em;
|
|
font:12px Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
margin:0;
|
|
line-height:1em;
|
|
}
|
|
.inp-buscar-p{
|
|
font:12px Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
background-color:#fff;
|
|
border:1px solid #BCCDF0;
|
|
padding:.2em;
|
|
margin:0 1px;
|
|
width:14em;
|
|
}
|
|
.congoogle{
|
|
background-image:url(google_custom.gif);
|
|
background-repeat:no-repeat;
|
|
background-position:0 50%;
|
|
}
|
|
.btn-buscar-p{
|
|
margin:0 0 0 .5em;
|
|
padding-top:0;
|
|
padding-bottom:0;
|
|
font:12px Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
}
|
|
input,button,textarea{
|
|
font:100% Verdana,"DejaVu Sans","Bitstream Vera Sans",sans-serif;
|
|
}
|
|
|
|
legend{
|
|
font-weight:bold;
|
|
font-size:107%;
|
|
}
|
|
fieldset{
|
|
border:1px solid #cfcfcf;
|
|
margin:1em 0;
|
|
padding:0 1em;
|
|
}
|
|
#sug_texto{
|
|
width:95%;
|
|
}
|
|
/*TABLAS*/
|
|
|
|
caption{
|
|
text-align:center;
|
|
font-weight:bold;
|
|
font-size:110%;
|
|
}
|
|
|
|
|
|
/*MAQUETADO*/
|
|
.recuadro{
|
|
margin:1em 0;
|
|
padding:0 1em;
|
|
border:1px dashed #aaa;
|
|
}
|
|
.izq{
|
|
float:left;
|
|
margin:1.5em 1em 0.5em 0;
|
|
}
|
|
.der{
|
|
float:right;
|
|
margin:1.5em 0 0.5em 1em;
|
|
}
|
|
hr{
|
|
background-color:#ccc;
|
|
color:#ccc;
|
|
height:1px;
|
|
margin:auto;
|
|
text-align:center;
|
|
width:75%;
|
|
}
|
|
.centro{
|
|
display:block;
|
|
margin:1em auto;
|
|
text-align:center;
|
|
}
|
|
.big_square{
|
|
overflow:auto;
|
|
}
|
|
/*IMAGENES*/
|
|
/*#cabecera a img{
|
|
border:none;
|
|
margin:0;
|
|
padding:0;
|
|
}*/
|
|
.img-text{
|
|
vertical-align:middle;
|
|
padding:0 .5em;
|
|
}
|
|
.img-pestana{
|
|
vertical-align:middle;
|
|
padding:0 .5em 0 0;
|
|
}
|
|
a img{
|
|
border:none;
|
|
}
|
|
.foto{
|
|
background-color:#fff;
|
|
border-color:#aaa;
|
|
border-style:ridge groove groove ridge;
|
|
border-width:2px;
|
|
padding:5px;
|
|
-moz-box-shadow:0 0 4px rgba(0,0,0,.3);
|
|
-webkit-box-shadow:0 0 4px rgba(0,0,0,.3);
|
|
box-shadow:0 0 4px rgba(0,0,0,.3);
|
|
}
|
|
.info-box .noti-cata .der{
|
|
margin-top:0;
|
|
}
|
|
/*JQUERY FIX*/
|
|
.ui-datepicker table,.ui-datepicker tr,.ui-datepicker th,.ui-datepicker td{
|
|
background:none;
|
|
}
|
|
|
|
.sombra-izq{
|
|
position:absolute;
|
|
width:13px;
|
|
height:100%;
|
|
top:0;
|
|
left:-13px;
|
|
background:transparent url(../images/sombra-i.png) repeat-y;
|
|
}
|
|
.sombra-der{
|
|
position:absolute;
|
|
width:13px;
|
|
height:100%;
|
|
top:0;
|
|
right:-13px;
|
|
background:transparent url(../images/sombra-d.png) repeat-y;
|
|
}
|
|
|
|
|
|
|
|
.sombra-izq{
|
|
position:absolute;
|
|
width:13px;
|
|
height:100%;
|
|
top:0;
|
|
left:-13px;
|
|
background:transparent url(../images/sombra-i.png) repeat-y;
|
|
}
|
|
.sombra-der{
|
|
position:absolute;
|
|
width:13px;
|
|
height:100%;
|
|
top:0;
|
|
right:-13px;
|
|
background:transparent url(../images/sombra-d.png) repeat-y;
|
|
}
|
|
|
|
.datos_monitor {
|
|
font-family: Tahoma;
|
|
border-collapse: collapse;
|
|
font-size: 100%;
|
|
line-height: 1.1;
|
|
margin-bottom: 3em;
|
|
margin-top: 20px;
|
|
border: 1px solid #A4BED4;
|
|
|
|
|
|
}
|
|
|
|
.datos_monitor tr:hover, td.start:hover, td.end:hover {
|
|
background: none repeat scroll 0 0 #FBF7BD;
|
|
}
|
|
|
|
.datos_monitor th {
|
|
padding: 0.3em 0.5em;
|
|
border: 1px solid #A4BED4;
|
|
text-align: left;
|
|
}
|
|
.datos_monitor td {
|
|
padding: 0.3em 0.5em;
|
|
border: 1px solid #A4BED4;
|
|
text-align: left;
|
|
}
|
|
|
|
.datos_monitor th {
|
|
font-weight: bold;
|
|
padding-left: 15px;
|
|
text-align: left;
|
|
}
|
|
.datos_monitor th.name {
|
|
width: 12em;
|
|
}
|
|
.datos_monitor th.location {
|
|
width: 12em;
|
|
}
|
|
.datos_monitor th.color {
|
|
width: 10em;
|
|
}
|
|
.datos_monitor thead th {
|
|
background: none repeat scroll 0 0 #C6CEDA;
|
|
border-color: #FFFFFF #FFFFFF #888888;
|
|
border-style: solid;
|
|
border-width: 1px 1px 2px;
|
|
padding-left: 0.5em;
|
|
}
|
|
.datos_monitor tbody th.start {
|
|
padding-left: 26px;
|
|
}
|
|
.datos_monitor tbody th.end {
|
|
padding-left: 26px;
|
|
}
|
|
|
|
.datos_encuesta
|
|
{
|
|
margin-left:150px;
|
|
width:400px;
|
|
margin-bottom:10px;
|
|
margin-top:20px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #A4BED4;
|
|
font-weight: bold;
|
|
border-radius: 3px;
|
|
background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
box-shadow: 0 2px 0 rgba(0,0,0,.3);
|
|
}
|
|
|
|
.cierre
|
|
{
|
|
position: absolute;
|
|
left: 950px;
|
|
|
|
} |