/** CSS de Llevando Frutos
*  Creado por: Alfchee
*  Actualizado el: 11/09/09 */

/*+++++++++++++++++++++++++++++++
   ID's
++++++++++++++++++++++++++++++++*/
#wrapper {
	color:#009;
	background: url('images/bgcontent.jpg') repeat-y;
	width:984px;
	margin: 5px auto 3px auto;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
 }

/* Todo respecto al encabezado */
#encabezado {
	color: #F00;
	height: 100px;
	background-color: #0F3;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
}
  #encabezado h1 {
	margin-bottom:0;
	font-family: Borealis;
	text-align: center;
}
  #encabezado p {
	padding: 5px 0 5px 0;
	margin-bottom:0;
	font-size: 46px;
	font-family: Borealis;
	text-align: center;
	color: #00C;
  }
  #encabezado img {
    padding-left:15px;
  }

/* Todo con respecto a navegación horizontal */
#hnavegacion {
  clear:left;
  background: url('images/bgnav.jpg') repeat-x;
  text-align:left;
  color:#c5c5c5;
  height:15px;
  padding: 15px 0 10px 5px;
  margin:0;
}
  #hnavegacion ul {
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
}
  #hnavegacion li {
    display: inline;
    list-style-type:none;
    margin:0;
  }

  #hnavegacion a {
    color:#C5C5C5;
    background-color:transparent;
    padding: 4px 8px 4px 8px;
  }
  #hnavegacion a:active { background-color: #c3c3c3; }	
  #hnavegacion a:hover,
  #inicio #navi01 a,
  #noticias #navi02 a,
  #enlaces #navi03 a,
  #contacto #navi04 a {
    text-decoration: underline;
    color: green;
    background-color:#303030;
    }

/* Todo con respecto a navegación vertical */
#vnavegacion {
	float:left;
	display:inline;
	width:15%;
	padding:8px 7px 4px 7px;
	background-color:#9d9d9d;
	overflow:hidden;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	font-family: Arial, Helvetica, sans-serif;
}
  #vnavegacion hr { margin-bottom:4px; }
  #vnavegacion h4 { margin-bottom:2px; }
  #vnavegacion ul {
    color:black;
    width:;
   /* padding-left:5px;*/
    margin:0;
    margin-left:0;
  }
  #vnavegacion li {
    list-style:none;
    border-bottom:1px solid #dcdcdc;
    margin:0;  
    margin-bottom:10px;
  }
  #vnavegacion a {
    display:block;
    text-decoration:none;
    color: #393939;
    padding-top:4px;
    padding-left:6px;
    /*padding:4px;*/
  }
  #vnavegacion a:hover {
    color:white;
    text-align:center;
    background-color:#262626;
    border-bottom:3px solid #dcdcdc;
  }
/* Corresponde al area de contenido */
#contenido {
	background: url('images/bgcontent.jpg') repeat-y;
	width:auto;
	height:auto;
	padding:10px;
}
/* Corresponde a las tres secciones de contenido en la pagina principal */
  #akp, #ahf, #adc { /* propiedades para que los tres campos aparezcan con bordes redondeados */
    margin:10px;
    float:left;
    display:inline;
    overflow:hidden;
    border: 1px solid #000;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
  }
  #akp li, #ahf li, #adc li {
    list-style-type: circle;
    }
  #adc {
	float:left;
	background-color:white;
	width: 285px;
	height: 450px;
	padding:10px;
	margin-left:1%;
  }
    * html #adc { width:282px; }
  #akp {
	float:left;
	background-color:white;
	width:285px;
	height:450px;
	padding: 10px;
	margin-top: 1%;
	margin-right: 5px;
	margin-bottom: 1%;
	margin-left: 5px;
  }
    * html #akp { width:282px; margin-right: 10px; }	
  #ahf {
	background-color:white;
	width:285px;
	padding: 10px;
	height: 450px;
  }

/* Corresponde al área de contenido donde se muestra infromación */
#contenidop {
	width:60%;
	margin-left:17.5%;
	padding:1%;
	background-color:white;
	border:1px solid black;
	overflow:hidden;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
}

/* Pie de wrapper */
#pie {
  color:black;
  background:url('images/bgcontent.jpg') repeat-y;
  clear: both;
  padding-top:20px;
  /*margin-top:20px;*/
}

