/* 

Theme Name: 960 Base Designios
Theme URI: http://designios.es/
Description: Theme básico usando framework 960 grid 
Version: 1.0
Author: Raul Fernandez
Tags: base theme, grid 960, two columns, widgets

*/

/*   CSS Reset visto en   http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */
/* Begin Typography & Colors */
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;background:transparent url("images/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:4px solid #336666;border-top:1px solid #C0E2D4;}
ul#saturday li{display:block;float:left;margin:0;padding:0;}
ul#saturday li a{display:block;float:left;color:#874B46;text-decoration:none;padding:12px 20px 0 20px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#logo{ background: url("images/logo1.jpg");
height:102px;
width:940px;
}



html, body, div, span, applet, object, iframe,h1, h4, h5, h6, , blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{font-size:100%;
font-family:Arial, Helvetica, sans-serif;
vertical-align:baseline;
margin:0;
padding:00px;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
background:#ccc;}

caption, th, td {text-align:left;font-weight:normal;}

table {border-collapse:separate;border-spacing:0;}

blockquote:before,blockquote:after,q:before,q:after {content: "";}

blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

h2 { font-size:20px;

margin-bottom:0px;
}

h3 { font-size:10px;
}

a:link {font-family:Arial, Helvetica, sans-serif;
color:black;margin : 0px;}
	
a:visited {text-decoration: underline; color:#900; margin:0px;}
a:active {text-decoration: none;margin-bottom : 0px;}
a:hover {text-decoration: underline; color: red;margin:0px;}


p { font-size:12px;
}
/*
Lista de <DIV>s en plantilla.
*/


#grid{
       background: #ccc;
}

#cabecera{
	background-color:#ccc;
        height: 200px;
}
#post{
        background: #ccc;
}
#postmeta{
        background: #ccc;
}
#postnavigation{
        background: #ccc;
}
#searchform{
        background: #ccc;

}
#sidebar{
        background: #ccc;
}

#archivo {
	background: orange;
}

#pie {
	background: #ccc;
}

