﻿body {background: #f4f4ed url(../img/gradiente.gif) repeat-x top left;
/*font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif;*/
}

#accesibilidad
{
	visibility: hidden;
	display: none;
}

#head

{border-bottom: 1px solid #E5E5E5;}

 ul#menu {margin:0;padding: 0;}
 ul#menu li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  height: 18px;
}

 ul#menu li a {
  padding-left: 0px;
  padding-bottom: 0;
  padding-right: 10px;
  padding-top: 0;
  display: block;
  margin: 0;
  text-transform: uppercase;
}




#foot

{border-top: 1px solid #E5E5E5;}


/*  Hiperenlaces  */
a
{
	text-decoration: none;
	/*border-bottom: 1px solid #e5e5e5;*/

}

a:link { color: #960; }
a:visited { color: #960; }

a:hover
{
	color: #222;
	/*border-bottom: 1px solid #e5e5e5;*/
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height: 1; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }



/* Color del texto */

p {color:#202020;}
h1 {color:#333;}

/* Cita */

BLOCKQUOTE p
{
	
	color: #202020;
	font-style: normal;
	text-shadow:	rgba(255, 255, 255, .01) 0px -1px 1px;
	margin-left: 40px;
}

/* blockquote[cite]:after
{
	content: "" attr(cite);
	display: block;
	color: #333;
}
*/

/* Box */

.box {background-color: #edede6;}
.seccion {text-align: center;}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #E5E5E5; 
  color: #E5E5E5;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}

hr.space {
  background: #f4f4ed;
  color: #f4f4ed;
}

table {width:100%;}

.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #E5E5E5;
}


/* Imágenes */
.marco
{border: 1px solid #ccc;}

/*img:hover {

filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;}*/



/* Forms */


input, textarea {border: 0;background-color: #edede6;}

input {width: 190px; margin:0.5em 0.5em 0.5em 0;}
input:focus, textarea:focus         { border:0; background:#202020; color:#fff;}


textarea {width: 310px;height: 90px;}
INPUT[type="radio"] {  }
INPUT[type="checkbox"] {  }
INPUT[type="submit"] { width: 110px;}

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:0; background:#edede6; padding:5px; }
input.text:focus,
input.title:focus         { border:0; background:#202020; color:#fff;}
input.title               { font-size:1.5em; }



/* Flickr */

#flickr img { width: 70px; height: 72px; }
#flickr a {  display: block; float: left;}
#flickr a:hover { background: #e5e5e5; }

/* Paginacion */

.paginacion ul li { display: inline; font-size: 1.5em; line-height: 1; margin-bottom: 1em;padding-right: 10px;}


/* etiquetas */

 ul.tags li {
  position: relative;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0 0 0 0;
  height: 18px;
  background: transparent url(../img/tag_r.png) top right no-repeat;
}

 ul.tags li a {
  display: block;
  margin: 0;
  padding: 0 10px 0 10px;
  background: transparent url(../img/tag_l.png) top left no-repeat;
  color:#fff;
  height: 18px;
  text-transform: lowercase;
}

* html  ul.tags li {
  position: relative;
  display: inline;
  background: none;
}

* html  ul.tags li a {
  display: inline;
  background: none;
  padding: 0 10px 0 0;
  color:#fff;
}



