@charset "utf-8";
#body {
	margin: 10px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	
	position: relative;
}
.h1 {
	
	font-size: 20px;
	font-style: normal;
}
.p {
	font-size: 14px;
}
.li {
	font-size: 14px;
}
.h2 {
	font-size: 22px;
}
.img_style {
	padding: 10px;
	margin: auto;
	clear: both;
	width: auto;
	display: block;
}
#h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 10px;
}
.nombre_curri {
	font-size: 20px;
	
}
.p2 {
	font-size: 16px;
	font-weight: bold;
}
.p1 {
	font-size: 17px;
}
.p3 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.tablet {
	margin: 20px;
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
}
.table {
	margin: 20px;
	padding: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
}

.td {
	padding: 11px 20px 20px 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #0033CC;
	border-right-color: #0066CC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

.ul { margin-top: 10px; margin-bottom: 10px; margin-left: 0; padding-left: 1em }

.li { margin-bottom: 10px }

.foo { display:block }

