@charset "UTF-8";

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
}

html,body {
	background:#333333 url(bodyBack.gif) repeat-x left top;
	height:100%;
}

h1 {
	position:absolute;
	top:20px;
	left:20px;
	width:216px;
	height:33px;
	text-indent:-9999px;
	background:url(ClicMultimedia.gif) no-repeat left top;
}

h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54535E;
}

h2 a:hover {
	text-decoration:none;
	color:#2C2B30;
}

h3 {
	width:165px;
	overflow:hidden;
	height:35px;
	color:#FFFFFF;
	font-weight:normal;
}

p {
	margin:19px 0 8px 0;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------*/
/*GENERAL*/

#clic {
	position:absolute;
	top:32%;
	z-index:1;
}

#clicmultimedia {
	position:relative;
	float:right;
	min-height:100%;
	height:100%;
	width:430px;
	z-index:2;
}

#infoGeneral {
	padding:15px 0 0 15px;
	background:#898793 url(borderInfo.gif) repeat-y left top;
	height:190px;
}

#direccion {
	/*position:absolute;
	width:430px;
	bottom:10px;*/
	margin-top:12px;
	margin-bottom:8px;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
}

#requerimientos {
	margin:10px 0 10px 0;
	background:#9e9e9e url(borderRequerimientos.gif) repeat-y left top;
	text-align:center;
	color:#FFFFFF;
	line-height:25px;
	border-top:1px solid #B1AEBF;
	border-bottom:1px solid #B1AEBF;
}

/*--------------------------------------------------------*/
/*PROYECTOS Y NOVEDADES*/

#proyectos, #novedades {
	border-top:1px solid #B1AEBF;
}

#proyectos {
	padding:10px 12px 15px 15px;
	background:#7c7a85 url(borderProyectos.gif) repeat-y left top;
	height:130px;
}

#proyectos img {
	margin-bottom:2px;
}

#novedades {
	padding:10px 12px 20px 15px;
	background:#6b6973 url(borderNovedades.gif) repeat-y left top;
	height:100px;
}

#novedades img {
	float:left;
	margin:4px 10px 0 0;
}

.ingresar {
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	background:url(button.gif) no-repeat center top;
}

.ingresar a {
	text-align:center;
	width:125px;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	text-decoration:none;
}

.ingresar a:hover {
	color:#EBD1C1;
	text-decoration:none;
}

/*--------------------------------------------------------*/
/*ESTILOS DEFAULT*/

.paneles {
	clear:none;
	width:430px;
	min-height:100%;
	height:100%;
	background:#6b6973 url(borderNovedades.gif) repeat-y left top;
}

.wrapper{
	height:33px;
}

.TabbedPanelsTabGroup {
	position:absolute;
	top:25px;
	right:15px;
}

.TabbedPanelsTab {
	position: relative;
	float: right;
	padding:5px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
}

.TabbedPanelsTabHover {
	color:#CCCCCC;
}

.TabbedPanelsTabSelected {
	color:#FFCC00;
}

/*---------------------------------------*/
/*ESTILOS TEXTOS*/

.subTitulos {
	display:block;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFCC00;
	margin:0 0 10px 0;
	padding:0;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

