/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 File: titles.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS styles for titles
 Estilos generales para titulos.
 --------------------------------------------------------------------------*/
/* Titles
 ------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    color:#000033;
}

h2 span, h2{
    font-size: 13pt;
}

 h3 span, h3{
 	font-size:12pt;
	color:#000000;
 }

 h4 span, h5 span , h4, h5{
	font-size:11pt;
	color:#000000;
}


.contenido h1,  #contenido h1,
.contenido h2, #contenido h2,
.contenido h3, #contenido h3, 
.contenido h4, #contenido h4,
.contenido h5, #contenido h5{
   
	padding-top: 10px;
	padding-bottom: 10px;
   
}

.title span, .sub span {
  /*  display: none;*/
}
/*
.title span{
 font-size:16px;
 text-transform: uppercase;
 font-weight:bold;
}*/

th.title span {
    display: inline
}

h1.title {
   
    min-height: 40px;
    height: auto !important;
    height: 40px;
    padding: 0px;
    margin: 0px;
    color:#06334B;
	
  	margin-left:10px;
  	padding-left:40px;
  	padding-top:8px;
  	background: url(../img/titles/title-bullet.png) no-repeat;
  	font-size: 18pt;
	
}

h1.title span {
    font-size: 23pt;
    
}



#ligasPie th h1 {
	font-size: 12pt;
	color:#ffffff;
}






.holderTitle, #contentHeader{
    position: relative;
    /*margin:0px auto;*/
	padding-top:10px;
	border: none;
    min-height: 33px;
    height: auto !important;
    height: 33px;
	z-index:10;
	width: 100%;
	
}


.intranet #contentHeader  {
	width: 86%;
 }

.flotado {
    position: absolute;
    right: 35px;
    top: 0px;
}
