@charset "utf-8";
/* CSS Document */

.tabla_dobles td.espacio{
	padding-right: 20px;
}
.tabla_contenidos{

}
.tabla_contenidos th{
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	background-image: url(../img/d_tabla.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bdd8df;
	height: 30px;
}
.tabla_contenidos th.iz{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	
	
}

.tabla_contenidos td.iz{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bed8df;	
}
.tabla_contenidos td.sub{
	text-align: center;
	padding-top: 2px;
	background-image: url(../img/degrada_2.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.tabla_contenidos td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bed8df;
	padding-right: 3px;
	padding-left: 3px;	
}

