@import "reset.css";
@import "dircom.css";
@import "slide1.css";
@import "blogSlide.css";

/* Estructura general HTML
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	font-family: Helvetica;
	font-size: 12px;
	color: #555;
	margin: 0px 0px 20px 0px;
	padding: 0;
	background: url(../img/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #F6DFE8;
	
	<!--[if IE 6]>
	margin: auto;
	text-align: center;
	<![endif]-->
}

.clear{
	clear: both;
}

.tablaDescriptiva{
	border-bottom: 1px #CCC dotted;
	padding: 15px;
	margin: 10px;
}

/* Elementos de contenedor
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	width: 940px;
	text-align: right;
	margin: 0 auto;
	background: url(../img/logoCubopanels.png);
	background-position: left;
	background-repeat: no-repeat;
	border-top: 4px #394869 solid;
}

	#header #contenedor{
		border-left: 1px #FFF solid;
		border-right: 1px #FFF solid;
	}

#contenedor{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 0px 20px;
}

#contenedor .tdLeft{
	padding: 20px 20px 20px 0;
	vertical-align: top;
}

#contenedor .tdRight{
	border-left: 1px #CCC solid;
	width: 260px;
	padding: 20px 0px 0 20px;
	vertical-align: top;
	background: url(../img/bgMenu.png);
}

	#contenedor .tdRight .color{
		background-color: #CC0000;
		padding: 10px;
		margin: 0 0 10px 0;
	}
	
	#contenedor .tdRight .color h1{
		color: #FFF;
		border: 0;
		padding: 0;
		margin: 0 0 10px 0;
	}
	
	#contenedor .tdRight .color a{
		color: #FFF;
	}

#contenedor .td2Left{
	vertical-align: top;
	width: 280px;
	border-right: 1px #DDD dashed;
	padding: 0 20px 0 0;
}

#contenedor .td2Right{
	vertical-align: top;
	width: 280px;
	padding: 0 0 0 20px;
}

#contenedor .td3Left{
	width: 300px;
	border-right: 1px #DDD solid;
	padding-right: 10px;
}

#contenedor .td3Center{
	width: 300px;
	border-right: 1px #DDD solid;
	padding-right: 10px;
}

#contenedor .td3Right{
	width: 300px;
	padding-left: 10px;
}

#contenedor h1{
	font-size: 20px;
	color: #394869;
	margin: 0 0 10px 0;
}

#contenedor h2{
	font-size: 16px;
	color: #BD1152;
	margin-bottom: 20px;
	
}

	#contenedor h2 a{
		font-size: 20px;
		color: #394869;
		text-decoration: none;
	}
	
	#contenedor h2 a:hover{
		font-size: 20px;
		color: #CCC;
		text-decoration: none;
	}

#contenedor h3{
	font-style: italic;
	font-size: 25px;
	color: #BD1152;
	margin: 0 0 20px 0;
}

#contenedor h4{
	font-size: 14px;
	color: #999;
	margin: 0 0 5px 0;
}

#contenedor h5{
	font-family: Georgia;
	font-size: 20px;
	color: #000;
	margin: 0 0 20px 0;
}

#contenedor b{
	font-weight: bold;
}

#contenedor p{
	margin-bottom: 20px;
}

#contenedor a{
	color: #BD1152;
}

#contenedor a:hover{
	color: #00357D;
}

#contenedor ul{
	margin: 0 0 10px 0;
}

#contenedor ul li{
	list-style: none;
	background: url(../img/arrow.gif);
	background-position: 0 0.6em;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
}

#contenedor .ffCol{
	border: 1px #DDD solid;
	background: #FFF;
	width: 248px;
	padding: 5px;
	margin: 5px 0;
}

#contenedor .fbtn{
	border: 0;
	background: #BD1152;
	color: #FFF;
	padding: 5px 10px;
}

#contenedor .foto{
	border: 1px #CCC solid;
	padding: 2px;
}

.footer{
	margin: 20px 0 0 0;
}

.footer a{
	color: #BD1152;
}

/* Menu de navegación
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#menu .vertical a{
	text-decoration: none;
	padding: 7px;
	display: block;
	text-align: left;
	border-bottom: 1px #FFF solid;
}

#menu .vertical .linkAlt a{
	text-decoration: none;
	display: block;
	text-align: left;
	color: #666;
}

#menu .vertical a:hover{
	text-decoration: none;
	background-color: #FFF;
	color: #00357D;
	display: block;
}

#menu .vertical div{

}

#menu .vertical .activo{
	background-color: #FFF;
	color: #00357D;
	border-bottom: 1px #00357D solid;
}

#menu .vertical .subpagina{
	text-indent: 10px;
}

#menu .horizontal{
	text-align: center;
	margin: auto;
	border-bottom: 0px #FFF solid;
	border-top: 0px #DDD solid;
	padding: 15px 0 15px 0;
	background-color: #BD1152;
	margin: 1px 0 0 0;
	z-index: 99999;
	position: relative;
}

#menu .horizontal a{
	color: #FFF;
	text-decoration: none;
	padding: 14px;
	font-weight: bold;
	margin: 0;
}

#menu .horizontal a:hover{
	color: #FFF;
	padding: 14px;
	text-decoration: none;
	background-color: #BD1152;
}

#menu .horizontal .activo{
	padding: 14px;
	text-decoration: none;
	border-left: 1px #FFF solid;
	border-right: 1px #FFF solid;
	background-color: #394869;
	color: #FFF;

}

#menu .horizontal div{
	margin: 0;
	display: inline;
}

/* Galerias
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#galeriaCategorias{
	border-bottom: 1px #DDD solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

	#galeriaCategorias .tdImg{
		vertical-align: top;
		width: 125px;
	}
	
		#galeriaCategorias .tdImg img{
			width: 100px;
			padding: 1px;
			border: 5px #CCC solid;
		}
	
	#galeriaCategorias .tdDesc{
		vertical-align: top;
	}
	
		#galeriaCategorias .tdDesc h2 a{
			font-size: 14px;
			font-family: Helvetica;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}

	
#galeriaMosaico div{
	display: inline;
	vertical-align: text-top;
}

	#galeriaMosaico div img{
	vertical-align: text-top;
		width: 130px;
		padding: 1px;
		border: 1px #CCC solid;
		margin: 0 5px 5px 0;
	}
	
/* Blog
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#blog .preview{
	border-bottom: 1px #DDD dashed;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#blog .preview .tdImg{
	width: 130px;
	vertical-align: top;
}

	#blog .preview .imagen{
		width: 120px;
		padding: 1px;
		border: 1px #DDD solid;
	}


#blog .preview .tdDesc{
	vertical-align: top;
}

#blog .full .imagen{
	width: 254px;
	float: left;
	margin: 0 10px 10px 0;
}

	#blog .full .imagen img{
		width: 250px;	
		padding: 1px;
		border: 1px #DDD solid;
	}

	#blog .full .imagen .pie{
		padding: 5px;
		font-size: 10px;
		font-style: italic;
	}

/* Portafolio
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#portafolio .preview{
	float: left;
	display: inline;
	padding: 5px;
	border: 1px #FFF solid;
	height: 100px;
}

	#portafolio .preview .imagen{
		padding: 1px;
		border: 1px #DDD solid;
	}
	
	#portafolio .preview img{
		width: 133px;
	}
	
	#portafolio .preview .titulo{
		width: 130px;
		margin: 5px 0 0 0;
		text-align: center;
	}
	
#portafolio .portada{
	margin: 0 0 10px 0;
	min-height: 55px;
}

	#portafolio .portada h2{
		padding: 0;
		margin: 0 0 10px 0;
	}

	#portafolio .portada .imagen{
		width: 100px;
		padding: 1px;
		border: 5px #DDD solid;
		float: left;
	}
	
	#portafolio .portada img{
		width: 100px;
	}
	
	#portafolio .portada .descripcion{	
		margin: 0 0 0 120px;
	}
	
	#portafolio .portada .descripcion h2 a{	
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

#portafolio .full .imagen{
	width: 100%;
	margin: 0 10px 10px 0;
}

	#portafolio .full .imagen img{
		max-width: 100%;	
		padding: 1px;
		border: 1px #DDD solid;
	}

	#portafolio .full .imagen .pie{
		padding: 5px;
		font-size: 10px;
		font-style: italic;
	}
	
	#portafolio .full h1{
		border-bottom: 0;
	}
	
/* Showcase
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#showcase .preview{
	border-bottom: 1px #DDD dashed;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#showcase .preview .tdImg{
	width: 130px;
	vertical-align: top;
}

	#showcase .preview .imagen{
		width: 120px;
		padding: 1px;
		border: 1px #DDD solid;
	}


#showcase .preview .tdDesc{
	vertical-align: top;
}

#showcase .full .imagen{
	width: 254px;
	float: left;
	margin: 0 10px 10px 0;
}

	#showcase .full img{
		max-width: 300px;	
		padding: 1px;
		border: 1px #DDD solid;
	}

	#showcase .full .imagen .pie{
		padding: 5px;
		font-size: 10px;
		font-style: italic;
	}

/* Calendario
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#calendario .portada{
	border-bottom: 1px #DDD dashed;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#calendario .fecha{
	float: left;
	width: 35px;
}

	#calendario .fecha .dia{
		background-color: #FFF;
		border: 1px #CC0000 solid;
		color: #CC0000;
		text-align: center;
		padding: 4px 0;
		margin: 0 0 1px 0;
	}
	
	#calendario .fecha .mes{
		background-color: #CC0000;
		color: #FFF;
		text-align: center;
		padding: 4px 0;
	}

#calendario .descripcion{
	margin-left: 45px;
}

/* Especiales
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#tbHostPk{
	width: 100%;
}

#tbHostPk th{
	background-color: #DDD;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #000;
	width: 80px;
	border-left: 1px #FFF solid;
}

#tbHostPk td{
	border-bottom: 1px #DDD solid;
	padding: 5px;
}

blockquote{
	margin: 0 30px 0 30px;
	padding: 0px 0 0px 10px;
	border-left: 4px #DDD solid;
	border-right: 4px #DDD solid;
}

	#contenedor blockquote li{
		margin: 0;
		padding: 0;
		background-image: none;
	}

#ad{
	margin: 0 30px 0 30px;
	padding: 0px 0 0px 10px;
	border-left: 4px #000 solid;
	border-right: 4px #000 solid;
	color: #000;
}
	
	#contenedor #ad h3{
	color: #000;
	margin: 0 0 5px 0;
	}
	
	#contenedor #ad small{
	color: #888;
	font-style: italic;
	}
	
	#contenedor #ad li{
	margin: 0;
	}
