/*   
Theme Name: UyGmr
Theme URI: http://uruguaygamer.com/
Description: Plantilla diseñada y desarrollada por Andrés Montandon, Rodrigo Alem Fernández y Leandro Fernández
Author: Andrés Montandon, Rodrigo Alem Fernández y Leandro Fernández
Author URI: http://uruguaygamer.com/
Version: 0.9
*/

body {
	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;
	font-size: 89%;
	background-image: url("img/Fondo - Patron.png");
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #E5E5E5;
	margin: 0px;
}

a {
	text-decoration: none; 
	color: #267fff;
}

img {
	border-width: 0px;
}

h1, h2, h3 {
	margin: 0px 0px 0px 0px;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

input {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border:1px solid #999999;
	color:#333333;
	font-size:0.8em;
	line-height:14px;
	margin:0;
	padding:2px;
}

#contenedor {
	width: 100%;
	height:100%;
	background: url("img/Fondo_CNV.png");
	background-attachment:fixed;
	float: left;
}

#caja {
	background: none;	
	width: 902px;
	margin: 0px auto;

}

.navigation {
	text-align: center;
	height: 20px;
	padding: 5px;
}

.front_navigation {
	background-color: #F9F9F9;
	text-align: center;
	height: 20px;
	padding: 5px;
}

.alignleft {
	width: 50%;
	float: left;
	text-align: left;
}

.alignright {
	width: 50%;
	float: left;
	text-align: right;
}

/* CSS para Header */
#cabezal {
	margin-top: 5px;
	background: url("img/Cabezal - Logo.png");
	background-position: left;
	background-repeat: no-repeat;
	width: 902px;
	height: 50px;	
}

/* CSS para Slider */
#webslider {
	margin-left: -39px;
	margin-bottom: -10px;
	padding-top: 10px;
}

#webslider .mytext {
	background: url("img/Fondo_Slider.png");
	background-position: center 120px;
	background-repeat: no-repeat;
	position:relative; 
	width:900px; 
	height: 190px; 
	float:left; 
	display:inline; 
	margin: auto;
	color:#c4c4c4; 
	text-align: center;
}

.mytext img{  
	width:800px; 
	height:150px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.mytext a { 
	border:none; 
	width:800px; 
	height:150px;
}

.inpost { 
	position:absolute; 
	text-align: right;
	top:110px; 
	left:60px; 
	background:url(img/trans.png); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.inpost h3 { 
	margin:5px; 
	font-size:11px; 
	padding:5px; 
}



/* CSS para Menu */
#menu {
	background: url("img/Botonera - Botones.png");
	width: 902px;
	height: 38px;	
	float: left;
}

#menu li {
	float: left;
	padding-top: 9px;
}

#menu ul {
	margin-left: -35px;
	padding-top: 0px;
}

.first_menu a {
	color: white;
}

.page_item a {
	color: #6b6b6b; 
}

#menu .page_item {
	background: url("img/Botones - Borde.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 38px;
	padding-right: 13px;
	padding-left: 13px;
}

/* CSS para Contenido */
#contenido {
	background: url("img/contenido_fondo-trans.png");
	border-width: 1px;
	border-style: solid;
	border-left-color: #f4f4f4;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding: 10px;
	width: 881px;
	float: left;	
}

/* CSS para Articulos en Inicio*/
#articulos {
	width: 562px;
	margin-right: 12px;
	float: left;
}

#articulos .inicio {
	background: url("img/Articulo_Fondo_Inicio.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 562px;
	height: 5px;
}

#articulos .fecha_comen {
	background: url("img/Fondo - Fecha y comentarios.png");
	font-size: 17px;
	padding: 9px 5px 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center; 
	text-transform: uppercase;
	width: 36px;
	height: 96px; 
	float: left;
}

#articulos .fecha_comen big {
	display:block;
	font-size: 29px;
	margin-top: -5px;
	margin-bottom: -5px;
}

#articulos .fecha_comen_imagen {
	background: url("img/Fondo - Fecha y comentarios.png");
	font-size: 17px;
	padding: 9px 5px 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -172px;
	text-align: center; 
	text-transform: uppercase;
	width: 36px;
	height: 96px; 
	float: left;
}

#articulos .fecha_imagen {
	margin-left: -7px;
	margin-bottom: 10px;
	width: 562px;
	height: 200px; 
	float: left;
}

#articulos .fecha_comen_imagen big {
	display:block;
	font-size: 29px;
	margin-top: -5px;
	margin-bottom: -5px;
}

#articulos .comentarios {
	margin-top: 15px;
	background: url("img/Comentarios.gif");
	background-position: center;
	background-repeat: no-repeat;
	display:block;
	width: 30px;
	height: 16px;
}

#articulos .post {
	background-color: #F9F9F9;
     	min-height:230px;
     	height:auto !important;
     	height:230px;
	padding: 7px;
}

#articulos .texto {
	line-height:1.6em;
}

#articulos h1 {
	margin-bottom: 10px;
}

#articulos .fin {
	background: url("img/Articulo - Fondo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 562px;
	height: 5px;
	margin-bottom: 10px;
}

