@charset "utf-8";
/* CSS Document */

A:link {text-decoration:none;color: inherit;} 
A:visited {text-decoration:none;color: inherit;} 
A:active {text-decoration:none;color: inherit;} 
A:hover {text-decoration:none;color: inherit;} 

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
}



input, select {
	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;	
	border: 1px solid #BDC2C9;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px ; 
	margin:2px;	
	clear:both; 
	margin-bottom:10px;
	padding: 3px;
    background: rgba(255,255,255,0.5);

}

#form1 label {
	width: 120px;
	display: block;
	float:left;
	padding:2px;
	margin:2px;
	cursor:pointer;
}	 
	 
h1{
	color:#69F;
	border-bottom: solid 1px #09F;
	font-size:1.3em;
}
h2{
	color:#69F;
	font-size:1.1em;
}
h3 { color: #333;
	font-size:10px;
}
.error{ 
	font-size:14px; 
	font-weight:bold; 
	color: #FFF; 
	background-color: #C00;	
}
legend {
	font-size:11px; 
	font-style:italic;
	color: #666; 
	margin-left: 5px;	
}
.leyenda{ 
	font-size:11px; 
	font-style:italic;
	color: #666; 
}
.archivo{ 
	font-size:11px; 
	font-style:italic;
	color: #09F; 
}
.enlace {
	color: #36C;
	font-size:1.3em;
	margin-left: 120px;
	background-image:url(../img/fecha.png);
	background-repeat:no-repeat;
	padding-left:40px;
	
}
#sobre_menu{ 
	width:160px; 
	height:10px;
	background-color:#C0C0C0;
	border: solid 1px #fff;
	border-top: none;
	position: relative;
	
}
#todo{ 
	margin:0 auto 0 auto; 
	width:1000px; 
	text-align:left;	 
}	
#banner{ 
	width:1000px; 
	/*margin-left:39px; */
	margin-left:1px; 
	height:120px; 
	background-color: #C0C0C0;
	background-image:url(../img/banner-t.png);
	background-repeat:no-repeat;
	background-position:left;
	z-index:20;
}

#sanpedro{ 
	position: relative;
	left:633px;
	top: 42px;
	/*background-image:url(../img/sanpedro.png); */
	background-repeat:no-repeat;
	width:327px;
	height:71px;
}

#cuerpo{ 
	width:1000px; 
}

#div_menu{ 
	float: left;
	width: 162px;
}

#contenido{ 
	float: right;
	width:838px; 
	min-height: 750px;
	background:#F5F5F5;

}

#informacion{ 
	width:750px; 
	margin:15px;
}

#pie{ 
	float: right;
	width:838px; 
	background: #ccc; 
	height:15px;
}


/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	color: #333; 
	background: #F3F5F7;
	}
table a {
	color: #3A4856; 
	text-decoration: none; 
	border-bottom: 1px solid #C6C8CB;
	}  

table a:visited {
	color: #777;
	}

table a:hover {
	color: #000;
	}  

table caption {
	text-align: left; 
	text-transform: uppercase; 
	padding-bottom: 10px; 
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	}

table thead th {
	background: #3A4856; 
	padding: 7px 10px; 
	color: #fff; 
	text-align: left; 
	font-weight: normal;
	}

table tbody, table thead {
	border-left: 1px solid #EAECEE; 
	border-right: 1px solid #EAECEE;
	}

table tbody {
	border-bottom: 1px solid #EAECEE;
	}
                      
table tbody td, table tbody th {
	padding: 5px; text-align: left;
	}

table tbody tr {
	background: #F3F5F7;
	}

table tbody tr.odd {
	background: #F0F2F4;
	}

table tbody  tr:hover {
	background: #EAECEE; color: #111;
	}

table tfoot td, table tfoot th, table tfoot tr {
	text-align: left; 
	font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; 
	text-transform: uppercase; 
	background: #fff; 
	padding: 10px;
	}

/*boton*/
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 2px 4px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }