body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-size: 12px;
 */
	font-size:80%;
	background-color: #FF9900;
        /* margin:0; padding:0; */
}

a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: none;
}

#sobre_contenedor {
	width:100%;
}
#contenedor {
	width:600px;
	z-index:1;
	background-color: #FFFFFF;
	border: 2px solid #FFF;
	margin-left:auto;
	margin-right:auto;
}
.cuerpo_nota {
	height: auto;
	padding: 1em;
	text-align:justify;
}
#footer {
   text-align: center;
	width: 600px;
	padding: 0.7em;
	color: #FFF;
}
.naranja {
	color: #FF9900;
}
#botonera {
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
	color: #FF9900;
	top: 5px;
}
#menu a {
	color: #FF9900;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#principal_izq {
	float: left;
	width: 25%;
	padding: 1em;
	padding-top: 0px;
	text-align: justify;
}
#principal_der {
	float: right;
	width: 65%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #Ff9900;
	padding: 1em;
	padding-left:1.5em;
	text-align: left;
}

#acerca_de{
	float: right;
	width: 60%;
	padding-left:1.5em;
	bottom: 1px;
	position: relative;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.links_index, .links_index a {
	color: #000000;
	text-decoration:none;
}
.links_index a:hover, #lista_numeros a:hover {
	color: #Ff9900;
	text-decoration:underline;
}

.titulo_naranja {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px;

}
#anio_numero, #contacto_str, #numeros_anteriores {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	line-height: 1.2em;
	/* xletter-spacing: 0.2em; */
	display: block;
}
#contador {
	text-align: center;
}
.titulo_naranja1 {
	color: #FF9900;
	font-weight: bold;
	display: block;
	text-align: center;
}
#barra1 {
	line-height: 1px;
}
#lista_acerca_de {
	list-style-type: none;
	list-style-position: outside;
}

/* * SN Newsletters */

.nota {
        margin-left: 2em;
}
.nota img {
        margin: 1em;
        float: left;
        margin-right: 2em;
}
.margin_1em {
        margin:1em;
        display: block;
}
.ver_mas {
        font-weight: bold;
        text-align: left;
        float: right;
        margin-right: 2em;
}

/* * Plantilla Notas/Extractos * */

#copete {
        background-color: #CCC;
        padding: 0.7em;
        text-align: justify;
        font-style: italic;
}

/* * APP: lista de numeros * */

#lista_numeros {
	margin-right: auto;
	width: 500px;
	margin-left: auto;
	line-height: 2em;
}
#lista_numeros a {
	text-decoration: none;
	color: #000;
}
.lowercased {
	text-transform: lowercase;
}

#lista_numeros #copete { 
	line-height: 1em;
}

/* * APP: edit/create numeros * */

.titulo_seccion {
        font-weight: bold;
        color: #FF9900;
        font-size: 16px;
        text-transform: capitalize;
}

/* * misc * */
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

.cuadrado_gris {
        background-color: #CCC;
        padding: 0.7em;
        text-align: justify;
        font-style: italic;
}

/* usuarios */

#lista_users { width:80%; margin: 0 auto; }

.spacer { background-color:#cfcfff; height:1em; width:80%; }

/* index */

#fotoheader_tooltip
{
	width:100px;
	padding:0.5em;
	color:black;
	text-align:center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
 	background-color: white;
   position:relative;
}

