/* CSS Document */

body {
background-color:#FFFFFF;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

#wrap {
margin: 0 auto;
width: 750px;
padding-left:10px;
padding-right:10px;
}

#main{	
background: url(../images/main.jpg) repeat-y;
width:750px;
}

#izq {
		background:#fff;
		margin-left:5px;
		padding-left:15px;
		float:left;
		width:520px;
	}
#der {
		margin-right:5px;
		padding-right:15px;
		background:#fff;
		float:right;
		width:172px;
}
	#clear {
		
		clear:both;
		width:750px;
	}
#txtceledon{
		padding-left:10px;
		padding-right:20px;
		line-height:2em;
		text-align:justify;
		color:#000000
		}

#header{
background: url(../images/header.jpg) no-repeat;
width: 750px;
height: 85px;
}

#footer{
background: url(../images/footer.jpg) no-repeat;
width: 750px;
height: 24px;
}



 	a.dev {
		/*display:compact;*/
		
		/*background:url("tsr-a.gif") 410px 50% no-repeat;*/
		
		text-decoration:underline;
		color:#666666;
	}
	 a.dev:hover {
		text-decoration:underline;
		color:#333333;
	}
	 a.dev:active {
		text-decoration:underline;
		color:#000000;
	}


#liltxt{
text-align:left;
	font-size:9px;
	font-style:italic;
	line-height:1.5em;
	}
	
#h1{
	font-size:14px;
	font-weight:500;
	text-align:left;

	color:#666666;
	}
	
	strong{
	color:#333333;
	}
	
.teaser {
		width:145px;
		padding:0 0 12px 0;
		margin:10px auto;
		background:url("../images/tsr.jpg") bottom left no-repeat;
	}
	.teaser h3 {
		margin:0;
		padding:7px 7px 3px 7px;
		background:url("../images/tsr.jpg") top left no-repeat;
		text-align:left;
	}
	.teaser p, .teaser a.more {
		margin:0;
		padding:0 13px 3px ;
		
		
		background:#fff;
	}
	.teaser a.more {
		display:compact;
		text-align:left;
		/*background:url("tsr-a.gif") 410px 50% no-repeat;*/
		padding:0 10px 0 0;
		text-decoration:none;
		color:#666666;
	}
	.teaser a.more:hover {
		text-decoration:underline;
		color:#333333;
	}
	.teaser a.more:active {
		text-decoration:underline;
		color:#000000;
	}
	#current {
		text-decoration:underline;
		color:#000000;
	}
	
