/*
     Version: 1.0
      Author: Roberto Jaton	
      Author URI: www.betojaton.com.ar 
*/
/** RESET */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*** GRALES **/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414040;
	background-color: #FFF;
}
a img { border: 0; }
a {
	text-decoration: underline;
	color: #0680AC;
}
a:link {
	text-decoration: underline;
	color: #0680AC;
}
a:visited, a.visited {
	text-decoration: underline;
	color: #595959;
}
a:hover, a.hover {
	text-decoration: none;
	color: #969698;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 22px;
	text-align: left;
	color: #000000;
	margin-bottom: 20px;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 16px;
	text-align: left;
	color: #595959;
	margin-bottom: 20px;
}
ul, ol, blockquote{
	margin:0 0 2em 20px;
	padding:0;
}
ul { list-style: none; list-style-image:none;}
ul li { margin-bottom: 5px;}
p { margin-bottom: 15px; }
table td {
	padding: 5px;}
/************** 
MAQUETACION *****/

.main {
	width: 995px;
	margin: 10px auto;
	z-index: 1;
	text-align:
}
.contentLayout {
	width: 995px;
	/*position: relative;*/
	zoom: 1;
	margin: 0 auto;
}
.contentLayout .content {
	position: relative;
	border: 0;
	float: left;
	overflow: hidden;
	display:inline;
	width: 580px;
}
/******* HEADER 
***************/
.header {
	position: relative;
	width: 995px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	z-index: 10000;
	float:left;
}
.header h1 {
	display:none;
	font-size: 0;
	text-indent: -1000px;
}
#logo {
	display : block;
	position: absolute;
	width: 272px;
	float:left;
	margin-left:7px;
}
#logo2 {
	float:right;
	width: 240px;
	text-align: right;
	margin-right:7px;
}
#logo2 small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #999;
	position:relative;
	top: -8px;
	height: 12px;
	letter-spacing: -1px;
	float:right;
}
#logo2 small a, #logo2 small a:link, #logo2 small a:visited { color: #999; }
/*** FORM BUSCAR **/
#buscador {
	width: 170px;
	float: right;
	margin:2px 2px 0px 0px;
}
#searchForm #s {
	width: 100px;
	border: 1px solid #CCC;
	height: 14px;
	font-size: 12px;
	
}
#searchForm #btnBuscar {
	cursor:pointer;
	background: url('../images/btn_buscar.png') left top no-repeat;
	width: 40px;
	height: 16px;
	border: none;
	vertical-align: text-top;
	
}
.titulos_sec {
	font-size:13px;
}
/**** SIDEBAR 1 
***************/
.sidebar1, .sidebarHome {
	position: relative;
	margin-right: 5px;
	float: left;
	overflow: hidden;
	width: 200px;
	padding:0;
	text-align:center;
}
h2#titBayer {
	background-color: #999;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	margin: 0;
}
ul#linkBayer {
	border-bottom: 1px solid #999;
	list-style: none;
	margin: 0;
}
ul#linkBayer li {
	margin: 0;
	padding:0;
	text-align:left;
}
ul#linkBayer li a:link {
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;

}
/***** SIDEBAR 2 
 *****************/
.sidebar2 {
	position: relative;
	/*margin-left: 10px;*/
	border: 0;
	float: left;
	overflow: hidden;
	width: 200px;
	padding:0;
	text-align:center;
	display:inline;
}
/**** FOOTER 
************/
.footer {
	margin: 5px auto 20px auto;
	border-top: 1px dotted #EEE;
	padding: 7px 10px;
	height: 30px;
	width: 995px;
}
#logoFooter {
	float:left;
	width: 170px;
}
#linksFooter {
	float:right;
	text-align:right;
	width: 800px;
	letter-spacing:-1px;
}
#linksFooter div {
	text-align:right;
	letter-spacing:-1px;
}


