/*
Theme Name: De Cabeza, Tripa y Corazón
URI: Splash Screen
Description: Nomas mientras termino de desarrollar el sitio
Author: El Diablo (Juan Carlos Sandoval)
Author URI: your-URI

[Table Of Contents]

0- Reset 
1- Global 
2- Links 
3- Headings 
4- Header 
5- Navigation 
6- Middle 
7- Forms 
8- Extras 
9- Footer  
*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
@import url('reset.css'); 

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
body { font: normal 12px/1 "Lucida Grande", Lucida, Verdana, sans-serif; vertical-align: top; background: url(../imgs/patron-dcabeza.gif) repeat; color: #000; 
} 
.right { float: right; 
} 
.left { float: left; 
} 
.align-left { text-align: left; 
} 
.align-right { text-align: right; 
} 
.align-center { text-align:center; 
} 
.justify { text-align:justify; 
} 
.hide { display: none; 
} 
.clear { clear: both; 
} 
.bold { font-weight:bold; 
} 
.italic { font-style:italic; 
} 
.underline { border-bottom:1px solid; 
} 
.highlight { background:#ffc; 
} 
img.centered { display: block; margin-left: auto; margin-right: auto; 
} 
img.alignleft { float:left; margin:4px 10px 4px 0; 
} 
img.alignright { float:right; margin:4px 0 4px 10px; 
} 
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; 
} 
.clearfix { display: block; 
} 
html[xmlns] .clearfix { display: block; 
} 
* html .clearfix { height: 1%; 
}

/* =2 Links 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
a:link, a:visited { color: #660000; 
} 
a:hover { color: #111; 
} 
a:active { color: #111; 
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
h1 { font: bold 2em "Lucida Grande", Lucida, Verdana, sans-serif; 
} 
h2 { font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif; 
} 
h3 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; 
} 
h4 { font: bold 1em Arial, Geneva, Helvetica, sans-serif; 
} 
h5 { font: bold 0.9em Arial, Geneva, Helvetica, sans-serif; 
}  

/* =4 Header 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
 
/* =6 Middle 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 
#centro { margin: auto; margin-top: 120px; width: 643px; height: 480px; background-image: url(../imgs/back-txt-logo.gif);
}
#logo { position: absolute; margin-top: 25px; margin-left: 170px;width: 315px; height: 199px; background-image: url(../imgs/logo.gif); text-indent:-9999px;
}
#info { padding: 250px 40px 0; font: 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif; color: black; text-align: center;
}
#triada { padding: 0 40px; font: 1.5em/2em "Lucida Grande", Lucida, Verdana, sans-serif; color: black; text-align: center;
}
#contacto { margin-top: 20px; padding: 0 20px; font: 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif; color: black; text-align: center;
}
#balazo { font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif; color: #660000;
}
#balazo2 { color: #660000;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

/* =8 Extra 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/ 

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/