/*
	@author: Matias Andreatta
	@email : mandreatta@atobiz.com
	@filename : style.css
*/


	html {
	        background:#000000;
	}
	
	body {
		background:#000000;
		margin:0px;
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	/* Bloque de divisiones */
	div#superContenedor {
		width:900px;
		padding:0px;
		margin:0px;
		margin-left:auto;
		margin-right:auto;
		height: auto;
		overflow: hidden;
	}
	
	div#contenedor {
		float:left;
	}

	
	div#contenedor div#banner {
		height:165px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-repeat:no-repeat;
		background-image:url(/img/top.jpg) !important;
		width:900px;
		overflow: hidden;
	}
	
	div#contenedor div#banner div#logo {
		float:left;
		margin:35px 0 0 20px;
		padding:0;
		width:200px;
	}	
	
	
	div#contenedor div#banner div#logo img{
		margin:0px 0 0 0px;
	}
	
	div#contenedor div#banner div#imageTop {
		float:left;
		height:112px;
		margin:-105px 0 0 125px;
		width:626px;
	}
	
	div#contenedor div#banner div#imageTop img{
		margin:0px 0 0 0px;
	}
	
	
	
	/*
	* Fin Menu Principal
	*
	**************************************/	 
	
	
	div#contenedorInterior {
		background-color:#000000;
		width: 900px;
		background-repeat:no-repeat;
		background-position: bottom right;
		min-height: 630px;
		overflow: hidden;
		
	}
	
	#colLeft {
		float:left;
		width: 130px;
		height: 590px;
		overflow: hidden;
	}
	
	div#contenedorInterior div#menu {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-repeat:no-repeat;
		background-image:url(/img/fondo_menu.jpg) !important;
	}
	
	div#contenedorInterior div#menu ul {
		padding: 10px 0px 0px 0px;
		list-style:none;
		list-style-position:outside;
		list-style-type:none;
		margin:10px 0px 0px 20px;
	}
	
	div#contenedorInterior div#menu ul li {
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: normal;
		font-style: italic;
		margin: 10px 0px 0px 0px;
	}
	
	div#contenedorInterior div#menu ul li a{
		text-decoration: none;
		color: #ffffff;	
	}
	
	div#contenedorInterior div#menu ul li a:hover{
		text-decoration: none;
		color: #ff0000;	
	}
	
	div#contenedorInterior div#menu ul li ul {
		padding: 0px 0px 0px 0px;
		list-style:none;
		list-style-position:outside;
		list-style-type:none;
		margin:10px 0px 0px 10px;
	}
	
	
	div#contenedorInterior div#menu ul li ul li {
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
		font-style: italic;
		margin: 0px 0px 0px 0px;
	}
	
	div#colRight {
		width: 753px;
		float: right;	
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		overflow:hidden;
		
	}
	
	div#colRightHome {
		width: 753px;
		float: right;	
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:auto;
	}
	
	div#colRightNewsletter {
		width: 753px;
		float: right;	
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-repeat:no-repeat;
		background-image:url(/img/fondo_7.jpg) !important;
		background-position: bottom right;
		height:630px;
	}
	
	div#content{
		width: 730px;
		margin: 10px 0px 0px 20px;
		color: #ffffff;
		font-size: 12px;
		height:auto;
	}
	
	#content h1{
		font-size:16px;
		font-weight: bold;
		font-style: italic;
		color: #ff0000;
		margin:3px;
		padding:0px;
	}
	
	#content h2{
		font-size:16px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin:3px;
		padding:0px;
	}
	
	#content h3{
		font-size:14px;
		font-weight: bold;
		font-style: italic;
		color: #ff0000;
		margin:3px;
		padding:0px;
	}
	
	#content h4{
		font-size:14px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin:3px;
		padding:0px;
	}
	
	#content p{
		font-size:12px;
		font-weight: normal;
		font-style: italic;
		color: #ffffff;
		margin:3px;
		padding:0px;
	}
	
	#content strong{
		font-size:12px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin:3px;
		padding:0px;
	}
	
	#content span{
		font-size:12px;
		font-weight: bold;
		font-style: italic;
		color: #ff0000;
		margin:3px;
		padding:0px;
	}
	
	#content a{
		font-size:12px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin:0px;
		padding:3px;
		text-decoration: none;
	}
	
	#content a:hover{
		font-size:12px;
		font-weight: bold;
		font-style: italic;
		color: #ff0000;
		margin:0px;
		padding:3px;
		text-decoration: none;
	}
	
	#content img{
		border: 0;
	}
	
	.textoForm{
		font-size:12px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin:0px;
		padding:0px;
	}
	
	.inputForm {
		background-color:#ffffff;
		border:1px solid #908d8d;
		color:#686667;
		font-weight:normal;
		width:200px;
	}
	
	div#footer {
		clear:both;
		margin-left:0px;
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-repeat:no-repeat;
		background-image:url(/img/footer.jpg) !important;
		width:900px;
		
	}
	
	div#footer div#footerTexto{
		height:70px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:900px;
		border:1px solid #000000;
	}
	
	div#footerTexto div#footerTexto2 {
		height:30px;
		margin:30px 0 0 0;
		padding:0;
		text-align:center;
		width:900px;
		font-size:10px;
		font-weight: bold;
		color: #ffffff;
	}
	
	div#footerTexto div#footerTexto2 p{
		font-size:8px;
		font-weight: bold;
		color: #565656;
		margin:0;
		padding:0;
	}
	
	div#footerTexto div#footerTexto2 a{
		font-size:10px;
		font-weight: bold;
		color: #ffffff;
		margin:0;
		padding:0;
		text-decoration:none;
	}
	
	div#footerTexto div#footerTexto2 a:hover{
		font-size:10px;
		font-weight: bold;
		color: #ff0000;
		margin:0;
		padding:0;
	}
	
	
	.tableBorder{
		border:1px solid #ffffff;
	}
	
