/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #abbfe9;
	color:#000000;
	padding:0px;
	margin:0px;
	background-image: url(../images/tvd-fondo-body.jpg);
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin-top: 5px;
	background-repeat : repeat-x;
	

}

a {	color: #FFF;}
a:visited {color: #4266B0;}
a:hover {	color:#fff;}
a:active { color: #4266B0}

p, pre{
color:#000000;
padding: 5px 10px;
margin:0px;
}

h1 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h2 {
font-size:16px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

.floatleft{
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}

.floatright{
	float:right;
	margin-left:7px;
	margin-bottom:7px;
}

.clearboth{
clear:both;
}

/* ----------container to center the layout-------------- */

#top{
	width:766px;
	height:297px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background : url(../images/barra1.jpg) no-repeat;
	
}

/* -----------------contenedfor-------------------- */
#container{
	margin-left: auto;
	margin-right: auto;
	width: 726px;
	background : url(../images/barra2.jpg) repeat-y;
	overflow: hidden;

}
#container2 {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	width: 100%;
}

/* -----------------contenedfor-------------------- */
#centro {
	width: 500px;
	margin-left : 190px;
	/*background-color: Aqua;*/
}


/* --------------left navi------------- */
#left {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#news{
	clear:both;
	width:190px;
	height:150px;
	margin-top:20px;
	margin-bottom:20px;
}

.news-titulo{
	width:100%;;
	height:26px;
	background : url(../images/menuitem2.jpg) no-repeat 0 -26px;
}

.news-titulo h1{
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color : #af2119;
	font-weight : bold;
	margin-left:34px;
}
.news-item  {
	width:176px;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-weight : bold;
	margin-left:0px;
	margin-top:5px;
	padding-right:0px;
    background : url(../images/news-item.jpg) no-repeat ;
	background-position : bottom;

	overflow: auto;

}
.news-item p {
margin-left:25px;
}

.news-item  img{
float:right;
margin-bottom:8px;

}


/* -----------footer--------------------------- */
#footer {
clear:both;
width:726px;
height:10px;
margin-left: auto;
margin-right: auto;
background : url(../images/barra3.jpg) no-repeat;


}


#footer a {	color: #7495dc;}
#footer a:visited {color: #7495dc;}
#footer a:hover {	color:#4266B0;}
#footer a:active { color: #7495dc;}



