/********************************************/
/*                                          */
/*   Hoja de estilos para Gierens           */
/*   Autor: Marco Barbosa Rovigo            */
/*   Email: mbrovigo@gmail.com              */
/*                                          */
/********************************************/

html {
	overflow-y: scroll;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
	background: #fff  url(img/fondo_principal.jpg) right top repeat-x fixed;
	margin: 20px 0;
	padding: 0;
	}

fieldset {
	border: none;
	padding: 0;
	}

#error_login {
	padding-left: 223px;
	font-weight: bold;
	color: red;
	}

.nombre_lista {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
	}

.fechas_c_m {
	font-size: 0.85em;
	}

.mayusculas {
	text-transform: uppercase;
	}

.cuidado {
	font-size: 0.8em;
	font-style: italic;
	}

.fiche_base, .annonce, .gestionnaire {
	background: #f5e7e7 url(img/fondo_mp.jpg) top right repeat-x;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #f5e7e7;
	}

.annonce {
	background: #e7c9c2 url(img/fondo_p.jpg) top right repeat-x;
	border: 1px solid #e7c9c2;
	}

.gestionnaire {
	background: #d8a396 url(img/fondo_m.jpg) top right repeat-x;
	border: 1px solid #d8a396;
	}

#principal #ficha img {
	padding: 5px;
	border: 1px dotted #cdc8cc;
	}

#principal #ficha h3 {
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px dashed #333;
	}

#principal #ficha p {
	padding-left: 15px;
	}

#principal a {
	text-decoration: none;
	color: #3e2217;
	border-bottom: 1px dotted #3e2217;
	}
#principal a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	}

#contenedor {
	background: #3e2217 url(img/fondo_principal.gif) repeat-y;
	position: relative;
	margin: 0 auto;
	width: 950px;
	border: 1px solid #cdc8cc;
	}

#logotipo {
	text-align: center;
	background: #3e2217 url(img/fondo_arriba.gif) bottom no-repeat;
	height: 35px;
	}

#menu {
	background: url(img/logo.gif) top center no-repeat;
	font-size: 0.85em;
	float: left;
	width: 198px;
	font-variant: small-caps;
	text-align: right;
	color: #fff;
	padding-top: 110px;
	}
	#menu a {
		color: #bbb;
		text-decoration: none;
		}
	#menu a:hover {
		color: #fff;
		}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 10px;
		}
		#menu ul li {
			padding: 5px 0;
			}
	#menu li a.cerrar:hover {
		color: #f60;
		}

#principal {
	margin: 0 25px 10px 5px;
	line-height: 1.8em;
	padding: 0 10px;
	float: right;
	width: 692px;
	}
	#principal h2 {
		color: #3e2217;
		border-bottom: 1px solid #3e2217;
		}
	#principal table {
		padding: 10px;
		border-collapse: collapse;
		margin-bottom: 15px;
		}
		#principal table th {
			padding: 0 20px;
			border-bottom: 1px dotted #000;
			text-align: left;
			color: #000;
			font-variant: small-caps;
			}
		#principal table td {
			padding: 5px 20px;
			border-bottom: 1px dotted #ccc;
			}
			#principal table td.todo {
				width: 100%;
				}
			#principal table td.radio_check {
				text-align: center;
				}
		#principal table tr {
			border-bottom: 1px dotted #000;
			}
	#principal form input.botones {
		margin: 20px 5px;
		}
	#principal h3 {
		font-size: 1.5em;
		color: #fff;
		}
	#principal h4 {
		font-size: 1.2em;
		color: #fff;
		}

#esquela {
	border: 3px solid #777;
	background: #fff  url(img/fondo_principal.jpg) right top repeat-x;
	text-align: center;
	padding: 25px;
	}
	#esquela .entete {
		text-align: right;
		font-style: italic;
		padding-bottom: 10px;
		}
	#esquela img {
		padding: 5px;
		border: 1px dotted #777;
		}
	#esquela .esq_nombre {
		font-size: 1.9em;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
	#esquela .esq_medio {
		padding: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 1.1em;
		}
	#esquela .esq_izq {
		text-align: left;
		padding: 10px 0;
		}
	#esquela p {
		line-height: normal;
		margin: 35px 0;
		}
	#esquela .esq_izq2 {
		text-align: left;
		padding-top: 10px;
		line-height: 1.1em;
		}
	#esquela .a_derecha {
		text-align: right;
		}

#sig_prec {
	width: 100%;
	text-align: center;
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
	}

#pie {
	text-align: center;
	font-size: 0.7em;
	height: 35px;
	clear: both;
	background: #fff url(img/fondo_abajo.gif) center top no-repeat;
	}

.error {
	width: 600px;
	color: #666;
	background: url(img/caja_error_abajo.gif) bottom no-repeat;
	padding-bottom: 8px;
	margin: 10px 0;
	}
	#principal .error h4 {
		margin: 0;
		background: url(img/caja_error_arriba.gif) top no-repeat;
		padding: 22px 20px 20px 60px;
		font-size: 130%;
		color: red;
		}
	.error p {
		padding: 0 20px 10px 20px;
		font-weight: bold;
		font-style: italic;
		background: #fdd;
		margin: 0;
		}

#limites_imagen {
	font-style: italic;
	float: right;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-right: 20px;
	color: #444;
	}

#subir_img {
	float: left;
	}

.boton_derecha_enviar {
	text-align: right;
	margin-right: 185px;
	}

.boton_derecha_archivo {
	text-align: right;
	margin-right: 85px;
	}

.abrir_sesion {
	color: #04257b;
	text-decoration: none;
	}

.abrir_sesion:hover {
	color: #04257b;
	text-decoration: underline;
	}