/* *** 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: #C1CEDF;
	color:#2F3E55;
	padding:0px;
	margin:0px;
	background-image: url(../images/tvd-fondo-body.jpg);
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin-top: 5px;
	background-repeat : repeat-x;
}

.justficado{
	text-align : justify;
}

.importante{
color:#FF0000;
font-weight:bold;
}

.floatleft{
Float:left;
margin-right:5px
}

.floatright{
Float:right;
margin-left:10px
}

.clearboth{
clear:both;
}

a {	color: #2F3E55;}
a:visited {color: #2F3E55;}
a:hover {color:  #ff6600;}
a:active {
	color: #2F3E55;
	text-decoration: none;
}

p, pre{
padding:  5px 10px 0 0;
margin:0px;
line-height: 130%;
}

h1 {
color :#ff6600;
font-size: 11px;
font-weight:bold;
padding:0px;
margin:0px;

}

h2 {
color :#ff9900;
font-weight:bold;
font-size: 10px;
padding:0px;
margin:0px;
}



.articulo{
	width:444px;
	background-image : url(../images/tvd-fondo-tituloarticulo.jpg);
	height:24px;
	padding-left:25px;
	padding-top:2px;
	background-repeat : no-repeat;
	float:left;
}


/* ----------BARRA SUPERIOR (LOGO)------------- */

#top{
	width:750px;
	height:100px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(../images/tvd-fondo-top-AR.jpg) ;
	background-repeat : no-repeat;
}



/* ----------FLASH ------------ */

#top2{
	width:750px;
	height:230px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
 background-image: url(../images/tvd-fondo-flash.jpg);
	
	background-color : #FFFFFF;
}

/* ----------CENTRO  wrapper------------ */

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow:auto;
}


#content {
	margin-left : 235px;
	width:500px;
	margin-top: 0px;

}

#content .top{
	background-image : url(../images/tvd-fondo-content-top.jpg) ;
	height:20px;
	background-repeat : no-repeat;
	
}
#content .centro{
	background-image : url(../images/tvd-fondo-content-centro.jpg) ;
	background-repeat : repeat-y;
	padding-left:20px;
	padding-right:15px;
	overflow:hidden;



}

#content .bot{
	background-image : url(../images/tvd-fondo-content-bot.jpg) ;
	height:20px;
	background-repeat : no-repeat;

}

.bloque{
width:100%;
height:220px;
margin-top:20px;
overflow:visible;

}


/* --------------LEFT------------ */
#left {
	float: left;
	width: 190px;
	margin: 0px 0px  0px 10px;
	padding: 0px;
		overflow:visible;
}


/* --------------PORTFOLIO------------ */

.portfolio {
	width: 203px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.portfolio .top{
	width:203px;
	height:60px;
	margin-top:10px;
	background-image : url(../images/tvd-novedades-top.jpg);
	background-repeat : no-repeat;
}

.portfolio .top-titulo{
position:absolute;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:25px;
margin-left:30px;
	height: 12px;
}

.portfolio .center{
width:203px;
background-image : url(../images/tvd-novedades-center.jpg);

}

.portfolio .bot{
	width:203px;
	height:60px;
	background-image : url(../images/tvd-novedades-bot.jpg);
	background-repeat : no-repeat;
}

.portfolio .item{
	color:#2F3E55;
	width:190px;
	background-image : url(../images/tvd-novedades-item.jpg);
	background-repeat : no-repeat;
}
.portfolio .center .item p {
	margin-left:30px;
	font-size : 0.9em;
	text-decoration: none;
	font-weight:bold;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left:13px;
}

.portfolio .center .item a {
	text-decoration: underline;
	font-weight:normal;
}

.portfolio .center .item a:hover {
color:#ff6600;
	text-decoration: underline;
	font-weight:normal;
}

.portfolio .item2{
	color:#2F3E55;
	width:180px;
	height:70px;
	padding-left:13px;

}

.portfolio .item2 image{
margin-top: 30px;
}

.portfolio .item2 p {
	font-size : 0.9em;
	text-decoration: none;
	font-weight:bold;

}

.portfolio  .item2  a {
	text-decoration: underline;
	font-weight:normal;
}
.portfolio  .item2 a:hover {
color:#ff6600;
text-decoration: underline;
font-weight:normal;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding-top:17px;
	text-align: center;
	height:30px;
	background : url(../images/tvd-fondo-bot.gif) no-repeat;
	width: 750px;
	margin: 0 auto;
}

#footer a {	color: #2F3E55;}
