/*@CHARSET "UTF-8";*/
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 0px;
    background-color: white;
    background-image:url('/imagenes/cines/generales/pagina-fondo.gif');
    background-repeat: repeat-x;
}

#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: auto;
	z-index: 1;
	overflow-x:hidden;  /* esto lo pongo para IE5 que coloca barras scroll */
	margin-top: 0px;
        text-align: left;
}

#contenedor_derecha {
	width: 100%;
	float: right;
	margin-top: 0px;
	z-index: 2;
}

#cabecera {
    width: 100%;
    margin-bottom: 3px;
    margin-left:auto;
    margin-right:auto;

}

#contenido {
    padding-bottom: 10px;
}

#pie {
    height: 55px;
    padding: 15px;
    background-image:url('/imagenes/cines/generales/pagina-pie-fondo.gif');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

h2 {
    font-size: 2em;
}



#mensajero {
    width: 100%;
}

/* Mensajes */
.info, .ok, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/imagenes/sistema/info.png');
}

.ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/imagenes/sistema/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/imagenes/sistema/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/imagenes/sistema/error.png');
}

ul.errors li{
    padding: 0px;
    color: #f99;
    margin-left: -30px;
}


/* Tablas */
/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
/*
table {
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    color: #333;
    background: #F3F5F7;
}

table a {
    color: #3A4856;
    text-decoration: none;
    
}

table a:visited {
    color: #777;
}

table a:hover {
    color: #000;
}

table a img {
    border: none;
}

table caption {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 2em;
}

table thead th {
    background: #3A4856;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}

table tbody, table thead {
    border-left: 1px solid #EAECEE;
    border-right: 1px solid #EAECEE;
}

table tbody {
    border-bottom: 1px solid #EAECEE;
}

table tbody td, table tbody th {
    padding: 10px;
    text-align: left;
}

table tbody tr {
    background: #F3F5F7;
}

table tbody tr.odd {
    background: #F0F2F4; 
}

table tbody  tr:hover {
    background:#333; 
    color: #fff;
}

table tfoot td, table tfoot th, table tfoot tr {
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;
}
*/


.boton-guardar{
    float: right;
}

.titulo{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: black;
}
.subtitulo{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
}
.mensaje{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: green;
}



/* LINKS grande rojo */
.link5{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    margin: 0px;
}
.link5 a:link {
    color: red;
	/*text-decoration: none;*/
}
.link5 a:visited {
    color: red;
	/*text-decoration: none;*/
}
.link5 a:hover {
    color: #333;
    font-size: 14px;
	/*text-decoration: none;*/
}
.link5 a:active {
    color: red;
	/*text-decoration: none;*/
}
/* ------------------------------- */

.textos_chicos{
font-size:11px;
}


