div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}
a{vertical-align: baseline;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	display: block;
	height: 100%;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6, span, p, input {
	margin: 0;
	padding: 0;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	 border: 2px solid #bbb;
	 padding: 10px;
	 font-size: 13px;
}

ul, li, ol {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
.sub{
	text-decoration: underline;
    font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fondo{
background: #900;
color:#fff;
}
.rosa{
background: #FFCCCC;
}
.gris{
background: #999999;
}
.sb{
	 border: none !important;
}
.sb, td, tr{
	 border: none !important;
}
.empleo{
list-style: initial;
}
select{
display: inline-block;
    border-radius: 3px;
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.04);
    text-align: left;
    background: #fff;
    border: 1px solid #d2d5d8;
    padding: 11px 17px;
    font-size: 0.88em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    color: #3f484f;
    font-family: Arial;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}