@charset "UTF-8";
/* CSS Document */
:focus {
	-moz-outline-style: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url(../imagenes/body.jpg);
	background-repeat:repeat-x;
}
html {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#711c12;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#711c12;
}
table {
	border-spacing:5px;
}
a.enlace {
	color:#711c12;
	text-decoration:none;
	font-weight:bold;
}
#lateral ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#lateral li {
	line-height:20px;
	margin-left:10px;
	color:#711c12;
}

#lateral a {
	text-decoration:none;
	color:black;
	display:block;
}
#lateral a:hover ,.seleccionado{
	text-decoration:none;
	color:#711c12;
}
b {
}
strong,legend {
	color:#711c12;
}
#contenedor {
	margin:0 auto;
	width:1000px;
}
#cabecera {
	width:1000px;
	height:308px;
	position:relative;
	background-image:url(../imagenes/cabecera.png);
	background-repeat:no-repeat;
}
a.logo {
	width:284px;
	height:262px;
	background:url(../imagenes/logo.png) no-repeat top;
	display:block;
	position:relative;
	margin:10px 0px 0px 20px;
}
.banner {
	width:650px;
	height:80px;
	position:absolute;
	top:60px;
	left:300px;
	display:block;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

.banner_lateral {
	width:200px;
	height:200px;
	display:block;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

.buscador {
	width:650px;
	height:110px;
	position:absolute;
	top:150px;
	left:300px;
	background-image:url(../imagenes/lupa.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
}
#cuerpo {
	width:900px;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-y;
	padding:0px 50px 50px 50px;
}
#lateral {
	width:215px;
	float:left;
	margin-right:35px;
}
#contenido {
	width:650px;
	float:left;
	position:relative;
}
.textareas,fieldset {
	border:solid 1px #711c12;
	width:100%;
	background-color:white;
	font-size:12px;
	padding:3px;
	margin:0px;
}

.textarea {
	border:solid 1px #711c12;
	background-color:white;
	width:100%;
	font-size:12px;
	padding:3px;
}
.textareas_p {
	border:solid 1px #711c12;
	width:100%;
	background-color:white;
	font-size:12px;
	padding:3px;
}
.textareas_multi {
	border:solid 1px #711c12;
	width:100%;
	height:80px;
	background-color:white;
	font-size:12px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.desplegables {
	border:solid 1px #711c12;
	width:100%;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}
.desplegables_buscadaor {
	border:solid 1px #711c12;
	width:100%;
	background-color:white;
	font-size:12px;
	padding:3px;
}
.botones {
	text-align:center;
	text-decoration:none;
	background-color:#711c12;
	color:white;
	border:solid 1px #711c12;
	padding:2px 10px 2px 10px;
	margin:0px 10px 15px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.botones:hover {
	background-color:#f3082d;
	border:solid 1px #f3082d;
}
.boton {
	display:block;
	text-align:center;
	text-decoration:none;
	background-color:#711c12;
	color:white;
	border:solid 1px #711c12;
	padding:3px 10px 3px 10px;
	cursor:pointer;
	margin-bottom:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-right:10px;
}
.boton:hover {
	background-color:#f3082d;
	border:solid 1px #f3082d;
}
.botones_input
{
	text-align:center;
	text-decoration:none;
	background-color:#711c12;
	color:white;
	border:solid 1px #711c12;
	padding:4px 10px 4px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:10px;
	cursor:pointer;
}
.separador-lateral {
	background:url(../imagenes/separador.jpg) bottom no-repeat;
	padding-bottom:45px;
}
.botones_input:hover {
	background-color:#f3082d;
	border:solid 1px #f3082d;
}

#acceso_usuarios {
	padding-bottom:25px;
}
#acceso_usuarios a {
	color:black;
	background:url(../imagenes/flecha.png) bottom left no-repeat;
	padding:0px 0px 0px 25px;
	height:20px;
	display:block;
}
#acceso_usuarios a:hover {
	color:#f3082d;
	font-weight:normal;
	background:url(../imagenes/flecha.png) top left no-repeat;
}
#acceso_usuarios li {
	margin-top:5px;
}
#acceso_usuarios li:hover {
	
}
.marco {
	background-color:#fdf1ef;
	border:solid 1px #f7dfdc;
	padding:10px;
}
a#negro {
	color:black;
	margin:0px;
	padding:3px 0px 0px 22px;
	height:17px;
}
a#negro:hover {
}
.categorias {
	width:300px;
	margin:0px 20px 20px 0px;
	float:left;
}
.categorias a {
	text-decoration:none;
	color:black;
}
.categorias_lateral {
	width:215px;
	margin:0px 20px 20px 0px;
	float:left;
	background:url(../imagenes/separador.jpg) bottom no-repeat;
	padding-bottom:45px;
}

#pedir {
	float:left;
	width:300px;
	text-align:justify;
	margin-right:50px;
}
a#pedir {
	width:300px;
	height:321px;
	background-image:url(../imagenes/pedir.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:15px;
}
a:hover#pedir {
	background-position:bottom left;
}
#pedir a {
	text-decoration:none;
	font-weight:bold;
	color:#711c12;
}
#pedir a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#711c12;
}
#buscar {
	float:left;
	width:300px;
	text-align:justify;
}
a#buscar {
	width:300px;
	height:321px;
	background-image:url(../imagenes/buscar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:15px;
}
a:hover#buscar {
	background-position:bottom left;
}
#buscar a {
	text-decoration:none;
	font-weight:bold;
	color:#711c12;
}
#buscar a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#711c12;
}
.clear {
	clear:both;
	height:50px;
	background:url(../imagenes/clear.jpg) no-repeat left;
}
.clear_sin {
	clear:both;
	height:10px;
}
#pie {
	width:1000px;
	height:141px;
	position:relative;
	background:url(../imagenes/pie.jpg) no-repeat left;
	color:white;
	font-size:11px;
	font-weight:lighter;
}
.enlaces {
	position:relative;
	top:80px;
	left:200px;
	width:750px;
}
#pie a {
	color:white;
	text-decoration:none;
}
#pie a:hover {
	text-decoration:underline;
}
.resultado {
	width:100%;
	border-bottom:1px solid #711c12;
	margin-bottom:15px;
	padding:15px 0px;
}
a.rojo {
	color:#711c12;
	text-decoration:none;
}
a.rojo:hover {
	text-decoration:underline;
}
.paginacion a {
	padding:5px 10px;
	background-color:#711c12;
	color:white;
	border:5px solid white;
	text-decoration:none;
}
.paginacion a:hover,.paginacion strong {
	padding:5px 10px;
	font-weight:bold;
	color:white;
	border:5px solid white;	
	background-color:#f3082d;
}
.paginacion {
	text-align:center;
}
.caja_roja {
	text-decoration:none;
	color:black;
	padding:15px 15px 15px 10px;
	margin:0px 40px 0px 0px;
	width:250px;
	float:left;
}
.caja_roja:hover {
	color:black;
	background-image:url(/rsc/imagenes/selecciona.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.error_formulario
{
	font-weight:bold;
	color:red;
}

.radio {
	margin-right:10px;
}
.foto_p,.foto_p2 {
	cursor:pointer;
	width:145px;
	height:145px;
	float:left;
	margin-right:15px;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:10px;
}
.foto_g {
	width:620px;
	height:450px;
	margin-bottom:15px;
	background-color:white;
	background-position:center center;
	background-repeat:no-repeat;	
}
ul.listados {
	list-style:none;
	margin:0px;
	padding:10px;
}
li.listados {
	background-color:#711c12;
	float:left;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	color:white;
	
}
li.listados:hover {
	background-color:#711c12;
	float:left;
	margin-right:10px;
	padding:5px 10px 5px 10px;
	color:white;
	background-color:#f3082d;
}
a.blanco {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(/rsc/imagenes/atras.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:5px 5px 5px 35px;
	font-weight:bold;
	text-decoration:none;
	color:#6ca729;
	border:dotted 1px #6ca729;
	padding:5px 10px 5px 10px;
	width:60px;
	text-align:right;
}
span.listados {
	display:block;
	border-bottom:#711c12 1px solid;
	padding:8px 0px 8px 5px;
	position:relative;
}
span.listados:hover, span.listados:hover a {
	background-color:#f3082d;
	color:white;
	font-weight:bold;
}
span.listados a {
	text-decoration:none;
	color:black;
	width:100%;
	height:20px;
	padding:5px 0px 5px 0px;
	color:#711c12;
}
.icono_lista {
	float:left;
	margin-right:5px;
	margin-top:-3px;
}
.icono {
	float:left; 
	width:40px;
	margin-right:10px;
}
.texto {
	float:left; 
	width:550px;
}
.pictograma {
	float:left;
	padding-top:15px;
	margin-right:20px;
}
.estado {
	position:absolute;
	right:0px;
}
.notas {
	padding:20px;
	border:2px dotted #711c12;
	margin-bottom:15px;
	width:520px;
}
.botonico {
	width:150px; float:left; margin-right:15px;
}
.mensaje {
	padding:20px;
	border-bottom:solid 1px #000000;
	text-align:justify;
	
}

.mensaje_entrada {
	padding:20px;
	border-bottom:solid 1px #711c12;
	text-align:justify;
	background:url(/rsc/imagenes/in.png) no-repeat top right #e3d1d0;
	
}
.mensaje_salida {
	padding:20px;
	border-bottom:solid 1px #711c12;
	background:url(/rsc/imagenes/out.png) no-repeat top right;
}

#imagenes
{
	list-style:none;
	padding:0px;
	margin:0px;
}

#imagenes li
{
	position:relative;
}

.oculto
{
	display:none;
}
.elimina_imagen
{
	width:16px;
	height:16px;
	background:url(/rsc/imagenes/cruz.png) no-repeat center center;
	position:absolute;
	top:5px;
	right:5px;
}
.subscripciones {
	width:610px;
	padding:20px;
	border-bottom:dotted 1px #711c12;
}
.subscripciones input {
	float:left;
	margin-right:10px;
}
.subscripciones h1 {
	float:left;
	font-size:12px;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.subscripciones span {
	float:left;
	height:50px;
	width:170px;
	margin:4px 0px 0px 0px;
}
.datos {
	float:left;
}

