@charset "UTF-8";
/* Text styles */
* { 
	padding: 0; 
	margin: auto;
}
h2{
	font-size:36px;color:#545454;line-height:48px;letter-spacing:-2px;
}
#subtitulo {
	font-size:26px;line-height:20px;color:#1d8bce;
}
.item-page{
	text-align:center;
}
.blog-featured h2 {
  font-size: 1.5em;
  margin-bottom:0em;
}
p.readmore {
  text-indent:0;
  font-size: .9em;
}
.joomla-footer {
  font-size: .9em;
  margin-bottom:-20px;
}

/* Article functions */
ul.actions {
  clear:both;
  margin-top: -50px;
  float:right;
}
ul.actions li {
  list-style-type: none;
  float:right;
  margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
  width: 160px;
  display:block;
}
p#form-login-remember label {
  font-size: .9em;
  font-weight: normal;
  line-height: 25px;
}
p#form-login-remember input {
  float:left;
  margin-right: 5px;
}
form#form-login ul {
  margin: 0;
  padding: 0;
}
form#form-login ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*------------------------- Retículas --------------------------*/
/* Configuracion para quitar el subrayado y el color azul de los link*/
a 
{   
 text-decoration:none;   
}
a:visited{
    color: black;
}
a:link{
color: black;
}
.tabRet{
  border-collapse:collapse;

 border: none;
 text-align: center;
 margin: 0 auto;
}
.tabRet tbody{
/* width: 100%;*/
}
.tabRet tr{
height: 75px;
}
.tabRet td{
 padding: 0;
 width: 90px;
 height: 75px !important;
 text-align: center;
}
.tabRet hr{
 margin-top:5%;
 margin-bottom: 0%;
 width: 100%;
}
#total{
 text-align:right;
 margin-right:50px;
}
#negro{
 font-weight:bold;
}
#letra{
 font-size: 10px;
}
#letra2{
 font-size:9px;
}
.especialidad{
 //background: 	 CornflowerBlue;
 background-color:transparent;
 box-shadow: .2em .2em .5em  #333;
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif; 
 height:170px;
 margin:4px;
 position: relative;
 width: 100px;
 text-align: center;
 border:solid 1px #666666;
 padding:.2em 2px 1px 2px;
}
.reticula{
 //background:   CornflowerBlue  ;
 background-color:transparent;
 //background: #FFF;
 box-shadow: .2em .2em .5em  #333;
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif; 
 height: 75px;
 width: 97px;
 margin: 4px;
 padding:.3em 3px 2px 3px;
 position: relative;
 text-align: center;
 border:solid 1px #666666;
}
.reticula:hover, .especialidad:hover{
 color: white;
 cursor:pointer;
 //background-color: #aaa;
 background-color: #1d8bce;
 /font-weight:bold;/
}
.arriba{
 top: 0px;
}
.abajo{
	line-height: 50%;
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 3px;
	top: 56px;
}
.abajo hr{
	margin-top: 4px;
	margin-right: -10px;
	margin-bottom: 4px;
	margin-left: -4px;
}
.vacio{
 display: inline-block;
 height:75px;
 margin: 4px;
 vertical-align: middle;
 width: 9.9%;
}
.creditos{
 display: inline-block;
 height: 30px;
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 margin: 4px;
 padding-top: 20px;
 vertical-align: middle;
 width: 90px;
}
.zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 2s, height 2s, transform 2s;
        -moz-transition: width 2s, height 2s, -moz-transform 2s;
        -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
        -o-transition: width 2s, height 2s,-o-transform 2s;       
}
.zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tamaño con scale(2). */
        transform : scale(2);
        -moz-transform : scale(2);      /* Firefox */
        -webkit-transform : scale(2);   /* Chrome - Safari */
        -o-transform : scale(2);        /* Opera */
}

body{
	background:url(images/bg_top.jpg) top center no-repeat #eee;
	height: 450px;
}
#nocabe{
	font-size:10px
}

#especial, #especial:hover{
	background-color:#FF0;
	color:#000;
}
.especial, .especial:hover{
	background-color:#FF0;
	color:#000;
}
