@charset "utf-8";

/* resets all styles */
@import url("reset.css");

/*

-------------------------------------
----------------SUMMARY--------------
-------------------------------------

- MAIN STYLES

- COLUMNS

- HEADER 

- MENU

- SLIDER

- TOP BOX

- MAIN CONTENT

- PAGINATION

- PORTFOLIO

- SIDEBAR

   -- TABBED CONTENT

   -- POPULAR POSTS

   -- SPONSORS

- FOOTER

- COPYRIGHT

- LOGIN

- COMMENTS

- FORMS

- NOTIFICATIONS



*/



/*---------------------------------
------------------------MAIN STYLES
---------------------------------*/

body {
	color: #000;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	
}

a {
	color: #AD0E62;
	text-decoration: underline;

}

a:hover { color: #2d6e89; }

h1, h2, h3, h4, h6,
h1 a, h2 a, h3 a, h4 a, h6 a {
	
	color: #191919;
	font-weight: normal;
	text-decoration: none !important;
	
}

h5, h5 a {
	
	color: #827b74;
	font-weight: normal;
	
}

blockquote {
	
	background: url(images/blockquote.png) no-repeat top left;
	font-style: italic;
	margin: 20px 10px 30px 10px;
	padding: 0 0 0 45px;
	
}

#wrapper {
	
	margin: 0 auto;
	position: relative;
	width: 940px;
	
}



/*---------------------------------
----------------------------COLUMNS
---------------------------------*/

.divider {
	
	background: #EAEAEA;
	float: left;
	height: 1px;
	margin: 30px 0 40px 0;
	overflow: hidden;
	width: 100%;
	
}

.x3_2 {
	float: left;
	width: 700px;
	
}



/*---------------------------------
-----------------------------HEADER
---------------------------------*/

#header {
	
	background: url(images/header_bg.gif) no-repeat top center;
	float: left;
	margin: 0 0 0 0;
	min-height: 196px;
	padding: 24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 5;
	
}

#header_index {
	
	float: left;
	margin: 24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 5;
	
}
#header_index h1{
	text-indent: -9999px;
	line-height: 0px;
	height: 0px;

	
}



/*---------------------------------
-----------------------------SLIDER
---------------------------------*/

#slider {
	background: #000;
	height: 315px;
	left: -490px;
	position: absolute;
	top: 0;
	width: 1920px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DD127B;
	
}

#slider ul {
	
	clear: both;
	position: relative;
	
}
	
	#slider ul li {
	display: none;
	height: 315px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 1920px;
		
	}
	
	#slider ul li.current {
		
		display: block;
		z-index: 2 !important;
		
	}
	
	#slider ul li.next {
		
		display: block;
		z-index: 3 !important;
		
	}

.clear {
	
	display: inline-block;
	
}
/*---------------------------------
----------------------------TOP BOX
---------------------------------*/

#top_box_index  {
	
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	width: 100%;
	
}

#top_box_index {
	margin: 255px 0 30px 0;
	z-index: 5;
	
}
/*---------------------------------
-----------------------MAIN CONTENT
---------------------------------*/

#content  {
	float: left;
	padding: 0 0 30px 0;
	position: relative;
	width: 100%;
	
}

	#left {
	float: left;
	width: 180px;
		
	}
#left ul.menu{
	width: 160px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
		
	}
#left ul.menu li{
	width: 140px;
	height: 24px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 24px;

		
	}
#left ul.menu li a{
	width: 140px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #7D0B47;
	background-color: #DD127B;
	height: 24px;
	line-height: 24px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding-left: 10px;

		
	}
#left ul.menu li a:hover{
	color: #000;
	border-left-color: #B50F66;


		
	}
	
	#right {
	float: right;
	width: 720px;
		
	}
#right .defesa_flash  {
	width: 700px;
	height: 300px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DD127B;

		
	}



/*---------------------------------
-----------------------------FOOTER
---------------------------------*/

#footer {
	float: left;
	padding: 20px 0;
	width: 100%;
	
}

	#footer_wrapper {
		
		margin: 0 auto;
		width: 940px;
		
	}
	
		#footer_content {
	float: left;
	width: 100%;
			
		}
			
		#footer_content h6 {
	color: #000;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
			
		}



/*---------------------------------
--------------------------COPYRIGHT
---------------------------------*/

#copyright {
	background: #DD127B;
	float: left;
	width: 100%;
	
}

	#copyright_wrapper {
	color: #FFF;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
		
	}
	
	#copyright_wrapper a {
	color: #FFF;
	font-weight: bold;
		
	}
	
	#copyright_wrapper .right {
	margin: 0 8px 0 0;
	position: absolute;
	right: -5px;
	bottom: -18px;		
	}
	
	#copyright_wrapper .left {
		
		margin: 0 0 0 -10px;
		
	}
	
		#copyright_wrapper ul {
			
			list-style: none;
			margin: 0;
			padding: 0 0 10px 0;
			
		}
	
			#copyright_wrapper ul li {
				
				float: left;
				margin: 0;
				
			}
	
			#copyright_wrapper ul li a {
	color: #FFF;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	text-decoration: none !important;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F583BF;
				
			}
#copyright_wrapper ul li a:hover {
	color: #000;
			}
#right img.flag{
	float:right;
	margin-top: -30px;
	cursor: pointer;
}
