/*  
Theme Name: Blogs de Derecho Theme
Theme URI: http://www.etchevarne.net/
Description: Theme realizado por <a href="http://www.etchevarne.net">Etchevarne.net</a> para Vlex.
Version: 1.0
Author: Matias Etchevarne
Author URI: http://www.etchevarne.net
Please read the license in the README.txt included with the theme.
*/


html, body {
	margin: 0;
	padding: 0;
	font-family: arial, san-serif;
	text-align: center;
}

.home {
	background-image: url(img/home-back.png);
	background-repeat: repeat-x;
}

.seccion, .seccionblogs, .seccionbuscar, .seccioncontacto, .seccionacerca {
	background-image: url(img/seccion-back.png);
	background-repeat: repeat-x;
}

.contenido {
	width: 959px;
	margin: auto;
	text-align: left;
	background-image: url(img/contenido.png);
	background-repeat: no-repeat;
	background-position: 0 492px;
}

.seccion .contenido, .seccionblogs .contenido, .seccionbuscar .contenido, .seccioncontacto .contenido, .seccionacerca .contenido {
	background-position: 0 274px;
}

input, form, fieldset, h1, h3, h4, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* encabezado  */

.encabezado {
	position: relative;
	height: 100px;
}

h1 {
	background-image: url(img/blogs-de-derecho.png);
	width: 325px;
	height: 51px;
	position: absolute;
	top: 33px;
}

h1 span {
	display: none;
}

h1 a {
	width: 325px;
	height: 51px;
	display: block;
}

/* menu */

.menu {
	position: absolute;
	left: 375px;
	top: 61px;
	display: block;
}

.menu, .menu li {
	list-style-type: none;
}

.menu li {
	height: 39px;
	width: 115px;
	float: left;
	display: block;
	margin-right: 1px;
	background-image: url(img/menu.png);
	text-align: center;
}

.menu li a {
	height: 39px;
	width: 115px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.menu li a span {
	display: block;
	padding: 13px 0 0 0;
}

.contenido .encabezado .menu li a:hover {
	background: transparent url(img/menu.png) -0px -39px no-repeat;
}

.home .menu .menuhome, 
.home .menu .menuhome a:hover,
.seccion .menu .menusecciones, 
.seccion .menu .menusecciones a:hover,
.seccionblogs .menu .menublogs,
.seccionblogs .menu .menublogs a:hover,
.seccioncontacto .menu .menucontaco,
.seccioncontacto .menu .menucontaco a:hover, 
.seccionacerca .menu .menuacerca,
.seccionacerca .menu .menuacerca a:hover {
	background: transparent url(img/menu.png) -0px -78px no-repeat !important;
	cursor: default;
}

/* area buscador */

.buscar {
	height: 100px;
	position: relative;
}

.buscar h2 {
	color: #ff8400;
	font-size: 19px;
	margin: 12px 0 10px 0;
	padding: 0;
}

.buscar p {
	font-size: 10px;
	text-transform: uppercase;
	width: 367px;
	color: #4c4c4c;
	line-height: 17px;
	margin: 0;
	padding: 0;
	letter-spacing: -.05em;
}

.buscar p a {
	color: #4c4c4c;
}

.buscar form {
	position: absolute;
	left: 378px;
	top:30px;
}

.buscar fieldset {
	border: none;
}

.buscar legend, .buscar label {
	display: none;
}

.buscar #s {
	width: 438px;
	height: 16px;
	background-color: transparent;
	border: 0px none;
	padding: 10px;
	background-image: url(img/buscar-field.png);
	position: absolute;
	top: 3px;
	left: 0;
}

.buscar #buscarboton {
	position: absolute;
	top: 0;
	left: 460px;
}


/* Area Destacados */

.destacados {
	background-image: url(img/destacados-fondo.png);
	background-repeat: no-repeat;
	margin-top: 13px;
	position: relative;
	height: 280px;
	font-size: 12px;
}

html>/**/body .destacados{
	margin-top: 1px;
}

.destacados h3 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 16px 0;
}

.destacados a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.destacados a:hover {
	color: #471800;
}

.destacados .actualizados a, .destacados .leidos a {
	width: 290px;
}
.destacados .utilizados  a {
	width: 140px;
}

.destacados div {
	width: 304px;
	position:absolute;	
}

.destacados .actualizados {
	left: 0px;
}

.destacados .leidos {
	left: 325px;
}

.destacados .utilizados {
	left: 655px;
}

.destacados ol {
	margin-left: 23px;
}

.destacados ol li {
	height: 30px;
	margin-bottom: 8px;
	overflow: hidden;
}

.destacados .vertodas {
	position: absolute;
	top: 258px;
	left: 15px;
	height:12px; 
	width: 274px;
	text-align: center;
}

