/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,strong{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
span {font-weight: bold; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #222;
	padding: 1em;
}

#contenido h1,h2,h3 {
	font-family: Georgia, Garamond, "Times New Roman", "MS Serif",
		"New York", serif;
	padding-bottom: 0.1em;
	clear: both;
}

#contenido h1 {
	font-size: 1.9em;
	padding-top: 0.8em;
	letter-spacing: 2px;
}

h2 {
	font-size: 1.6em;
	padding-top: 0.6em;
}

h2 span {
	color: #357;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	padding-top: 0.5em;
}



div.editarh h2, div.editarh h3 {
	float: left;
	padding-right: 0.5em;
}
div.editarh a {
	float: left;
	display: block;
	margin: 1.4em 0 0 1em;
}
div.editarh div {
	clear: both;
}




p {
	padding: 0.4em 0;
	text-align: justify;
}

a,a:link {
	color: #04f;
	text-decoration: none;
}

a:visited {
	color: #34a;
}

a:hover,a:active {
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dashed #bbb;
}

.strong {
	font-weight: bold;
}

#isologo,#frm_busqueda {
	float: left;
}

#isologo {
	width: 180px;
}

#frm_busqueda label {
	padding: 0.8em 0 0.2em 0;
	font-size: 0.7em;
	color: #777;
	display: block;
}

#frm_busqueda input.text {
	width: 15em;
	padding: 0.1em;
}

#frm_busqueda input.button {
	padding: 0.1em 0.3em;
}

#sesion {
	float: right;
}

#frm_entidad {
	display: inline;
}


#menu {
	clear: both;
	font-size: 0.9em;
	padding-top: 0.7em;
}

#menu ul li {
	display: inline; /* para IE */
}

#menu ul li a {
	padding: 0.2em 0.5em;
	margin-right: 0.8em;
	display: block;
	float: left;
	background-color: #efefef;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

#menu ul li.seleccionado a {
	background-color: #69c;
	border-color: #69c;
	color: #fff;
	font-weight: bold;
}

#menu2 {
	clear: both;
	background-color: #69c;
	padding: 0.4em 0.6em;
	color: #CBE5FF;
	font-weight: bold;
	font-size: 0.9em;
}

#menu2 a {
	font-weight: normal;
	color: #fff;
}

#menu2 span {
	padding: 0 0.4em;
}

#contenido {
	clear: both;
}

.contenido ul {
	padding-left: 2em;
}

.contenido ul li {
	padding-left: 0.1em;
	list-style: square;
	line-height: 1.3em;
}

.afiliacion_cantidad {
	font-weight: bold;
	text-align: right;
}

#afiliacion_total {
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
}

#generar_boleta {
	margin-left: 6%;
	margin-top: 1em;
	font-weight: bold;
	padding: 0.4em;
}

.ayuda {
	font-size: 0.8em;
	padding: 2em 0 0 2em;
	font-style: italic;
	color: #555;
}



/*		mensaje.class.php 		*/
div.mensaje div {
	padding: 0.4em 2em;
	margin: 0.4em 0 0.2em 0;
	font-weight: bold;
	line-height: 1.2em;
	border-style: solid;
	border-width: 1px;
}

div.mensaje div ul {
	list-style-type: disc;
	padding-left: 1em;
}

div.mensaje div.error {
	background: #fee url('mensaje/error.png') no-repeat 0.55em 0.55em;
	border-color: #a22;
	color: #a22;
}

div.mensaje div.ok,div.mensaje div.mas {
	background: #efe url('mensaje/ok.png') no-repeat 0.55em 0.55em;
	border-color: #492;
	color: #492;
}

div.mensaje div.mas {
	background: #efe url('mensaje/mas.png') no-repeat 0.55em 0.55em;
}

div.mensaje div.info {
	background: #eef url('mensaje/info.png') no-repeat 0.55em 0.55em;
	border-color: #429;
	color: #429;
	border-color: #038;
	color: #429;
}
/*		FIN mensaje.class.php 		*/


/*		pie 		*/
#pie {
	clear: both;
	padding-top: 3em;
	font-size: 0.7em;
	color: #555;
	text-align: center;
}
