
/*................................ Border Redondeados*/
.redondeado_amarillo, .redondeado_rojo
{
    -webkit-border-radius: 6px;    /* para Safari */
    -moz-border-radius: 6px;       /* para Firefox */
}
.redondeado_rojo
{
	background-color: #F7D8DB;   
    border: 1px solid #D88FA5;
}
.redondeado_amarillo
{
    border: 1px solid #FAB310;
}
.redondeado_amarillo, .redondeado_rojo {position: relative;}

/*................................ Border Redondeados VERSION IE*/
.redondeado_amarillo > .corner1, .redondeado_amarillo > .corner2, .redondeado_amarillo > .corner4, .redondeado_amarillo > .corner3 
{width: 5px; height: 5px; position: absolute;}
.redondeado_amarillo > .corner1 {background: url(/logitravel/images/vuelo-hotel/borde_amarillo.gif) top left no-repeat; top: -1px; left: -1px;}
.redondeado_amarillo > .corner2 {background: url(/logitravel/images/vuelo-hotel/borde_amarillo.gif) top right no-repeat; top: -1px; right: -1px;}
.redondeado_amarillo > .corner3 {background: url(/logitravel/images/vuelo-hotel/borde_amarillo.gif) bottom right no-repeat; bottom: -1px; right: -1px;}
.redondeado_amarillo > .corner4 {background: url(/logitravel/images/vuelo-hotel/borde_amarillo.gif) bottom left no-repeat; bottom: -1px; left: -1px;}

.redondeado_rojo > .corner1, .redondeado_rojo > .corner2, .redondeado_rojo > .corner4, .redondeado_rojo > .corner3
{width: 5px; height: 5px; position: absolute;}
.redondeado_rojo > .corner1 {background: url(/logitravel/images/vuelo-hotel/borde_rojo.gif) top left no-repeat; top: -1px; left: -1px;}
.redondeado_rojo > .corner2 {background: url(/logitravel/images/vuelo-hotel/borde_rojo.gif) top right no-repeat; top: -1px; right: -1px;} 
.redondeado_rojo > .corner3 {background: url(/logitravel/images/vuelo-hotel/borde_rojo.gif) bottom right no-repeat; bottom: -1px; right: -1px;}
.redondeado_rojo > .corner4 {background: url(/logitravel/images/vuelo-hotel/borde_rojo.gif) bottom left no-repeat; bottom: -1px; left: -1px;}



	