/*** TITULOS ARTICULOS */
.PostHeader a { /*** tit verde ****/
	padding:12px 0 0 18px;
	width: 563px;
	height: 31px;
	display:block;
	color: #FFF;
	overflow:hidden;
}
.PostHeader a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #FFF;
}
.PostContent {
	text-align: left;
	padding: 15px;
	width:  530px;
	overflow: hidden;
}
.PostContent ul, .PostContent ol { /*margin-left: 30px;*/ }
.Post ul li {
	padding:0px 0 0px 0px;
	margin:0.5em 0 0.5em 0;
	
}
/*** HOME ****/
.contentHome {
	width: 770px !important;
	height: 255px;
	padding:4px 0;
	float:left;
	display:inline;
}
.sidebarHome {
	position: relative;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	width: 200px;
	padding:0;
	text-align:center;
}
/*** FONDOS TITULOS PAGES ***/
.PostHeaderIcon-wrapper-Verde, .PostHeaderIcon-wrapper-Naranja, .PostHeaderIcon-wrapper-Celeste, .PostHeaderIcon-wrapper-Amarillo {
	width: 551px;
	height: 28px;
	display:block;
	color: #FFF;
	overflow:hidden;
	margin:0;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}
.PostHeaderIcon-wrapper-Verde { background-image: url(../images/verde_bg_tit.jpg); }
.PostHeaderIcon-wrapper-Naranja { background-image: url(../images/naranja_bg_tit.jpg); }
.PostHeaderIcon-wrapper-Celeste { background-image: url(../images/celeste_bg_tit.jpg); }
.PostHeaderIcon-wrapper-Amarillo { background-image: url(../images/amarillo_bg_tit.jpg); }
/*** BORDES MEDIOS PAGES **/