/* Área de Copyright */
#cright {
  color:#7f7f7f;
  background-color:#d6d6d6;
  font-size: 80%;
  width: 972px;
  padding:5px;
  padding-bottom:0;
  margin: 0 auto 0 auto;
  border: 1px solid #ccc;
 }
  #cright p {
    text-align:center;
    margin:0;
  }
  #cright a { color:#5b5b5b; }

/*+++++++++++++++++++++++++++++++
    Clases
++++++++++++++++++++++++++++++++*/
.cuadro_info {
  color:blackM
  background-color: #8c8c8c;
  border: 3px solid #ecf7dd;
}

/* Redondeo de bordes */
.rtop,.rbott {
  width: 984px;
  display: block;
  margin: 0 auto;
  background: url('images/rtop.jpg') no-repeat left top;
  height: 16px;
}

.rtop_content {
  padding:0px 5px;
  background:#; /*top y bottom iguales */
}

.rbott { 
  background:url('images/rbottom.jpg') bottom left!important; 
  height:13px;
}
.rbott *, .rbott * {
  display: block;
  height:1px;
  overflow:hidden;
  background:#;
  display:none;
}
.rbott_content {
  padding: 0px 5px;
  background:#;
}

.btn {
  display:block;
  margin:1em 0;
}
/*++++++++++++++++++++++++++++++++
    Etiquetas HTML
+++++++++++++++++++++++++++++++++*/
* {
	padding:0;
	margin:0;
	border-top-color: #C03;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: none;
	list-style-image: none;
	color: #333;
}

body {
	color: white;
	background-color: #f4f4f4;
	font-family: Borealis;
	font-size: 36px;
}

h1 {
	font-size: 18%;
	margin-bottom:0.5em;
	color: #00C;
}
h2 { font-size: 130%; 
  margin-bottom: .25em;
}
h4 { font-size: 100%;
    text-align: center;
}

p, ul {
	margin: 0;
	color: #00C;
	font-size: 18px;
	font-weight: bold;
}

p {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	font-weight: bold;
}

ul ul {
  margin: 0;
}

li {
  margin: 0 0 0 1em;
}

a { color:#303030; text-decoration: none; outline: none;}
a:hover, a:focus { text-decoration: underline; }
a:active { 
  color: white; 
  background-color: green;
}
a:visited {
	color:#333;
	font-size: 12px;
}

address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}

label {
   display:block;
   margin:.5em 0 0 0;
}

input, textarea { padding:.2em; }
input { margin: 2px 0 2px 0; }
input:focus, textarea:focus {
  border:2px solid #000;
  background: #f3f3f3;
}
#inicio #wrapper #contenido table tr td marquee {
	font-family: Arial, Helvetica, sans-serif;
}
#inicio #wrapper #encabezado {
	font-family: Borealis;
}
#inicio #wrapper #pie .Estilo1 {
	font-size: 12px;
}
#inicio #wrapper #pie .Estilo1 {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #hnavegacion ul #navi01 a {
	font-size: 14px;
}
#wrapper #hnavegacion ul #navi01 a {
	font-family: "Courier New", Courier, monospace;
}
#wrapper #hnavegacion ul #navi01 a {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #pie address {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #contenido #contenidop center .Estilo1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#inicio #wrapper #contenido table tr td a {
	color: #009;
}
#wrapper #contenido #contenidop ul li a {
	color: #00C;
}
#wrapper #contenido #contenidop center h1 {
	font-size: 16px;
}
#wrapper #contenido #contenidop center h1 {
	font-size: 18px;
}
#wrapper #contenido #contenidop center h1 {
	font-size: 24px;
}
#wrapper #contenido #contenidop center .Estilo1 {
	font-size: 24px;
}
#wrapper #contenido #contenidop center .btn {
	font-size: 14px;
}
#wrapper #contenido #contenidop center .btn {
	color: #000;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#wrapper .rtop {
	font-size: 12px;
	text-align: center;
}
.DDD {
	color: #00F;
}
.DDD {
	color: #009;
}
#wrapper #pie address {
	font-size: 16px;
}
#wrapper #contenido #contenidop center h1 {
	font-size: 18px;
}
#wrapper #contenido #contenidop center h1 {
	font-family: "Arial Narrow";
}
#wrapper #contenido #contenidop center .Estilo1 {
	font-size: 18px;
}
