*{margin: 0px; padding: 0px;}

body, html { height: 100%; margin-bottom: 1px; } /* fija scroll*/

body{
	font-family: verdana, arial, sans-serif;
	/*font-size: 0.75em; 12px*/
	font-size:0.63em; /*10px*/
	line-height: 1.4em;
	color: #000;
	background-color: #fff;
	/*color: #F8E5BA;
	background-color: #000;*/
 	}
p{
	margin: 5px 0;
	} 	
/*  tablas   */

thead{
	
	}

th{
	text-align:center;
	font-weight:bold;
	}

#notas{
	width:100%;
	}

#colNom{
	width:150px;
	}

caption{
	font-weight:bold;
padding: 10px 0 25px 0;
	}

td{padding:5px;margin:2px;border-bottom:1px dotted #999;}

td.ficha{
	padding:15px;
	}

tr{
	
	}
/*  tablas   */	
#ejemplo{
	width: 527px;
	font-size:12px;
	line-height:1.5em;
	}	
	
address{
	/*padding:957px 0 20px 0;*/
	font-style: normal;
	text-align: center;
	vertical-align: baseline;
	color: #000;
	z-index: 1000;
	}
legend{
	font-weight: bold;
	margin-left: -6px;
	margin-bottom: 5px;
	text-align: left;
	} 	
/* estructura */ 	
#container{
	margin:0;
	text-align:left;
	width:980px;
	} 	

#col_1{
	width:230px;
	min-height: 1000px;
	float:left;
	/*background-image: url(/images/lat_1.jpg);
	background-repeat: repeat-y;
	background-color: #eee;*/
	}	

#col_2{
	float:right;
	width: 750px;
	}	
	
#header{
	height: 120px;
	padding-top: 20px;
	}	
/*  ------------------------------  estilos */

h1, h2, h3{
	font-weight: bold;
	margin:20px 0 10px 0;
	}


div.logo{padding-top: 30px;}

.menu{
	text-align: right;
	width: 180px;
	padding-right: 20px;	
	}
	
.menu2{
margin-bottom: 10px;
}

#formboletin{
	margin-top: 40px;
	margin-bottom: 80px;
	}

#home{
	padding: 0 30px;
	text-align: justify;
	}
.lugar{
	font-size: 10px;
	}

.fechas{
	font-size: 10px;
	color: #777;
	}	
.web{
	font-size: 10px;
	}

.mainLeft{
	float: left;
	width: 200px;
	margin-top: -50px;
	padding-left: 15px;
	}
.mainRight{
	text-align: justify;
	float: right;
	width: 350px;
	padding: 0 15px;
	}
	
.boletinBox{
	min-height: 530px;
	padding: 0 30px;
	}		
img.imgPek{
	margin-bottom: 3px; width: 191px; height: 191px;
	}
	
#lista_boletin, #lista{
	padding: 0 30px;
	}	
img.imagenBol{
	padding-bottom: 10px;
	}

.fotMainRigth{
	margin-top: 20px;
	}
		
/* listas */

ol{
	list-style-type: upper-alpha;
	margin: 10px;
	}	
ol li{
	margin: 10px;
	font-weight: bold;
	}	
	
ul li{
height:15px;
	}	

li.listado{
	margin: 5px 0;
	}

li.dot{
	margin: 10px;
	list-style-position:inside;
	list-style-type: disc;
	margin-left: 10px;
	}

li.sub{
	margin-left: 10px;
	padding:3px 0;
	font-size: 11px;}	

/* enlaces */

a{ color: #000; text-decoration:none;}

a:hover{
	color: #000; text-decoration:none; font-weight:bold;}


/*
a{ color: #F8E5BA; text-decoration:none;}

a:hover{
	color: #fff; text-decoration:none; font-size: 12px;}

*/
	
a.mail{
	color: #777; text-decoration:none;}

a.mail:hover{
	color: #000; text-decoration:underline; }	

.verAnterior{width: 50%;float: left;}

.verSiguiente{width: 50%;float: right;text-align: right;}

.verSiguiente a{
	color: #777; text-decoration:none;}


.verSiguiente a:hover{
	color: #777; text-decoration:underline;}

.verAnterior a{
	color: #777; text-decoration:none;
		}

.verAnterior a:hover{
	color: #777; text-decoration:underline;
	}
/* ---------------------- FORMS ---------------------- 



.inputBoletin{
	height: 13px;
	margin: 5px 0;
	border: 1px solid #000;
	}

.botonBoletin{
	margin: 5px 0;
	border: 1px solid #000;
	height: 17px;
	}


input, textarea, select{
	font:normal 10px verdana, Arial;
	/*padding:2px 0px 0px 2px;*/
	margin:0px 0px 0px 0px;
	vertical-align:top;
}


.formelem {
  border-top: 1px solid gray;
  border-bottom: 1px solid black;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  color: black;
  padding: 2px;
  background-color: #FFF;
}

input.formelem:hover {
  background-color: #FAFABE;
}

.req {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #000000;
  padding: 2px;
  background-color: #FFF;
}

.bad {
  border-top: 1px solid #F36969;
  border-bottom: 1px solid #FF0000;
  border-left: 1px solid #F36969;
  border-right: 1px solid #FF0000;
  color: #FF0000;
  background-color: #FFF;}

.good {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #000000;
  background-color: #FFF;
}

.jsvalidation {
	color: #d62d2d;
  padding: 4px;
}

.defaultbutton {
  color: #FFF;
  background-color: #000000;
  border: 1px solid #000000;
}

.disabledbutton {
	border: 0px solid #FFFFFF;
}

.activebutton {
  color: #000000;
  background-color: #FFF;
  border: 1px solid #000000;

}
	
*/		