/* CSS Document */
body {
	font-family: Gill, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(../imagenes/banner_amalsafar.gif);
	/*	background-color: #cc6633; */
	background-color:#371C00;
	color: white;
}

h1 {
	font-size:xx-large;
}
h2 {
	font-size:x-large;
}
h3 {
	font-size:larger;
}
h4 {
	font-size:large;
}

h1, h2, h3, h4, h5 {
padding: 5px 7px;
margin-right: 5px;
background:#a65a1e; /* azul:  #3282c2; */
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a65a1e, #95490d 25%, #84380c 45%, #95490d 85%, #a65a1e);/* azules: #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */ 
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a65a1e), color-stop(25%, #95490d), color-stop(45%, #84380c), color-stop(85%, #95490d), to(#a65a1e)); /* webkit gradient background */
}


.gradient {
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
border:1px solid gray;
background: #3282c2;
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-webkit-border-radius: 8px; /* webkit border radius */
border-radius: 8px; /*w3c border radius*/
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}
.gradient li a{
text-decoration: none;
}

/*                                                         */
.poema {
	color: #FFFFFF;
	font-style: italic;
	font-size: medium;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: f08e75;*/
}

.nota {
	font-size: 0.9em;
	color:#294e56;
	margin: 0px;
	padding: 2px 10px;
	border: 1px solid #73afb7;
	background-color: #fbef99;
	text-align: center;
}



.caja_titulo{
background-color:#a65a1e;
border:thin solid #FFCC66;
}

.caja_precio{
	background-color:#a65a1e;
	padding: 8px 8px 8px 8px;
	border: thin solid #FFCC66;
	background-image: url(../imagenes/body_bg_amalsafar.jpg);
	width: 800px;
}

.tab_enlaces {
	border: thin solid #FFCC66;
	padding: 8px 0px 8px 0px;
	width: 800px;
	margin:auto;
	background-color: #330000;
	text-align:center;
	padding: 8px;

	background: -webkit-gradient(linear, center top, center bottom, from(#a65a1e), color-stop(25%, #95490d), color-stop(45%, #84380c), color-stop(85%, #95490d), to(#a65a1e)); /* webkit gradient background */

	-moz-border-radius: 8px; /* mozilla border radius */
	-webkit-border-radius: 8px; /* webkit border radius */
	border-radius: 8px; /*w3c border radius*/

}


.tab_contenido {
	border:thin solid #FFCC66;
	padding: 4px;
	background-image: url(../imagenes/body_bg_amalsafar.jpg);
	margin: 0 auto;
	width: 750px;
}

.contenedor {
	margin: 0 auto;
	width: 90%;
	min-height: 500px;
	background-image: url(../imagenes/body_bg_amalsafar.jpg);
	background-repeat: repeat;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 8px; /* mozilla border radius */
	-webkit-border-radius: 8px; /* webkit border radius */
	border-radius: 8px; /*w3c border radius*/
}

.col_izqda {
	float: left;
	width: 20%;
	text-align: center;
	padding: 4px;
}
.col_dcha {
	width: 70%;
	float: right;
	padding: 4px;
}

.newsid  {
	text-align:center;
	list-style: none;
	padding: 4px 4px 4px 4px;
	margin-top: 0px;
}

a {
	color:#FFFF99;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
color:#FFCC33;
}
a:visited {
color:#FFFF99;
}




ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0px 10px 0px 10px;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	text-decoration:underline;
	font-weight:bold;
}
	
ul#menu li a:hover
{
	color:#FFFFFF;
}
	

ul#menu li a.current
{
	display:inline;
	float:left;
}








.pie_camellos {
	background-image: url(../imagenes/camello_r.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin:4px 0 4px 0;
	padding:0;
}
.pie_camellos2 {
background: transparent url(../imagenes/camellos3_transp.gif) repeat-x;
height: 32px;
}

.pie_pagina {
	background-color: #330000;/* #a65a1e; */
	font-size: small;
	font-style: italic;
	padding: 4px;
	width: 800px;
	border: thin solid #FFCC66;
	min-height: 32px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	-moz-border-radius: 8px; /* mozilla border radius */
	-webkit-border-radius: 8px; /* webkit border radius */
	border-radius: 8px; /*w3c border radius*/
}

.pie_pagina_autor {
	font-size: small;
	font-style: italic;
	padding: 4px;
	margin:0;
	float:right;
}

.webmaster {
	font-size:smaller;
	border-radius: 1.2em;
	padding:2px 18px 2px 18px;
	background-color:#B33A00;
	text-align:right;
	width:80px;
	margin:4px 4px 18px auto;
}
.webmaster a {
	font-size:smaller;
	font-style:italic;
}


.image_diapo{
	border-style: groove;
	border-width: thick;
	box-shadow:  0 10px 30px rgba(0,0,0, .4);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	margin: 8px;
}

.image_fl {
	border-style: groove;
	border-width: thick;
	box-shadow:  0 10px 30px rgba(0,0,0, .4);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	margin: 8px;
	float:left;
}

.image_fr {
	border-style: groove;
	border-width: thick;
	box-shadow:  0 10px 30px rgba(0,0,0, .4);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0, .6);
	margin: 8px;
	float:right;
}

