
.listado {
	margin: 14px 28px;
}
.listado ul li,
.listado ul li ul li{
	color: #4A5656;
	background: url(../images/bullet_list_n1.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	clear: both;
}
.listado ul li ul{
	
	margin-top: 5px;
}
.listado ul li ul a{	
	color: #4A5656;
}

.listado ul li ul li{
	background: url(../images/bullet_list_n2.gif) no-repeat 0 3px;
}

.listado ul li ul li a{	
	color: #4A5656;
}

img.img_grande{
	height: auto;
	width: 725px;
}
.centrada {
	margin-top: 10px;
}
.centrada img, img.imagenCentrada{
	margin: auto;
	float: none;
	width: auto;
	height: auto;
}

img.izquierda, img.imagenIzquierda{
	width: auto;
	height: auto;	
}
img.derecha, img.imagenDerecha{
	float: right;
	margin: 0px 5px 10px 10px;
	width: auto;
	height: auto;
}
/*
img.izquierda_peq{
	width: 180px;
	height: auto;	
}

img.izquierda_med{
	width: 400px;
	height: auto;
}

img.derecha_peq{
	float: right;
	margin: 0px 5px 10px 10px;
	width: 180px;
	height: auto;
}
img.derecha_med{
	float: right;
	margin: 0px 5px 10px 10px;
	width: 400px;
	height: auto;
}*/
#generico p{
	text-align: justify;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-image: none;
	color: #4A5656;
	padding:  0 0 0 0;
	margin: 10px 5px 9px 0;
	line-height: 1.2em;
}
#tabla table{
	width: 732px;
	margin: 10px 0;
}

#tabla table caption{
position: absolute;
top: -5000px;
}
#tabla table tr{
	margin: 0;
	padding: 0;
}
#tabla table tr th{
	border: 1px solid #00978F;	
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/ptr_table_header.gif) repeat-x 0 0;
	height: 38px;
	text-align: left;
	padding:0 0 0  10px;
	
}
#tabla table tr td {
	border: 1px solid #00978F;	
	color: #4A5656;
	font-family: Arial;
	font-size: 11px;
	padding: 5px 10px 0;
	vertical-align: top;
}


#tabla table tr td a{
color: #00978F;
display: inline-block;
float: left;
clear: both;
width: 100%;
margin-bottom: 3px;
}
#tabla table tr td a img{
height: 16px;
width: 16px;
border: 0;
float: right;
margin: -5px -5px 2px 2px 

}
#tabla table tr.impar td{
	background: #CEF0EE;
}
