﻿

.EfectoSuperior 
{
	background-image: url(RoundPanelInternal/MainMenu/MiddleTop.gif);
	background-repeat: repeat-x;
	background-position-y: top;
	height: 5px
}

.MarcoImagenes {
	border: 1px solid #3563AF;
	
}

.EfectoIzquierdo {
background-image: url(RoundPanelInternal/MainMenu/Left.gif);
	background-repeat: repeat-y;
	background-position-x: right;
	width: 5px
}
.EfectoInferior {
	background-image: url(RoundPanelInternal/MainMenu/MiddleBottom.gif);
	background-repeat: repeat-x;
	background-position-y: bottom;
	height: 5px
}
.EfectoDerecho 
{
	background-image: url(RoundPanelInternal/MainMenu/Right.gif);
	background-repeat: repeat-y;
	background-position-x: right;
	width: 5px
}