/*   
Theme Name: Cooprc
Theme URI: www.reweb.com.ar
Description: Tema visual de Cooprc
Author: reweb
Author URI: www.reweb.com.ar
*/
@font-face {
 font-family: "Fecha";
 src: url(fuentes/fecha.otf) format("opentype");
}
@font-face {
 font-family: "Titulo";
 src: url(fuentes/titulo.otf) format("opentype");
}
body {
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bac2e6;
	background-image: url(imagenes/fondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	line-height: 1.3;
}
h2 {
	color: #333;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul li {
	padding-top: 2px;
	padding-left: 5px;
}
a {
	color: #4C86AC;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #036;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}
.noBorde a:hover {
	border: 0;
}
img {
	border: 0;
}
.wp-caption {
	text-align: center;
}
.wp-caption a:hover {
	border: 0;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a:hover > img {
	border:0;
}
#header {
	height: 155px;
	background-image: url(imagenes/fondoHeader.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header #menuHeaderFlash {
	position:absolute;
	left: 50%;
	margin-left: -188px;
	top:85px;
}
#cuerpo {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#bannerSuperior {
	background-color: #E6EAF6;
	background-image:url(imagenes/fondoPublicaciones.jpg);
	background-repeat:repeat-y;
}
#publicaciones {
	background-image:url(imagenes/fondoPublicaciones.jpg);
	background-repeat:repeat-y;
	width: 520px;
	float: left;
	border-right: dotted 1px #000;
	background-position: right;
}
#cuerpo_single{
	background-image:url(img/single_fondo.jpg);
	background-repeat:repeat-y;
	background-position: center center;
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto 0 auto;
}
#publicaciones_single{
	width: 730px;
	float: left;
}

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

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

#sidebar1 {
	width: 185px;
	margin-left: 520px;
	border-right: dotted 1px #000;
}
#sidebar1 .cuadro {
	width: 156px;
	margin: 0 auto;
	padding-top: 15px;
}
#sidebar2 {
	padding: 10px;
	width: 248px;
	float: right;
}
#footer {
	clear: both;
}
#categoria {
	padding-left: 95px;
	margin-top: 20px;
}
#categoria .nombre {
	font-family: "Titulo";
	font-size: 24px;
}
#categoria .descripcion {
	padding-top: 15px;
	padding-bottom: 15px;
}
.publicacion {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}
.publicacion .titulo {
	background-color: #7986B3;
	background-image: url(imagenes/fondoTituloPublicacion.jpg);
	background-repeat: repeat-y;
	padding: 6px;
	font-size: 18px;
	color:#FFF;
	margin-left: 80px;
}
.publicacion .titulo a {
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
}
.publicacion .titulo a:hover {
	border-bottom: dotted 1px #FFF;
}
.publicacion .fecha {
	font-family: "Fecha";
	line-height: 1;
	padding-left: 6px;
	padding-top: 4px;
	width: 66px;
	height: 64px;
	float: left;
	background-image: url(imagenes/globoFecha.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size:22px;
	font-weight:bold;
}
.publicacion .contenido {
	padding-top: 15px;
	margin-left: 80px;
}
.publicacion .contenido .addtoany_share_save_container a:hover {
	border: 0;
}
.publicacion .leerMas {
	text-align: right;
	margin-left: 80px;
}
.publicacion .metaData {
	padding-top: 4px;
	margin-left: 80px;
}
.navegacion {
	margin-left: 95px;
	margin-bottom: 20px;
	padding-right: 15px;
}
.navegacion .siguiente {
	float: right;
}
#footer {
	background-color:#566398;
	background-image:url(http://www.cooprc.com.ar/wp-content/themes/cooprc/img/fondo-footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:125px;
	padding-bottom:20px;
	padding-top:60px;
}
#footer .infoCoop {
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:10px 10px 10px 10px;
	padding:5px 40px 5px 30px;
	text-align:right;
}
#footer .infoReweb {
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:10px 0;
	padding-left:27px;
	padding-right:33px;
	padding-top:11px;
}
.comentarios {
	margin-left: 95px;
	margin-right: 15px;
}
.comment {
	background-color:#E2E3E5;
	border-top:1px solid #CCCCCC;
	padding:5px;
}
.infoCoop a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
}
#contenido {
	left:50%;
	margin-left:-329px;
	position:absolute;
}
