@charset "UTF-8";
/* 				 			*/
/*							*/
/*		maitrol.es			*/	
/*							*/
/*							*/

body {
	font: 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f1f0f0 url(../images/TC-fondo.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #a0a0a0;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #a0a0a0;
	text-decoration: none;
}
a:hover {
	color: #c9b400;
	text-decoration: underline;
}
#contenedor {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#main {
	width: 1000px;
	margin: 0px;
	background: url(../images/TC-fondoHome.png) repeat-y 0px 0px;
}
#TChome {
	padding: 0px;
	background: url(../images/refrencia.jpg) no-repeat 20px 0px;
}
#home {
	padding: 0 0 40px 0;
	margin: 0px 20px;
	width: 960px;
	position: relative;
}
#cabecera {
	float: left;
	height: 50px;
	width: 200px;
	font-size: 17px;
	line-height: 23px;
	position: absolute;
	left: 33px;
	top: 25px;
}
#cabecera h1 {
	display: none;
}


/* -------- REDES SOCIALES -------- */

#enlaces {
	height: 200px;
	width: 170px;
	position: absolute;
	top: 33px;
	right: 20px;
}
#enlaces a.facebook {
	margin-bottom: 14px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;		
	background: url(../images/TC-facebookOFF.png) no-repeat 0px 0px;
	float: right;
}
#enlaces a:hover.facebook {
	height: 48px;
	width: 170px;	
	background: url(../images/TC-facebookON.png) no-repeat 0px 0px;
}
#enlaces a.twitter {
	margin-bottom: 14px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;		
	background: url(../images/TC-twitterOFF.png) no-repeat 0px 0px;
	float: right;
}
#enlaces a:hover.twitter {
	height: 48px;
	width: 170px;	
	background: url(../images/TC-twitterON.png) no-repeat 0px 0px;
}
#enlaces a.contacto {
	margin-bottom: 14px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;		
	background: url(../images/TC-contactoOFF.png) no-repeat 0px 0px;
	float: right;
}
#enlaces a:hover.contacto {
	height: 48px;
	width: 170px;	
	background: url(../images/TC-contactoON.png) no-repeat 0px 0px;
}




/* -------- NOTICIAS -------- */

#cabecera img, #cabecera img a {
	border-style: none;
}
#TCnoticias {
}
#TCnoticias h2 a {
	height: 149px;
	width: 100px;
	background: url(../images/TC-noticias.png) no-repeat 0px 0px;
	display: block;
	position: absolute;
	z-index: 10;
	left: 630px;
	top: -50px;
	text-indent: -9999px;
}
#TCnoticias h2 a:hover {
	left: 630px;
	top: 0px;
}
#TCnoticias-full {
	display: block;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	background: #FFF url(../images/noticias/noticias-fondo.jpg) no-repeat 0px 0px;
}
#TCnoticias-full h1 {
	height: 42px;
	width: 293px;
	text-align: center;
	background: url(../images/noticias/TIT-noticias.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0px auto 200px;
}
.noticias-cabecera {
}
#panel-noticias {
	display: block;
	width: 656px;
	margin-right: 62px;
	margin-left: 62px;
	letter-spacing: -0.01em;
	font: 16px/21px "Lucida Grande", Helvetica, Arial, sans-serif;
}
.noticia-simple {
	display: block;
	width: 630px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	height: auto;
}
div.noticia-simple:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.noticia-texto {
	display: block;
	float: left;
	width: 410px;
}
.noticia-texto p {
	margin-bottom: 0px;
}
.noticia-fecha {
	font-size: 15px;
	line-height: 27px;
	font-weight: 700;
	color: #797979;
}
.noticia-texto h2 {
	font-size: 25px;
	line-height: 27px;
	font-weight: 100;
	color: #000;
	margin-bottom: 20px;
}
.noticia-enlace {
	background: url(../images/noticias/flecha.png) no-repeat 0px 4px;
	padding-left: 25px;
	margin-top: 10px;
	font-weight: 700;
}
.noticia-enlace a {
	color: #ad9f1e;
	text-decoration: none;
}
.noticia-enlace a:hover {
	color: #000;
	text-decoration: none;
}
.noticia-imagen {
	display: block;
	float: right;
	width: 182px;
	background: #0FF;
}
.noticia-imagen a img {
	border: none;
}


/* -------- FOOT -------- */

#footer { width: 1000px; height: 35px; background: url(../images/TC-fondoFoot.png) no-repeat 0px 0px; margin-bottom: 50px;}
.clearfix {clear: both; float: none;}
#footer p {	font-size: 11px; line-height: 50px; letter-spacing: 0.1em; text-transform: uppercase; text-align: center;}
#footer a:hover {color:#000; text-decoration: none;}


