@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800";


@charset "utf-8";
/* CSS Document */

html, body, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Estilos Genericos del site
-------------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html{
	/*overflow-y: scroll;*/
}
body { 
	background:#e6e6e6; 
	margin:0 ; 
	padding: 0;
	height:100%;
	color:#666; 
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:14px;
}


ol, ul {list-style: none;
}
ul{	margin:0; padding:0;float:left;
}
table {border-collapse:separate; border-spacing: 0;
}
caption, th, td {text-align: left; font-weight: normal;
}
legend{white-space:normal;
}
strong{font-weight: bold;
}

img {float:none; border:none;}
a img {border:none}

/*
a {float:none; color:#3369e8; text-decoration:none;	outline:none; line-height:18px;}
a:hover{color:#444444; text-decoration:underline; outline:none; cursor: pointer;}
*/

p{ 
	color: #666;
    float: left;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 13px;
    padding: 0;
    text-align: justify;
}
p b{font-weight:600;
}

.clearfloat{clear:both;}
.info_input {
    float: left;
    margin-bottom: 8px;
    margin-left: 6px;
    display: none;
}