* {
	/*margin:20;*/
	padding: 0 0 0 0;
  }

body {
	font-size:100%;
	font-family: Arial,'Lucida Grande',Verdana,sans-serif;
	text-align:center;
	background:#fff;
	background: url(../Images/page.png) repeat top left;
}
/*cambiar tipo de puntero en menu jacinto
Ocultar en la propiedad a el atributo "cursor"*/
.normal{
cursor:default;
}
.puntero{
cursor:pointer;
}

/*fin de cambiar puntero jacinto*/
#container {
	width:1200px;
	background:#FFF;
	margin:0 auto 0 auto;
	padding: 0 0 0 0;
}

#body_space {
  padding:10px 8px 0 8px;
}
  
#header {
	width:auto;
	/*background:#FFF;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(../Images/header.png) repeat-y top left;
}

.cls {
clear:both;
}

/* logo and small slogan */

#logo-image {
	height:150px;
	width:300px;
	float:left;
	margin: 20px 0 0 20px;
}
#logo-sponsor {
	background:#FFF;
	height:150px;
	width:200px;
	float:left;
	display: inline;
	margin: 30px 0 0 0;
}
/*img {
    position: absolute;
    clip: rect(0px,60px,200px,0px);
}*/
#logo-block {
	height:150px;
	width:650px;
	float:left;
	text-align:left;
	padding: 0 5px 0 5px;
	margin: 20px 5px 0 5px;
}

#logo {
	padding-top:70px;
	/*SEPARACION DE LINEAS line-height:20px;*/
	/*font:28px Arial, "Times New Roman", Times;*/
  font-size:20px;
  /* NEGRILLA font-weight: bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:10px;
	color:#003366;
}

#slogan {
  /*font:14px Arial, "Times New Roman", Times;*/
  font-size:32px;
  font-family:"Calibri","sans-serif";
  color:#5A5A5A;
  padding-left:97px;
}

.logoblue {
/*color:#518BBA;*/
color:#669900;
padding-left:97px;
}

/* end logo and small slogan */
#page {
	width:1200px;
	/*min-height:206px; 'Tamaño mínimo de alto de la página*/
	margin:0 auto 0 auto;
	background:#FFF;
	/*background-position: left top;
	background: url(../Images/header.png) repeat-y top left;*/
}

#page-padding {
  /*padding:0px 0px 0px 0px;*/
}
/* main page content */

#content {
  float:left;
  width:1200px;
  height:auto;
  min-height:500px;
  padding-bottom:20px;
  background:url(../Images/header.png) repeat-y top left;
}

#content-padding {
  /*padding:15px;*/
}

#content h1{
  padding:0px 25px 10px 25px;
  line-height:10px;
  font-size:28px;
  /*font-family:"Calibri","sans-serif";*/
  color:#003366;
  /*text-align:justify;*/
}
#content h2{
  padding:0px 25px 5px 30px;
  line-height:5px;
  font-size:20px;
  /*font-family:"Calibri","sans-serif";*/
  color:#666633;
  /*text-align:justify;*/
}
#content h3,h4,h5 {
  padding:0px 25px 5px 35px;
  line-height:normal;
  font-size:18px;
  color:#003366;
}

.cabeceras {
  font-family:"Calibri","sans-serif";
  text-align:justify;
}

#content p {
  padding:0px 50px 5px 40px;
  font-size:16px;
  font-family:"Calibri","sans-serif";
  text-align:justify;
}
#contador p{
margin-left:850px;
margin-right:50px;
padding-right:50px;
text-align:right;
color:#FFFFFF;
background:#A7C942;}

#descargas p{
margin-left:50px;
margin-right:680px;
padding: 5px 5px 5px 5px;
text-align:center;
color:#FFFFFF;
/*background:#A7C942;*/
background:#CCCC33;
}

#content ul {
  list-style-type:circle;
  padding-left:85px;
  padding-right:80px;
  margin: 0px;
}
#content li {
  font-size:16px;
  font-family:"Calibri","sans-serif";
  text-align:justify;
}
#content a {
  text-decoration: underline;
  color:#0B3E70;
}

#content a:hover {
  text-decoration:none;
  text-shadow:0px 0px 1px #000066;
}

/*etiqueta para las tabla de contributors*/
#tabla {
	width:1000px;
	margin-left:50px;
}
#col1{
	margin-top:30px;
	padding:5px 5px 5px 5px;
	width:175px;
	float:left;
}
#col2{
    margin-left: 180px;
}
#tabla_database{
	width:800px;
	margin-left:150px;
}

#col1_database{
	margin-top:30px;
	padding:5px 5px 5px 5px;
	width:250px;
	float:left;
}
#col2_database{
    margin-left: 250px;
	margin-top:30px;
}
/*tablas para los mirror*/
#customers {
    font-family: "Calibri","sans-serif";
    width: 1000px;
    border-collapse: collapse;
	margin-left:100px;
}

#customers td, #customers th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#customers th {
    font-size: 1.1em;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}
#customers td {
text-align:left;
}
/*fin de tabla mirror*/
/*tablas para los tutorial*/
#tutorial {
    font-family: "Calibri","sans-serif";
    width: 1000px;
    border-collapse: collapse;
	margin-left:100px;
}

#tutorial td, #tutorial th {
    font-size: 1em;
    border: 1px solid #006699;
    padding: 3px 7px 2px 7px;
}

#tutorial th {
    font-size: 1.1em;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #009966;
    color: #ffffff;
}
#tutorial td {
text-align:left;
}
/*fin de tabla mirror*/
.grey {
  color:#494949;
}
.blue {
  /*font:14px Arial, "Times New Roman", Times;*/
  font-size:24px;
  font-family:"Calibri","sans-serif";
  /*color:#5A5A5A;*/
  padding-left:97px;
  color:#005795;
}
#license {
width:1100px;
margin-left:40px;
background-color:#999999;
}
#license p {
font-family:Tahoma;
padding:5px 20px 5px 20px;
font-size:8.5pt;
color:#484848;
}

/* end main page content */

/* footer */

#footer {
  clear:both;
  background:url(../Images/footer.gif) repeat-x top left;
  width:1200px;
  height:70px;
  margin:0 auto 0 auto;
  text-align:center;
}

#footer-pad {
  width:1000px;
  padding:5px 0px 0px 100px;
  text-align:center;
}
#footer-followme {
  float:left;
  width:100px;
  padding:5px 0px 0px 100px;
  text-align:center;
}

#footer p {
  /*font:14px Arial, "Times New Roman", Times;*/
  font-size:14px;
  font-family:"Calibri","sans-serif";
  color:#929292;
}

#footer a {
  color:#FFF;
  text-decoration:underline;
}

#footer a:hover {
  color:#C46A00;
  text-decoration:none;
}

/* end footer */

/* borrar prueba punteros menu*/
#punteros_menus a{
cursor:default;

}
#normal{
cursor:pointer;
text-decoration:underline;
color:#FFF;}
