@charset "utf-8";
/* CSS Document */

.sinbordes{
	background-color:#060;
	color:#FFF;
	padding:10px;
	}


/* Este es el contenedor al que le pondremos bordes redondos */
.round{
	width:100%;
	height:auto;
	background:#99CC99;
	margin-bottom: 15px;
}
/* En este contenedor va todo lo que queremos mostrar. No le damos margen vertical puesto ese lo generarán los span del borde */
.round div.contenido{
	margin:5px 10px;
	overflow: hidden;
}

/* Generamos los estilos de las span, los cuales contendrán las imágenes GIF */
.round span.top, span.bottom{
   width:100%;
   height:6px; /* El alto debe ser la mitad de alto de la imagen GIF */
   display:block;
}
/* A continuación viene el verdadero truco, la posición de las imágenes de fondo es importante*/
.round span.top {
   background:url(../imagenes_web/LC.gif) top left no-repeat; 
}
.round span.bottom{
   background:url(../imagenes_web/LC.gif) bottom left no-repeat;
}
.round span.top span, span.bottom span{
	width:6px; /* De acuerdo al tamaño de la imagen GIF */
	height:6px;/*De acuerdo al tamaño de la imagen GIF */
   	float:right;
	font-size:6px; /* Esto es para IE6, que no respeta el height del span si el tamaño de letra es mayor a este  */
}
.round span.top span{
	background:url(../imagenes_web/RC.gif) top right no-repeat;
}
.round span.bottom span{
   background:url(../imagenes_web/RC.gif) bottom right no-repeat;
}

.foto_redondeada{
	width:160px;
	margin-bottom: 15px;
}
/* En este contenedor va todo lo que queremos mostrar. No le damos margen vertical puesto ese lo generarán los span del borde */
.foto_redondeada div.contenido{
	display:block;
	overflow:hidden;
}
/* Generamos los estilos de las span, los cuales contendrán las imágenes GIF */
.foto_redondeada div.top, .foto_redondeada div.bottom{
   width:100%;
   height:6px; /* El alto debe ser la mitad de alto de la imagen GIF */
   display:block;
}
/* A continuación viene el verdadero truco, la posición de las imágenes de fondo es importante*/
.foto_redondeada div.top {
   background:url(../imagenes_web/LC.gif) top left no-repeat; 
}
.foto_redondeada div.bottom{
   background:url(../imagenes_web/LC.gif) bottom left no-repeat;
}
.foto_redondeada div.top div, .foto_redondeada div.bottom div{
	width:6px; /* De acuerdo al tamaño de la imagen GIF */
	height:6px;/*De acuerdo al tamaño de la imagen GIF */
    float:right;
	font-size:6px; /* Esto es para IE6, que no respeta el height del span si el tamaño de letra es mayor a este  */
	float: right;
}
.foto_redondeada div.top div{
	background:url(../imagenes_web/RC.gif) top right no-repeat;
}
.foto_redondeada div.bottom div{
   background:url(../imagenes_web/RC.gif) bottom right no-repeat;
}

.sidebox{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.sidebox div.barra_top{
	overflow:visible;
	background-color: #093;
	height: auto;
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	}
.sidebox div.barra_central{
	width: 100%;
	display: block;
	text-align: left;
	}

.sidebox div.barra_bottom{
	overflow:hidden;
	background-color: #093;
	width: 100%;
	display: block;
	}


.sidebox div.top, div.bottom{
	width:100%;
	height:6px;
}

.sidebox div.top{
	background:url(../imagenes_web/LU.gif) top left no-repeat;
	height: auto;
}
.sidebox div.bottom{
   background:url(../imagenes_web/LD.gif) bottom left no-repeat;
}
.sidebox div.top div{
	background:url(../imagenes_web/RU.gif) top right no-repeat;
}
.sidebox div.bottom div{
   background:url(../imagenes_web/RD.gif) bottom right no-repeat;
}

.sidebox div.top div,.sidebox div.bottom div{
	width:6px; /* De acuerdo al tamaño de la imagen GIF */
	height:6px;/*De acuerdo al tamaño de la imagen GIF */
   	float:right;
	font-size:6px; /* Esto es para IE6, que no respeta el height del span si el tamaño de letra es mayor a este  */}
	
.sidebox div.barra_central div{
	background-color: #FFFFFF;
	border-left: 3px solid #093;
	border-right: 3px solid #093;
	width: auto;
	display: block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#060;
}	
	

.sidebox span.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 2em;
}


.sidebox br.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sidebox_245{
	width:245px;
	overflow:visible;
	margin-bottom: 15px;
	}
.sidebox_245 div.barra_top{
	width:100%;
	height:49px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;

	}
.sidebox_245  div.barra_top span{
	width:100%;
	line-height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-transform:capitalize;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	float:right;
}
.sidebox_245  div.barra_center{
	width:100%;
	height:auto;
	background-image:url(../imagenes_web/sidebars/v1/sidebar_245_center.gif);
	background-repeat:repeat-y;
	display:block;
	text-align:center;
	}
.sidebox_245  div.barra_bottom{
	width:100%;
	height:13px;
	background-image:url(../imagenes_web/sidebars/v1/sidebar_245_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	}
	
.sidebox_160{
	width:160px;
	overflow:visible;
	margin-bottom: 15px;
	}
.sidebox_160 div.barra_top{
	width:100%;
	height:49px;
	background-repeat:no-repeat;
	background-position:top;
	display:block;

	}
.sidebox_160  div.barra_top span{
	width:100%;
	line-height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-transform:capitalize;
	vertical-align:middle;
	float:right;
}
.sidebox_160  div.barra_center{
	width:100%;
	height:auto;
	background-image:url(../imagenes_web/sidebars/v1/sidebar_160_center.gif);
	background-repeat:repeat-y;
	display:block;
	text-align:center;
	overflow:visible;
	}
.sidebox_160  div.barra_bottom{
	width:100%;
	height:13px;
	background-image:url(../imagenes_web/sidebars/v1/sidebar_160_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	}
	
.borde_verde{
	border:2px solid #093;
	padding:15px;
	background-color:#FFF;
}
.fondo_verde{
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background-color:#093;
}