/* CSS para Articulos solos */

#info {
	font-size: 0.8em;
	width: 113px;
	float: left;
}

#info .arriba {
	margin-top: 1.5em;
	height: 10px;
	width: 113px;
	background: url(img/Articulo_Solo_Borde_Arriba.png);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#info h2 {
	font-size: 1.3em;
	color: #6b6b6b;
	padding: 6px 12px;
}

#info ul {
	padding-left: 12px;
}

#info li {
	list-style: none;
	border-bottom: dashed #bbbbbb 1px;
	line-height: 22px;
	min-height:22px;
     	height:auto !important;
     	height:22px;
}


#info_data {
	background-color: #FFFFFF;
	width: 113px;
	float: left;
	padding-bottom: 10px;
}

#info_data ul {
	background: transparent url(img/post_details.gif) no-repeat scroll 0 0;
	margin-left: 10px;
}

#info_data li {
	padding-left: 10px;
}

#info_tags {
	background-color: #FFFFFF;
	width: 113px;
	float: left;
	padding-bottom: 10px;
}

#info_tags ul {
	padding-left: 12px;
}

#comparte {
	background-color: #FFFFFF;
	width: 113px;
	float: left;
	padding-bottom: 10px;
}

#single_articulos .single_inicio {
	background: url("img/Articulo_Solo_Fondo_Inicio.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 768px;
	height: 5px;
}

#single_articulos {
	font-size: 16px;
	width: 768px;
	margin-right: 0px;
	float: left;
}

#single_articulos .texto{
	line-height:1.4em;
}

#single_articulos .post {
	background-color: #FFFFFF;
	padding: 7px;
     	min-height:400px;
     	height:auto !important;
     	height:400px;
}

.single_fin {
	background: url("img/Articulo_Solo_Fondo_Fin.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 768px;
	height: 5px;
	margin-bottom: 10px;
	float: left;
}

/* CSS para Comentarios */
#comentarios {
	width: 754px;
	padding: 7px;
	background-color: #FFFFFF;
	float: left;
}

#comentarios .titulo {
	width: 700px;
	padding: 7px;
	background-color: #cdcdcd;
	margin-left: 24px;
}

.commentlist {
	padding-left: 0px;
	width: 89.5%;
}

#comentarios .comment-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e3e3;
	width: 100%;
	font-size: 14px;
	margin-bottom: 1em;
	background-color: #e3e3e3;
	padding: 10px;
	margin-left: 60px;
}

#comentarios .thread-odd .comment-body {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2;
	width: 100%;
	font-size: 14px;
	margin-bottom: 1em;
	background-color: #f2f2f2;
	padding: 10px;
	margin-left: 60px;
}

#comentarios .avatar {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-width: 7px;
	border-style: solid;
	border-color: #e3e3e3;
	margin-left: -67px;
	margin-top: -11px;
	position: absolute;
}

#comentarios .thread-odd .avatar {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-width: 7px;
	border-style: solid;
	border-color: #f2f2f2;
	margin-left: -67px;
	margin-top: -11px;
	position: absolute;
}

/* CSS para Sidebar */
#sidebar {
	background: transparent;
	margin: 0px;
	width: 300px;
	float: right;
}

/* CSS para Widget */
#sidebar .widget {
	background: url("img/Widget - Titulo - Fondo.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
	padding-bottom: 1px;
}

#sidebar .widget h2 {
	font-size: 12px;
	padding-top: 12px;
	padding-left: 5px;
	text-align: left;
	color: white;
	height: 38px;
}

#sidebar .fin {
	background: url("img/Widget - Fondo.png");
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 5px;
	width: 100%;
}

#sidebar ul {
	margin-top: 0px;
}

#sidebar li {
	list-style: none;
	border-bottom: dashed #bbbbbb 1px;
	margin-bottom: 7px;
	margin-left: -35px;
	margin-right: 7px;
}

/* CSS para Widget de Logeo */

#sidebar .widget_wp_sidebarlogin .pagenav {
	margin-left: 47px;
}

#sidebar .widget_wp_sidebarlogin .avatar_container {
	margin-left: 7px;
}

#sidebar .widget_wp_sidebarlogin form {
	margin-top: -7px;
	margin-left: 7px;
}

#sidebar .widget_wp_sidebarlogin p {	
	margin-top: -5px;
	margin-left: 7px;
}

/* CSS para Widget de Nube */
#sidebar .widget_tag_cloud  {
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
}

/* CSS para Widget de Facebook */
#sidebar .widget_ffb {
	background: transparent;
	background-color: white;
	margin-top: 0px;
	padding-bottom: 0px;
}

#sidebar .widget_ffb h2 {
	font-size: 0px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	color: white;
	height: 0px;
}

.fan_box .full_widget{
  	border: 0 !important;
}

/* CSS para Pie */
#footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0px;
	border-color: #bbbbbb;
	border-left-color: #f4f4f4;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background: url("img/contenido_fondo-trans.png");
	padding: 10px;
	width: 881px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}

