/*                                                                                       Do the reset!
------------------------------------------------------------------------------------------------------
*/
* { 
    padding: 0; 
    margin: 0;
    line-height: 1.5em;
}

/*                                                                     Elementos definidos globalmente
------------------------------------------------------------------------------------------------------
*/
body {
    font: normal 75%/1.5em Helvetica, Arial, sans-serif;
    color: #222;
    text-align: center;
}
input, select, textarea, option {
	font:1em/1 Helvetica, Arial, sans-serif;
}
fieldset {
	border:0;
}

a img {
    border: 0;
}

input {
	
}

a,
button {
	cursor:pointer;
}

address{
    font-style: normal;
}

sup, sub {
	line-height:0;
    font-size: 0.75em;
}

pre, code, tt {
	font: 1.1em/1.5 'andale mono', 'lucida console', monospace;
}
/*                                                                         Headings y bloques de texto
------------------------------------------------------------------------------------------------------
*/
h1 {
    font-size: 2em;
}

h2 {
    font-size: 19px;
}    

p {
    margin: 0.8em 0;
}

table {
    border-collapse: collapse;
}

ul {
	list-style: none;
}

hr{
	margin:0.8em;
	opacity:.5;
	filter:alpha(opacity=50);
}

/*                                                                             Elementos estructurales
------------------------------------------------------------------------------------------------------
*/
#wrap {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}
.columna{
	width:47%;
	float:left;
	display:inline;
}
.columna + .columna{
	float:right;
}
