/*  --------------------------------------------------------------------------------
Theme Name: Plantilla Textil CCV
Description: Estilos de la página principal
Version: 1
Author: IdeiT S.L., <a href="http://www.ideit.es">IdeiT</a>
Author URI: http://www.ideit.es
Media: screen
*/


/* ---------------------------------- */
/*  IMPORTS    */
/* ----------------------------------- */
@import url("main.css");



/* ---------------------------------- */
/* 	WELCOME MESSAGE */
/* ----------------------------------- */
div#welcome
{
	margin: 0px auto;
	width: 890px;
	clear: both;
	margin-top: 0px;
}
div#welcome h1
{
	text-align: left;
	font-size: 2.2em;
	font-family: "Trebuchet MS";
	margin: 40px 0px 10px 10px;
	color: #333;
	float: left;
	width: 400px;
}
div#welcome p
{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	float: left;
	margin-left: 10px;
}


div#welcome img.contentImage_left
{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}





/* ---------------------------------- */
/* 	NEWS  */
/* ----------------------------------- */
div#news_preview
{
	clear: both;
	background: url(home/bg_content_news.png) no-repeat left bottom;
	margin-top: 0px;
}

div#news_preview h2
{
	background: url(home/bg_news.png) no-repeat left top;
	font: bold 1.1em/32px "Trebuchet ms";
	color: #fff;
	padding-lefT: 20px;
}
div#news_preview h2 a:link, div#news_preview h2 a:visited
{
	float: right;
	margin-top: -30px;
	margin-right: 40px;
	background: url(news/see_all.png) no-repeat right center;
	padding-right: 25px;
	color: #fff;
	text-decoration: none;
}
div#news_preview h2 a:hover, div#news_preview h2 a:active
{
	text-decoration: underline;
}
div#news_preview h2 a span
{
}

div#news_preview ul
{
	margin: 10px 20px 10px 10px;
}
div#news_preview ul li
{
	float: left;
	width: 195px;
	margin-right: 9px;
	padding-left: 7px;
	border-left: 1px solid #ccc;
}

div#news_preview li:first-child 
{
  border-left: none;
}

div#news_preview ul li.first
{
	
}

div#news_preview div.one_new_preview
{
}

div#news_preview ul h3
{
	font: bold 1.1em/130% "Trebuchet ms";
}
div#news_preview ul h3 a:link, div#news_preview ul h3 a:visited
{
	text-decoration: none;
}
div#news_preview ul h3 a:hover, div#news_preview ul h3 a:active
{
	text-decoration: underline;
}

div#news_preview ul p
{
	display: block;
	margin: 4px 0px 10px 0px;
	font: normal 1em "Trebuchet ms";
}
div#news_preview ul p span
{
	border-right: 1px solid #aaa;
	margin-right: 3px;
	padding-right: 5px;
}
div#news_preview ul h4
{
	display: block;
	clear: both;
	font: normal 0.9em "Trebuchet ms";
	margin-bottom: 10px;
}
div#news_preview ul h4 a:link, div#news_preview ul h4 a:visited
{
	text-decoration: none;
}
div#news_preview ul h4 a:hover, div#news_preview ul h4 a:active
{
	text-decoration: underline;
}


