/*-------------------------------
ECN Layout StyleSheet

Version 1.0
Author:Oscar Diaz
Email:odiaz@diazpixellab.com
Website:http://www.diazpixellab.com
---------------------------------
Default Layout Styles
---------------------------------*/

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
color:#FFF;
font-weight: normal;
text-decoration: none;
line-height: 1.2em;
}

.boldy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color:#000;
font-weight: bold;
text-decoration: none;
line-height: 1.2em;
}

.blanca{
color:#FFF;
}

.cuerpo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color:#000;
font-weight: normal;
text-decoration: none;
line-height: 1.2em;
}

a.cuerpo{
}

a:hover.cuerpo{
color:#ee0000;
text-decoration:underline;
}
.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
color:#FFF;
font-weight:bold;
text-decoration: none;
letter-spacing:-1px;
line-height: 1.2em;
}