/*Redondeadas grises*/
.roundcont_gris {
	width: 100%;
	background-color: #4d4d4d;
	color: #ffffff;
	margin: 0px;
}

.roundcont_gris p {
	margin: 0 10px;
	/*font-size: .9em;*/
}

/*.roundcont_gris h1 {
	background: url(fotos/h1_gris.png) no-repeat left;
}*/

.roundcont_gris a:link, .roundcont_gris a:active, .roundcont_gris a:visited, .roundcont_gris a:hover {
	color : #ffffff;
	/*text-decoration : none;*/
} 

.roundtop_gris {
	background: url(fotos/r_gris_02.gif) no-repeat top right; 
}

.roundbottom_gris {
	background: url(fotos/r_gris_04.gif) no-repeat top right; 
}

img.corner {
	width: 8px;
	height: 8px;
	border: none;
	display: block !important;
}

/*Redondeadas blancos*/
.roundcont_blanco {
	width: 100%;
	background-color: #ffffff;
	color: #4d4d4d;
	margin: 0px;
}

.roundcont_blanco p {
	margin: 10px 20px;
	/*font-size: .9em;*/
}

.roundcont_blanco h1 {
	background: url(fotos/h1_blanco.png) no-repeat left;
}

.roundcont_blanco a:link, .roundcont_blanco a:active, .roundcont_blanco a:visited, .roundcont_blanco a:hover {
	color : #4d4d4d;
	/*text-decoration : none;*/
} 

.roundtop_blanco {
	background: url(fotos/r_blanco_02.gif) no-repeat top right; 
}

.roundbottom_blanco {
	background: url(fotos/r_blanco_04.gif) no-repeat top right; 
}

/*Redondeadas naranja*/
.roundcont_naranja {
	width: 100%;
	background-color: #fff3e6;
	color: #4d4d4d;
	margin: 0px;

}

.roundcont_naranja p {
	margin: 0 10px;
	font-size: .9em;
}

.roundcont_naranja a:link, .roundcont_naranja a:active, .roundcont_naranja a:visited, .roundcont_naranja a:hover {
	color : #4d4d4d;
	text-decoration : none;
} 

.roundcont_naranja a, visited, hover {
	color: #172351;
	text-decoration: underline;
}

.roundtop_naranja {
	background: url(fotos/r_naranja_02.gif) no-repeat top right; 
}

.roundbottom_naranja {
	background: url(fotos/r_naranja_04.gif) no-repeat top right; 
}

/*Redondeadas verde*/
.roundcont_verde {
	width: 100%;
	background-color: #eff7c8;
	color: #4d4d4d;
	margin: 0px;

}

.roundcont_verde p {
	margin: 0 10px;
	font-size: .9em;
}

.roundcont_verde a:link, .roundcont_verde a:active, .roundcont_verde a:visited, .roundcont_verde a:hover {
	color : #4d4d4d;
	text-decoration : none;
} 

.roundtop_verde {
	background: url(fotos/r_verde_02.gif) no-repeat top right; 
}

.roundbottom_verde {
	background: url(fotos/r_verde_04.gif) no-repeat top right; 
}
