@charset "UTF-8";
/* CSS Document */



/*--coomon---------------------------------------------------*/

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, 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%;
	background: transparent;
	
} 

html {
	min-height: 500px;
}

body {
	margin:0 auto;
	height:100%;
	background-color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	_font-size:62.5%;
}

*html .clearfix { zoom: 1; }

/*IE6*/
*html body {font-size:100%;}



/* 
crear 
------------------------------------------------------------------- */

.clear_b {
	clear:both;
}

.clear_l {
	clear:left;
	text-indent:-9000px;
}

.clear_r {
	clear:right;
	text-indent:-9000px;
}		
.clear{
	clear:both;
}	


/* 
Links 
------------------------------------------------------------------- */

a {
	
}
a:hover {
	
}


/* 
General 
------------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6 {
	font-weight:normal ;
}
img {
	vertical-align:bottom;
	padding:0;
	margin:0;
}




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; 
}

	
	
	
	