/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes spacing in tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html  {

}

body	{
font-family : Helvetica, Geneva, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
color : #555;
text-align: left;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

span.underline {
text-decoration: underline;
}

a	{
color: black;
text-decoration: none;
}

a:hover	{
color: blue;
}


h1	{
font-size: 150%;
}

h2	{
font-size: 120%;
text-align:left;
}

#header, #content, #info	{
width: 962px;
margin: 0 auto;
}

p.more	{
padding-top: 15px;
clear: left;
}


#header	{
border-top: 10px solid #FF9933;
position: relative;
}

#header h1 a	{
text-indent: -9999px;
display: block;
width: 170px;
height: 58px;
background: transparent url(img/oikos-logo.jpg) no-repeat;
}

#header	#navigation	{
background: transparent url(img/navigation.png) no-repeat;
padding: 5px 0 1px 30px;
margin-top: 10px;

}

#header #navigation	li	{
display: inline;
margin-right: 30px;
}

#submenu	{
width: 945px;
margin: 0 auto;
height: 42px;
background: transparent url(img/submenu.png) repeat-x;

}

#submenu ul	li	{
display: inline;
margin-right: 30px;
}

#submenu ul li a 	{
border-left: 1px solid black;
padding-left: 5px;
}

#submenu ul	{
display: none;
padding: 14px 12px 12px 20px;
}

#submenu ul.selected	{
display: block;
}

#header #navigation	li a	{
color: white;
}

#header #navigation	li a.selected	{
color: #FF9933;
}

#header #secondary_navigation	{
background: transparent url(img/secondary-navigation.png) no-repeat;
padding: 11px 200px 11px 15px;
clear: left;
position: absolute;
top: 0;
right: 0;
line-height: 1;
}

#header #secondary_navigation li	{
padding-left: 10px;
background: transparent url(img/lista-header.png) no-repeat 0px 4px;

}
#header #secondary_navigation li a	{
color:#B23C1E;
font-size: 11px;
}

#header #secondary_navigation li.aula-virtual   {
background: none;
}

#header #secondary_navigation li.aula-virtual a	{
display: block;
width: 186px;
height: 64px;
background: transparent url(img/oikos-aula-virtual.jpg) no-repeat;
text-indent: -9999px;
position: absolute;
top: 0;
right: 0;
}


#content	{
margin-top: 20px;
}

#flash	{
width: 960px;
height: 300px;
background: transparent url(img/flash.jpg) no-repeat;
}

#underconstruction	{
width: 960px;
height: 300px;
background: transparent url(img/underconstruction.jpg) no-repeat;
}

#sections	{
margin-top: 40px;
}

#sections h2	{
border-bottom: 1px solid #555;
}

#sections	li	{
width: 220px;
float: left;
padding-right: 20px;
font-size: 12px;
margin-top: 5px;
}

#info	{
clear: both;
padding-top: 50px;
}

#info p	{
background: #505150;
border-top: 4px solid #FF9933;
color: white;
text-align: center;
padding: 5px;
font-size: 11px;
}

/* Para el template base */

#main	{
float: right;
width: 760px;
text-align: justify;
}

#main h2	{
color: #e56d38;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}

#main h3	{
font-weight: bold;
font-size: 110%;
}

#main dl	{
font-size: 90%;
line-height: 1.1;
margin-bottom: 15px;
}

#main dl dt	{
color: #666;
margin-top: 5px;
}

#main a	{
color: #5260D5;
}

#page_main	{
float: right;
padding-left: 35px;
background: transparent url(img/oikos_side.png) no-repeat;

}

#sidebar	{
width: 190px;
}

#sidebar h2	{
font-size: 140%;
}

#sidebar ul li	{
margin-top: 15px;
font-weight: bold;
color: #E56D38;
}

#sidebar ul li a	{
color: #666;
padding-left: 15px;
display: block;
font-weight: normal;
}

#sidebar ul li a:hover	{
color: #666;
background: transparent url(img/sidebar-box.png) no-repeat 0 3px;
}

#sidebar_news	{
margin-top: 150px;
}

#sidebar_news h3	{
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}

#sidebar_news ol li, #sections li ol li {
padding-left: 10px;
background: transparent url(img/news-li.png) no-repeat 0 5px;

}

#sidebar_news ol li	a {
color: #666;
font-size: 75%;
}

#oikos_rss	{
text-indent: -9999px;
background: transparent url(img/oikos-rss.png) no-repeat;
border-top: 1px solid #ccc;
margin-top: 10px;
height: 40px;
clear: right;
display: block;
}

#main p {
margin: 10px 0;
}

#main p.img-right	{
float: right;
margin-left:30px;
margin-top: 0;
margin-bottom: 0;
}

#paginator  {
float: right;
}

#paginator li   {
float: left;
margin-left: 3px;
}

#paginator li a   {
padding: 1px 3px;
background: #666;
color: white;
}

#paginator li.selected a    {
background: #E56D38;
}


