@charset "utf-8";
/* CSS Document */´
@font-face {
	font-family: 'Bastardus';
	src: local('Bastardus'), url('BastardusSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {background-color: #F4F4F4; font-family: Bastardus, Verdana, Arial, Tahoma;; font-size: 11px; color: #454547; margin: 0px; padding: 0px; }
form{ margin: 0px; padding: 0px;}
#wrapper {
	width:901px;
	position:relative;
	margin:0px auto;
}

.Secciones{ width:100%;}
.Secciones td{ width:50%; text-align:left; padding-left:30px; text-align:justify; vertical-align:text-top;}
.Secciones td.Enc{font-size: 11px;color: #000000;font-weight: bold;padding-top: 15px; background-color:#CCCCCC; font-weight: bold;}

.Secciones1{ width:100%;}
.Secciones1 td{ text-align:left; padding-left:30px; text-align:justify; vertical-align:text-top;}
.Secciones1 td.Enc{font-size: 11px;color: #000000;font-weight: bold;padding-top: 15px; background-color:#CCCCCC; font-weight: bold;}

blockquote {
	max-width: 620px;
	background: url(rs-right.png) right repeat-y }
blockquote::before {
	display: block;
	line-height: 0;
	background: url(rs-topright.png) top right no-repeat;
	content: url(rs-topleft.png) }
blockquote::after {
	display: block;
	line-height: 0;
	background: url(rs-bottomright.png) bottom right no-repeat;
	content: url(rs-bottomleft.png) }




/* Este es el contenedor al que le pondremos bordes redondos */
div.round{
   width:300px;
   height:auto;
   background:#ECF5FF;
}
/* En este contenedor va todo lo que queremos mostrar. No le damos margen vertical puesto ese lo generarán los span del borde */
div.contenido{ 
   margin:0 10px;
}
/* Generamos los estilos de las span, los cuales contendrán las imágenes GIF */
span.top, span.bottom{
   width:100%;
   height:60px; /* 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*/
span.top {
   background:url(LC.gif) top left no-repeat; 
}
span.bottom{
   background:url(LC.gif) bottom left no-repeat;
}
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  */
}
span.top span{
   background:url(RC.gif) top right no-repeat;
}
span.bottom span{
   background:url(RC.gif) bottom right no-repeat;
}

.etiqueta {
overflow: auto;
}

.olnone{list-style:none; padding-bottom:3px;}
.olItems{cursor:pointer;background-repeat: no-repeat;background-position:8px 10px;}
.olItems_roman{list-style-type:upper-roman; cursor:text;}
.itLey li{padding-bottom:10px;font:11px;text-align:justify;}
.Liga{cursor:pointer; padding-bottom:3px; background-color:#FFFFFF; list-style-image:url(../img/Cuad5.png);}
.NO_Liga{cursor:text; padding-bottom:3px; background-color:#FFFFFF; list-style-image:url(../img/Cuad5.png);}
.Mem li{ padding:6px; cursor:pointer; }
.ol_circle{list-style-type:circle; list-style-image:none;}
.ol_cuadro{list-style-image:url(../img/Cuad5.png);}

<!--
.Estilo9 {font-size: 8px}
.Estilo12 {
	color: #000000; font-weight: bold;
}
.Estilo16 {
	color: #A8B50A;	font-size: 12px; font-weight:bold;
}
.Estilo17 {
	color: #000000; font-size: 14px; font-weight:bold;
}
.Estilo18 {font-size: 9px}
-->

