/* 

MAIN STYLE SHEET FOR Lacalle.com.uy

version: 1.0
author: Juan Ignacio Caviglia
email: contact@vixur.com
website: http://www.vixur.com/

________________________________________

ToC

	1. Defaults
	2. Structure
	3. Images
	4. Lines
	
Notes: (Empty)

*/


@import url(layoutV3-0.css);
@import url(typographyV3-0.css);
@import url(color.css);

/* --------- 1. defaults  --------- */

* {
	/* Sets both paddings and margins for all elements to zero */
	margin: 0;
	padding: 0; 
}

html {font-size: 100%}
body {font-size: 62.5%} /* Reduces normal font size to obtain the unit equivalency of: 1em = 10px */
ul {list-style: none} /* Removes list's bullets */
fieldset {border: none} /* Removes border borders for all fieldsets */

/* ---------- 2. Structure  ---------- */

.left {float: left}
.right {float: right}

.clear {
	/* Clearing method to expand containers with floated elements. */
	clear: both;
	line-height: 0em; /* Needed if clear DIV contains a space... long story. */
}

/* Clearing method to expand containers with floated elements. */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ---------- 3. Images  ---------- */

#header h1 span {display: none}
a img {border: 0} /* Sets images' border to zero when used in links */

/* ---------- 4. Lines ---------- */

div .line1gray {
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid gray;
}

div .line2gray {
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 2px solid gray;
}

div .degraLine {
	height: 0.3em;
	margin-bottom: 1em;
	/*background: url(../images/structure/degraHor.png) no-repeat center;*/
}

/* ---------- X. links and navigation ---------- */

a {}
		
a:hover {}

#navigation {}

#navigation ul {}

#navigation li {}

#navigation a {}

#navigation a:hover {}

/* ---------- X. fonts ---------- */

h1, h2, h3, h4, p, ul {}

h1 {}

h2 {}

h3 {}
		
h4 {}

p {}

ul {}

blockquote {}
	
/* ---------- X. tables ---------- */

table {}
		
caption {}
		
tr {}

th, td {}
		
th {}
		
td {}

/* ---------- X. forms ---------- */	
		
form {}
