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

body {
	background:#5F8FBF url(recursos/fondo_top.gif) top center repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:628px;
	margin:auto;
	background:url(recursos/fondo_main.gif) top center no-repeat;
}
#cmain {
	width:600px;
	border-right:#FFFFFF solid 2px;
	border-left:#FFFFFF solid 2px;
	background:#FFFFFF;
	margin:auto;
}

#contenido { background:url(recursos/fondo_content.jpg) top center no-repeat }

#body { width:100%; margin:0; padding:0 }
#body .corner1 { width:12px; height:2em; background:url(recursos/corner_1.gif) bottom no-repeat }
#body .corner2 { width:12px; height:2em; background:url(recursos/corner_2.gif) bottom no-repeat }
#body .corner3 { height:2em; background:url(recursos/corner_3.gif) top no-repeat }
#body .corner4 { height:2em; background:url(recursos/corner_4.gif) top no-repeat }
#body .lateral { background-color:#8CD600 }
#body .main { padding:0 1em }

#foot {
	height:60px;
	background:#003F86 url(recursos/img_pie.gif) center no-repeat
}

.menu { font-size:70%; text-align:center; color:#999; padding-top:.5em }
.menu a { color:#999; text-decoration:none; font-weight:bold; margin:0 5px }
.menu a:hover { color:#666; text-decoration:underline }

h1 { background:#0148BA url(recursos/icon.gif) right center repeat-y;
	width:260px; padding:.5em; margin-top:.5em;
	color:#FFFFFF; font-size:90%; font-weight:bold }
	
p { width:252px; font-size:70%; text-align:justify; line-height:150% }
ul { width:240px; padding-left:.3em }
li { font-size:70%; list-style-image: url(recursos/bullet.gif) }
.colizq { float:left; margin-left:.3em }
.colder { float:right; margin-right:.3em }
.colizq table, .colder table { font-size:70%; text-align:left }