.destacados .vertodas a {
	width: 274px;
	display: block;
}

.destacados ul li {
	width: 150px;
	float: left;
	height: 16px;
	overflow: hidden;
}

/* posts home */

.post {
	background-image: url(img/post-div.png);
	background-repeat: repeat-x;
	background-position: 0 55px;
	margin-bottom: 20px;
}

.seccioncontacto .post {
	background-image: none;
}

.post ul {
	width: 250px;
	display: block;
	float: left;
	margin-top: 25px;
	font-size: 14px;
	color:#666;
}

.post ul a {
	color:#666;
}

.post ul a:hover {
	color:#222;
}

.post h4, .post p {
	width: 634px;
	display: block;
	float: right;
}

.post h4 {
	margin: 25px 0 7px 0;
	font-size: 20px;
}

.post h4 a {
	color: #74b126;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}

.post h4 a:hover {
	color:#ff8200;
}

.post p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
}

.seccioncontacto .post *, .seccionacerca .post * {
	float: none;
}

.seccioncontacto .post p, .seccionacerca .post p{
	padding: 0;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	color: #666;
}

.seccioncontacto #c_form_2 {
	margin-top: 20px;
	font-size: 14px;
}



.seccioncontacto #c_form_2 input, .seccioncontacto #c_form_2 textarea {
	border: solid 1px #ccc;
	padding: 2px;
}

.seccioncontacto #c_form_2 div{
	margin-top: 5px;
}

.post .fecha {
	font-size: 16px;
	color:#ff8200;
	margin: 7px 0 13px 0;
}

.post table {
	float: right;
	width: 634px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 14px;
	color: #666;
}

.post table td {
	width:auto;
	border-collapse: collapse;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ver archivo */

.verarchivo {
	background-color: #ff8a00;
	text-align: center; 
	margin: 60px 0 0 0;
	padding: 0;
}

.verarchivo a {
	width: 959px;
	text-align: left;
	display: block;
	margin: auto;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.verarchivo a:hover {
	color: #471800;
}

/* pie  */

.pie {
	background-color: #000;
	padding: 20px;
}

.pie p {
	margin: 0;
	padding: 0;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	width: 959px;
	text-align: left;
	display: block;
	margin: auto;
	position: relative;
}

.pie p a span {
	display: none
}

.pie p a {
	display: block;
	background-image: url(img/rss.png);
	width: 28px;
	height: 28px;
	position: absolute;
	left: 930px;
	top: -5px;
}

/* seccion */

.seccionypaginado {
	height: 62px;
	background-image: url(img/seccionypaginado.png);
	background-repeat: no-repeat;
	margin-top: 13px;
	position: relative;
}

html>/**/body .seccionypaginado{
	margin-top: 1px;
}

.seccionypaginado h3 {
	color: #663000;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 20px;
}

.seccionypaginado h3 span {
	color: #fff;
	font-weight: normal;
}

.seccionypaginado ul {
	padding-left: 10px;
	background-image: url(img/paginado-div.png);
	background-repeat: repeat-y;
	height: 61px;
}

html>/**/body .seccionypaginado ul{
	padding-left: 20px;
}


.seccionypaginado .wp-pagenavi {
	position: absolute;
	display: block;
	width: 959px;
	text-align: right;
	top:23px;
	margin:auto;		
}

.seccionypaginado ul {
	float: right
}

.seccionypaginado ul li, .paginadopie li {
	float: left
}

.seccionypaginado ul li {
	margin-top: 20px;
}

.wp-pagenavi {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.seccionypaginado ul li a, .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	border-right: solid 1px #fff;	
	
}


.seccionypaginado ul li a:hover, .paginadopie ul li a:hover, .wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #471800;
}

.paginadopie {
	background-color: #ff8a00;
	margin-top: 60px;
	padding: 5px 0;
	text-align: right;
}

.paginadopie .wp-pagenavi {
	display: block;
	width: 959px;
	text-align: right;
	margin: auto;
}

.paginadopie ul {
	float: right;
}

/* calendario */

.archives {
	margin-top: 25px;
}

.archives li {
	margin-bottom: 10px;
}

.archives li a {
	color: #808080;
	text-decoration: none;
}

.archives li a:hover {
	color: #000;
}


/* tagcloud */
.tagcloud {
	margin-top: 25px;
}

.tagcloud a {
	color: #808080;
	text-decoration: none;
}

.tagcloud a:hover {
	color: #000;
}


/* blogs */

.blogs {
	margin-top: 25px;
}

.blogs li {
	margin-bottom: 10px;
}

.blogs li a {
	font-size: 20px;
	color: #74b126;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}

.blogs li a:hover {
	color:#ff8200;
}