﻿/*
Theme Name: Nombre Tema
Theme URI: www.miweb.com
Description: descripciÃ³n del tema VersiÃ³n: 1
Author: auto
Author URL: direcciÃ³n web del autor
*/

/*------Estilos Generales------*/
* {
	margin:0px;
	padding:0px;
}

body {
	background: #FFFFFF;
	font-size: 12pt;
	font-family: "open sans", Arial, Helvetica, sans-serif;
}

header, #main, footer {
	width:85%;
	max-width:960px;
	margin:0px auto;
	padding-top:5px;
}

a {
	color:#bf2222;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}
	I
/*------Header------*/
header {
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	width:85%;
}

header #logo {
	width:35%;
	float:left;
}

header #logo p {
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:4rem;
	font-weight:100;
	text-align:left;
	color:#fff;
}

header #logo span {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight: 400;
	right: 20px;
	margin-bottom: 10px;
	color: #000000;
}

header #menu {
	width:65%;
	float:right;
}

header #menu nav {
	width:100%;
	float:right;
	padding:10px 0px;
	margin-top:30px; 
}

header #menu nav ul li {
	float:right;
}

header #menu nav ul li {
	list-style:none;
	display:inline-block;
	margin-left:30px;
	margin-bottom:10px;
}

header #menu nav ul li a {
	font-family: 'Raleway', helvetica, arial;
	font-weight: 300;
	font-size: 1rem;
	color: #000000;
}

header #menu nav ul li a:hover {
	color: #008000;
}

/*------MAIN------*/
#main {
	overflow:hidden;
}

/*Slideshow*/
#main #slideshow {
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}

#main #slideshow .thumb {
	width:49%;
	float:left;
	margin-right:2%;
}

#main #slideshow article {
	float:left;
	font-family:'Open Sans', arial, helvetica, sans-serif;
	font-size:lrem;
	text-align:justify;
	width:49%;
	color:#ffffff;
}

#main #slideshow article h2 {
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:2rem;
	font-weight:300;
	text-align:left;
}

#main #slideshow article .date {
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-size:.8rem;
	font-weight:500;
	margin-bottom:10px;
	color:#777777;
}

#main #slideshow .slidesjs-pagination li {
	background:#fff;
	width:20px;
	height:20px;
	margin-right:10px;
	display:inline-block;
}

#main #slideshow .slidesjs-pagination li a {
	width:20px;
	height:20px;
	display:block;
	font-size:0pt;
}

#main #slideshow .slidesjs-pagination li .active {
	background:#333333;
}

/*------MAIN------*/

#main #articles_list {
	clear:both;
	width:75%;
	float:left;
}

#main #articles_list article{
	margin-bottom:40px; 
	margin-right:4%;
	padding-bottom:40px;
	border-bottom:lpx solid #333333;
	overflow:hidden;
}

#main #articles_list article .thumb {
	width:100%;
	margin-right:4%;
	float:left;
	margin-bottom:2%;
}

#main #articles_list article h2 {
	font-family:"Raleway", "open-sans", helvetica, arial, sans-serif;
	font-size:1.5rem;
	font-weight:300;
	color:#008000;
	margin-bottom:10px;
	margin-top:15px;
}

#main #articles_list article h2 a {
	color:#ffffff;
}

#main #articles_list article h2 a:hover {
	text-decoration:none;
	color:#bf2222;
}

#main #articles_list article .extract {
	text-align: justify;
	color: #000000;
	font-weight:100;
	line-height:150%;
	margin-bottom:15px;
}
#main #articles_list article ul li {
	margin-left:40px;
}

#main #articles_list article .date {
	font-size:.8rem;
	color:#777777;
	margin-bottom:10px;
}

#main #articles_list #pagination {
	margin-bottom:40px;
	width:100%;
}

#main #articles_list #pagination p{
	text-align:center;
}

#main #articles_list #pagination p a{
	margin:0px 20px;
	font-size:1.5rem;
	font-family:'Raleway', helvetica, arial, sans-serif;
	font-weight:300;
	display:inline-block;
}

/*------Aside------*/

#main aside {
	width:25%;
	float:left;
}

#main .widget {
	width:100%;
}

.widget {
	margin-bottom:50px;
	display:block;
	float:left;
}

.widget h3 {
	font-size:1.4rem;
	font-family:"Raleway";"open-sans", arial, helvetica;
	font-weight:400;
	color:#333333;
	margin-bottom:10px;
}

.widget ul li {
	list-style:none;
	margin-bottom:10px;
}

.widget ul li a {
	font-family:"open-sans", helvetica,Tarial, sans-serif;
	font-size:.9rem;
	color:#777777;
}

.widget ul li a:hover {
	color:#bf2222;
	text-decoration:none;
}

/*------Footer------*/

footer {
	width:85%;
}

footer .widget {
	width:25%;
}

footer #copyright {
	width:100%;
	clear:both;
	text-align:center;
	padding:10px;
	color:#333333;
	font-family:"Raleway","open-sans", helvetica, arial;
	font-size:.9rem;
}