.PostContent-Inner, #PostContent-Inner {
	overflow: auto;
	width: 555px;
	background: #FFF url(../images/bd_puntos.gif) left bottom repeat-x;
	margin-top: 15px;
	margin-left: 8px;
	padding-bottom: 25px;
	height:610px;
	padding-top:40px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.PostContent-Verde, .PostContent-Naranja, .PostContent-Celeste, .PostContent-Amarillo {
	position: relative;
	margin: 0;
	border: 0;
	float: left;
	width: 568px;
	height: 680px;
	
}
.PostContent-Verde { background: #FFF url(../images/verde_bd_ctro.jpg) left top repeat-y; }
.PostContent-Verde a:link, .PostContent-Verde a:hover, .PostContent-Verde a:visited { color: #A1AE2E }
.PostContent-Naranja { background: #FFF url(../images/naranja_bd_ctro.jpg) left top repeat-y; }
.PostContent-Naranja a:link, .PostContent-Naranja a:hover, .PostContent-Naranja a:visited  { color: #F27320 }
.PostContent-Celeste { background: #FFF url(../images/celeste_bd_ctro.jpg) left top repeat-y; }
.PostContent-Celeste a:link, .PostContent-Celeste a:hover, .PostContent-Celeste a:visited, { color: #539EE7 }
.PostContent-Amarillo { background: #FFF url(../images/amarillo_bd_ctro.jpg) left top repeat-y; }
.PostContent-Amarillo a:link, .PostContent-Amarillo a:hover, .PostContent-Amarillo a:visited  { color: #EBB114 }
 .PostContent-Verde ul, .PostContent-Verde ol, .PostContent-Naranja ul, .PostContent-Naranja ol, .PostContent-Celeste ul, .PostContent-Celeste ol li, .PostContent-Amarillo ul, .PostContent-Amarillo ol, {
margin-left: 25px;
}
/*** BORDES INFERIORES PAGES **/
.ContentFooter-Verde, .ContentFooter-Naranja, .ContentFooter-Celeste, .ContentFooter-Amarillo {
	overflow: hidden;
	width: 569px;
	display:block;
	text-decoration:none;
	height: 18px;
	float: left;
}
.ContentFooter-Verde { background-image:url(../images/verde_bd_inf.jpg); }
.ContentFooter-Naranja { background-image:url(../images/naranja_bd_inf.jpg); }
.ContentFooter-Celeste { background-image:url(../images/celeste_bd_inf.jpg); }
.ContentFooter-Amarillo { background-image:url(../images/amarillo_bd_inf.jpg); }


/** PLUGINS ********/
.addthis_default_style { /** Botones Email/Recomendar/Mas ***/
	text-align:right;
	width: 305px;
	float:right;
}
.banner ul {
	margin:0;
	padding: 0;
}
.banner ul li {
	margin:0;
	padding:0;
}
/*** FORM ***/
form.form1 label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}
form.form1 textarea {
 float:left
 width: 150px;
 }
form .obligatorio { color: #F00; }
form #radio { vertical-align: middle;}
form p {margin-bottom: 10px;}

/*** BOTONES FORM **/
.btnAmarillo, .btnNaranja, .btnCeleste, .btnVerde  {
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	padding:3px 5px;
	font-size:10px;
	font-weight: bold;
	}
.btnAmarillo { background-color: #EBB114; border-color: #EBB114; }
.btnNaranja { background-color: #F27420; border-color: #F27420; }
.btnCeleste { background-color: #539EE7; border-color: #539EE7;}
.btnVerde {	background-color: #A1AE2E;	border-color: #A1AE2E;}
/*********** 
CLASES ******/

.bnHome {
	background-image:url(../images/bg_img_home.jpg);
	background-repeat:repeat-x;
	width: 995px;
	height: 355px;
	display:inline;
	float:left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }
.alignright img, img.alignright {
	margin: 1em;
	margin-right: 0;
}
.alignleft img, img.alignleft {
	margin:0 1em 1em 0;
	margin-left: 0;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.hidden { display: none; }
.rss-tag-icon {
	position: relative;
	display:block;
	float:left;
	background-image: url('../images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 22px;
	width: 22px;
}
.textoAmarillo {color: #EBB114; }
.textoNaranja { color:#F27420;}
.textoCeleste { color: #539EE7;}
.textoVerde { color: #A1AE2E;}
.textoGr {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #424242;
}
.textoMay { font-variant:small-caps;}
.colThumb {
	width: 130px;
	float:left;
	display: block;
	text-align: left;
}

/*** EXTENSIONES ICONOS **/

a[href$='.doc'] {
 padding-left: 17px;
 background: transparent url(../images/ico_doc.gif) no-repeat center left;
}
 a[href$='.pdf'] {
 padding-left: 17px;
 background: transparent url(../images/ico_pdf.png) no-repeat center left;
}

/*** BLOG ***/
.itemtitle { background: url(../images/flecha_amarilla.png) left top no-repeat;
	padding-left: 30px;
	font-size: 25px;
	font-family:"Times New Roman", Times, serif;
	color: #F27420;
	margin-bottom: 15px;
 }
.titulos_destacados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#contenedorTIPS {
	width:400px;
	float:left;
	}
#contenedorimagenTIPS {
	width:130px;
	float:left;
	}
.textoBlanco {
	color: #FFFFFF;
}

#contenedorAPUNTES {
	width:350px;
	float:left;
	}
#contenedorimagenAPUNTES {
	width:170px;
	margin-right:5px;
	float:left;
	}

#contenedorJUEGO1 {
	width:170px;
	margin-right:40px;
	float:left;
	text-align:center;
	}
	
#contenedorJUEGO2 {
	width:170px;
	margin-right:10px;
	float:left;
	text-align:center;
	height:150px;
	}
	

 .mapa
 {
 	font-size:11px;
 	font-family:Verdana;
 	margin:15px;
 }
 .mapa a
 {
 	text-decoration:none;
 }
 .mapa a:hover
 {
 	text-decoration:none;
 }
 
 .mapBlue 
 {
 	margin-top:10px;
 	width:220px;
 	color:#00459A;
 	float:left;
 }
 
 .mapBlue a
 {
 text-decoration:none;
 	color:#00459A;
 }
 
 .mapGreen
 {
 margin-top:10px;
 width:160px;
 	color:#647900;
 	float:left;
 }
 
 .mapGreen a
 {
 text-decoration:none;
 	color:#647900;
 }
 
.mapOrange
 {
 margin-top:10px;
 width:120px;
 	color:#FD3A00;
 	float:left;
 }
 
 .mapOrange a
 {
 	color:#FD3A00;
 	text-decoration:none;
 }
 
 .mapLightBlue
 {
 margin-top:10px;
 width:120px;
 	color:#0064D6;
 	float:left;
 }
 
 .mapLightBlue a
 {
 	color:#0064D6;
 	text-decoration:none;
 }
 
 .mapBrown
 {
 margin-top:10px;
 width:120px;
 	color:#DD7D00;
 	float:left;
 }
 
 .mapBrown a
 {
 	color:#DD7D00;
 	text-decoration:none;
 }
 
 
.tituloNotas {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
