@charset "utf-8";

/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
}

body {
	font-family: Arial, "Arial", sans-serif;
	font-weight:bold;
	font-size:12px;
	background:#000000;
	color:#ffffff;
	overflow:visible;
}

/*<**															Centered Content	**/
#vertical{
	float:left;
	height:50%;
	margin-top:-384px;/* half vertical height*/  /*margin-top:-270px;*/
	width:100%;
	background:#000000;
}
#centered {
	width:100%;
	height:768px; /*height:540px;*/
	clear:both;
	background:#000000;
	display:block;
	overflow:hidden;
	position:relative;
}
#main {
	width:1024px;
	height:768px;
	margin:auto;
	background:#000000  url(../img/gueto_2009_Palestina_Israel_documental.jpg) no-repeat;
}

#main div.t1{
	background:transparent url(../img/t1_bgr.png) no-repeat scroll -5px -15px;
	width:100%;
	height:72px;
	padding:7px 0;
	line-height:11px;
}
#main div.t1 p{
	margin:8px 3px;
}

#main div.t2left {
	float:left;
	height:300px;
	padding:7px 0;
	text-align:justify;
	width:48%;
	line-height:12px;
}
#main div.t2left p {
	margin:5px 0;
}
#main div.t2right {
	float:right;
	height:347px;
	text-align:justify;
	width:48%;
	line-height:12px;
}
#main div.t2right p {
	margin:3px 0 12px;
}

#main div.t4 {
	float:left;
	height:260px;
	width:180px;
}
#main div.t4 p {
	margin:0 0 5px 10px;
	text-align:justify;
}

#head {
	height:175px;
	margin:auto;
	width:596px;
}
#lang {
	float:left;
	margin-top:110px;
	width:100px;
}
#blog {
	float:left;
	margin-left:35px;
	margin-top:110px;
	width:115px;
}
a {
	text-decoration:none;
	margin:0;
}
a img {
	border:0px;
	text-decoration:none;
	
}
#head_center{
	display:block;
	float:left;
	margin:53px 0 0 54px;
	width:290px;
}

#content {
	height:435px;
	margin:auto;
	width:596px;
}
#content a.dlogo{
	color:#CCCCCC;
	float:left;
	margin:45px 65px 0;
	text-align:center;
	vertical-align:baseline;
	width:165px;
}
#content .send_msg{
	display:block;
	float:left;
	font-size:16px;
	margin:75px 0;
	text-align:center;
	width:596px;
}
#content a.cc {
	float:right;
	margin-top:35px;
}
#content img.centered {
	display:block;
	margin:auto;
}
#content img.preview_image {
	margin-top:-330px;
	cursor:pointer;
}
#content a.contact {
	display:inline-block;
	margin:0 30px 0 160px;
}
#content a.donar {
	margin:0 0 0 25px;
}
#content img.floated {
	float:left;
}
#contact_form {
	margin-top:25px;
}
#contact_form button{
	float:right;
	width:80px;
}
#contact_form label{
	clear:both;
	float:left;
}
#contact_form label.dscr{
	margin:-15px -303px;
	position:absolute;
}
#contact_form input{
	clear:both;
	float:left;
	margin-bottom:25px;
}
#contact_form textarea{
	height:75px;
	margin:0 0 0 50px;
	width:300px;
}
#donate_paypal{
	visibility:hidden;
	margin-left:-40px;
	margin-top:-80px;
}
#donate_paypal .transferencia{
	float:left;
	margin-left:210px;
	margin-top:-60px;
}
#menu {
	width:650px;
	margin:auto;		
}
#menu li{
	display:inline;
	margin-left:26px;
	margin-right:0px;
}
#menu ul{
	margin-top:10px;
}
#redline{
	margin:auto;
	width:596px;
	color:#5b2222;
	border-bottom:1px solid;
	border-top:none;
	border-left:none;
	border-right:none;
}
