/* CSS Document *//* CSS Document */
html, body, div, span, applet, object, iframe, table, caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { 
    vertical-align: baseline; 
    font-family: inherit; 
    font-weight: inherit; 
    font-style: inherit; 
    font-size: 100%; 
    outline: 0; 
    padding: 0; 
    margin: 0; 
    border: 0; 
} 

:focus { 
    outline: 0; 
}  

table { 
    border-collapse: separate; 
    border-spacing: 0; 
} 
caption, th, td { 
    font-weight: normal; 
    text-align: left; 
} 

blockquote:before, blockquote:after, q:before, q:after { 
    content: ""; 
} 

blockquote, q { 
    quotes: "" ""; 
}

body {
	margin-left: 25%;
	margin-top: 3%;
	background-color: #fff;
}

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color:#949494;
}

a:active {
	text-decoration: none;
	color: #949494;
}

#wrapp {
	position: relative;
	float: left;
	width: 500px;
	margin: 0px;
	overflow: hidden !important;
	overflow: visible;
	padding: 0px;
}

.block-text {
	width:auto;
	margin: 0 0 20px 0;
}

.block-text-contact {
	width:auto;
	margin: 45px 0 20px 0;
}


.gris6 { 
	color:#666666;
}

.gris9 {
	color:#999999;
}

.grisC {
	color:#CCCCCC;
}

.bold {
	font-weight: bold;
}
.font16 {
	font-size:16px;
}
.font22 {
	font-size:22px;
}
.it {
	font-style: italic;
}

.blanco {
	color: #fff;
}

.gris94 {
	color: #949494;
}
.small {
	font-size: 9px;
}


