body {
	background-image : url(img/fondo.gif);
	background-repeat : no-repeat;
	background-color : #BDD2E8;
	margin : 23px;
	border : none;
	}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #111111;
}
td, input, select, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #111111;
}
td.text{
	background-image : url(img/fondo_txt.jpg);
	background-repeat : no-repeat;
}

td.precio {
	font-family : Times New Roman, Times, serif;
	font-size : 15px;
}

td.tit, td.tit2 {
	font-family : Times New Roman, Times, serif;
	font-size : 26px;
	color: #FFF;
	font-style : italic;
	line-height : 20px;
}

td.tit2, td.tit3 {
	color: #111111;
}

td.tit3 {
	font-family : Times New Roman, Times, serif;
	font-size : 18px;
	font-style : italic;
	line-height : 18px;
}

td.foto {
	background-color: #ECF4FB;
	}
	
#borde {
	border : 1px solid #006699;
}

table.content{
		background-color : #CFE4F3;
}

a {
	text-decoration : underline;
	color:#52657A;
}

a:hover, a.titcat:hover{
	text-decoration: underline;
}

a.tit, a.cat, td.sub, td.precio, td.tit3 {
	font-weight : bold;
}

a.cat, td.sub, a.titcat {
	color:#FFF;
}

a.cat:hover, a.titcat:hover {
	color: #8FA6B4;
	text-decoration: none;
	background-color: transparent;
}

#margenes_txt {
	padding-left: 22px;
	padding-right: 22px;
	padding-top : 20px;
	padding-bottom : 10px;
}

#margenes_tit {
	padding-left: 15px;
	padding-right: 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}

#margenes_tit2 {
	padding-right: 5px;
	padding-top : 8px;
	padding-bottom : 8px;
}

#margenes_cat {
	padding-top : 6px;
	padding-bottom : 3px;
}
#margenes_sub {
	padding-left: 15px;
}
.error {
	color: #CC0000;
}