/*--------------------------------------------------------------------------
 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:#06334B;
}

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 {
	color: black;
	padding: 0px;
}
/*
.title span{
 font-size:16px;
 text-transform: uppercase;
 font-weight:bold;
}*/

th.title span {
    display: inline
}

h1.title {   
    min-height: 28px;
    height: auto !important;
    height: 40px;
    padding: 0px;
    margin: 0px;
    color:#06334B;
	/*font-family: "Arial";*/
	/*margin-left:10px;
	padding-top:10px;
	/*background: url(../img/titles/title-bullet.jpg) no-repeat;*/
	font-size: 14pt;
	margin-right: 20px;
	margin-left: 10px;
	border-bottom: 2px dotted #CCC;
}

.mes {
	font-size: 15px;
}
.dia {
	font-size: 24px;
	margin-top: -5px;
}
#ligasPie th h1 {
	font-size: 12pt;
	color:#ffffff;
}
h1.title span {
    font-size: 16pt;
}
.holderTitle, #contentHeader{
    position: relative;
    margin:0px auto;
	padding-top:20px;
	border: none;
    min-height: 33px;
    height: auto !important;
    height: 33px;
	z-index:10;
	width: 100%;
	left:10px;

}
/*#idTitleDestinationsPaginaItem h1{
	
}*/
.flotado {
    position: absolute;
    right: 35px;
    top: 0px;
}