body, h1, h2, h3, table	{
font-family:verdana, arial, sans-serif;
color: #555;
}

body {
	background : #fff;
	margin: 0px;
	padding: 0px;
}

#head {
	background : #fff url('http://www.patrick.com.mx/_images/web.jpg');
}

#a {
	background : #07a;
	height: 12px;
}

#b {
	background : #e63;
	height: 12px;
}

#c {
	background : #ac4;
	height: 12px;
}

#d {
	background : #eee;
	border : solid 1px #e0e0e0;
	border-top : 0;
}

#e {
	border: 0;
	border-right: solid 1px #e0e0e0;
}
	
#f {
	border : solid 1px #e0e0e0;
	border-top : 0;
	border-left : 0;	
}

#g {
	border : solid 1px #e0e0e0;
	border-top : 0;
}

h1	{
	font-size: 14px;
	color: #fff;
	line-height:120%;
	font-weight:bold;
	margin: 3px;
	margin-top: 8px;
}

h2	{
	font-size: 12px;
	text-indent: 5px;	
	color: #555;
	line-height:100%;
	font-weight:bold;
	margin: 3px;
	margin-top: 10px;
}

h3	{
	font-size: 12px;
	text-indent: 5px;	
	color: #555;
	line-height:100%;
	font-weight:bold;
	margin: 3px;
	margin-top: 10px;
}

p	{
	font-size: 12px;
	margin: 10px;
	line-height: 130%;
	text-indent: 5px;
	padding: 3px;
}

ul	{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	}

li	{
	list-style: none;
	font-size: 11px;
	text-indent: 6px;
	margin-top: 0px;	
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	}
	
li.c	{
	list-style: disc;
	font-size: 12px;
	text-indent: 25px;
	margin-top: 0px;	
	font-family: Helvetica,Verdana,Arial,Sans-Serif;
	}

hr	{
	color:#888;
	line-height:5px;
	width: 80%;
}

.bl a:link {
	text-decoration : underline; 
	color : #acacac;
	}

.bl a:visited {
	text-decoration : underline; 
	color : #acacac;
	}
