/*Redondeadas grises*/
.roundcont_gris {
	width: 100%;
	background-color: #c0c0c0;
	color: #172351;
	margin: 0px;
}

.roundcont_blanco .roundcont_gris p, .roundcont_blanco .roundcont_gris h1 {
	margin: 0 15px;
	font: 1.1em "Copperplate Gothic Bold", "Copperplate Gothic Light", Verdana, Arial;
}

.roundcont_gris a:link, .roundcont_gris a:active, .roundcont_gris a:visited, .roundcont_gris a:hover {
	color : #ffffff !important;
	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: 10px;
	height: 10px;
	border: none;
	display: block !important;
}

/*Redondeadas azules*/
.roundcont_azul {
	width: 100%;
	background-color: #2e3366;
	color: #FFFFFF;
	margin: 0px;
}

.roundcont_azul p, .roundcont_azul h1 {
	margin: 0 10px;
	font-size: .9em;
}

.roundcont_blanco .roundcont_azul a:link, .roundcont_blanco .roundcont_azul a:active, .roundcont_blanco .roundcont_azul a:visited, .roundcont_blanco .roundcont_azul a:hover {
	color : #FFFFFF;
	text-decoration : none;
} 

.roundtop_azul {
	background: url(fotos/r_azul_02.gif) no-repeat top right; 
}

.roundbottom_azul {
	background: url(fotos/r_azul_04.gif) no-repeat top right; 
}

/*Redondeadas blanco*/
.roundcont_blanco {
	width: 100%;
	background-color: #FFFFFF;
	color: #172351;
	margin: 0px;

}

.roundcont_blanco p, .roundcont_blanco h1 {
	margin: 0 10px;
	font-size: .9em;
}

.roundcont_blanco a:link, .roundcont_blanco a:active, .roundcont_blanco a:visited, .roundcont_blanco a:hover {
	color : #172351;
	text-decoration : none;
} 

.roundcont_blanco a, visited, hover {
	color: #172351;
	text-decoration: underline;
}

.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 celeste*/
.roundcont_celeste {
	width: 100%;
	background-color: #e1e3ee;
	color: #172351;
	margin: 0px;

}

.roundcont_celeste p, .roundcont_celeste h1 {
	margin: 0 10px;
	font-size: .9em;
}

.roundcont_celeste a:link, .roundcont_celeste a:active, .roundcont_celeste a:visited, .roundcont_celeste a:hover {
	color : #172983;
	text-decoration : none;
} 

.roundtop_celeste {
	background: url(fotos/r_celeste_02.gif) no-repeat top right; 
}

.roundbottom_celeste {
	background: url(fotos/r_celeste_04.gif) no-repeat top right; 
}