/* Fin de bloque de divisiones */

/* Clases */
	
	.StandardButton {
		background-image:url(/img/standard_button.gif);
		background-repeat:no-repeat;
		width:223px;
		height:25px;
		text-align:center;
		color:#ff0000 !important;
		text-decoration:none;	
		display:block;
	}
	
	.StandardButton:hover {
		text-decoration:none;
	}
	
	.StandardButton:visited {
		text-decoration:none;
		color:white;
	}
	
	
	.StandardButtonSmall {
		background-image:url(/img/standard_button_small.gif);
		background-repeat:no-repeat;
		width:139px;
		height:25px;
		text-align:center;
		color:#ff0000 !important;
		text-decoration:none;	
		display:block;
	}
	
	.StandardButtonSmall:hover {
		text-decoration:none;
	}
	
	.StandardButtonSmall:visited {
		text-decoration:none;
		color:white;
	}

	
	
	.StandardButton a {
		text-decoration:none !important;
		color:#ffffff !important;
		
	}
	.StandardButton a:hover {
		text-decoration:none !important;
		color:#ffffff !important;
	}
	.StandardButton a:visited {
		text-decoration:none !important;
		color:#ffffff !important;
	}
	
	a.StandardButtonSmall {
		text-decoration:none !important;
		color:#ffffff !important;
		margin-top:3px !important;
	}
	a.StandardButtonSmall a:hover {
		text-decoration:none !important;
		color:#ffffff !important;
		margin-top:3px !important;
	}
	a.StandardButtonSmall a:visited {
		text-decoration:none !important;
		color:#ffffff !important;
		margin-top:3px !important;
	}
	
	
	
	.sel {
		color: #FF0000;
	}
	
	#content_index {
		background-image:url(/img/content_index_bk.png);
		background-repeat:no-repeat;
		width: 731px;
		height: 467px;
	}
	
	
	
	#news_index {
		background-image:url(/img/news_index_bk.png);
		background-repeat:no-repeat;
		width: 728px;
		height: 170px; /*146px;*/
		position: relative;
		float: left;
		margin-top: -26px;
	}
	
	#news_index img {
		border: 3px solid #FFFFFF;
		float: right;
		margin: 47px 14px 0 0;
	}
	
	#news_index h1 {
		font-size: 18px;
		color: #000000;
		font-style: italic;
		margin: 34px 0 0 10px;
		border-bottom: 1px solid #c28485;
		width: 578px;
	}
	
	#news_index p {
		width: 595px;
		margin: 0;
		padding:0;
		font-size: 14px;
		color: #FFFFFF;
	}
	
	
	
	.box_index {
		background-image:url(/img/box_index_bk.png);
		background-repeat:no-repeat;
		width: 231px;
		height: 163px;
		position: relative;
		float: left;
		margin: 17px 17px 0 0;
	}
	
	.box_index h1 {
		color: #c1272d;
		font-size: 18px;
		font-style: italic;
		overflow: hidden;
		width: 208px;
		height: 20px;
		margin: 5px 0 0 10px;
	}
	
	.box_index #img {
		border: 3px solid #FFFFFF;
		float: right;
		width: 211px;
		height: 118px;
		margin: 7px 7px 0 0;
		overflow: hidden;
	}
	
	.box_index #calendar {
		border: 3px solid #FFFFFF;
		float: right;
		width: 211px;
		height: 118px;
		margin: 7px 7px 0 0;
		overflow: hidden;
	}
	
	.box_index .text {
		height: 45px;
		margin: 73px 0 0 0;
		background-image: url(/img/box_inex_bk.png);
	}
	
	.box_index #calendar #text_cal {
		height: 39px;
		margin: 0;
		padding: 0;
		background-color:#ffffff;
		border-bottom: 1px solid #990000;
	}
	
	.box_index #calendar #text_cal p{
		padding: 5px 0 0 5px;
		color: #000000;
		margin: 0;
	}
	
	.box_index #calendar #text_cal a{
		color: #000000;
		text-decoration:none;
	}
	
	.box_index #calendar #text_cal a:hover{
		color: #FF0000;
	}

	.box_index .text p{	
		padding: 5px;
		color: #FFFFFF;
		margin: 0;
	}
	
	.social_box_index {
		background-image:url(/img/social_box_bk.png);
		background-repeat:no-repeat;
		width: 355px;
		height: 79px;
		position: relative;
		float: left;
		margin: 17px 17px 0 0;
	}
	
	.social_box_index  .social_picture {
		width: 95px;
		height: 48px;
		float: left;
		margin: 8px 0 0 8px;
	}
	
	.social_box_index  .social_picture p {
		font-size:9px;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
		line-height: 9px;
	}
	 	
	.social_box_index  .social_text {
		width: 240px;
		height: 63px;
		float: right;
		background-color:#FFFFFF;
		margin: 8px 8px 0 0;
	}
	
	.social_box_index  .social_text p{
		padding: 5px;
		margin: 0;
	}
/* Fin de bloque de divisiones */

/* Clases */

/* Fin de Clases */

