/***************************************************** general */

body {
 	min-width:640px;
 	min-height: 700px;
 	background-color: #000;
 	color: #FFF;
 	margin: 0;
 	padding: 0;
	background-image: url(images/rightstrip.png);
 	background-repeat: repeat-y;
 	background-position: top right;
}

img {
	border: none;
}


#leftside,#rightside,#botleft,#botright {
	overflow: hidden;
	display: inline-block;
}

#topleft {
	float: left;
	width: 69%;
 	background-image: url(images/leftstrip.png);
 	background-repeat: repeat-y;
 	height: 35px;
}


#leftside {
	clear: both;
	float: left;
	width: 69%;
	background-image: url(images/leftstrip.png);
 	background-repeat: repeat-y;
}


#botleft {
	float: left;
	width: 71%;
 	height: 113px;
	background-color: #202020;
 	background-repeat: no-repeat;
}


/***************************************************** logo */

#logo{
	background-image: url(images/drpo_logo.jpg);
	display: block;
	position: absolute;
	left: 100px;
	top: 40px;
	width: 260px;
	height: 70px;
	z-index: 1;
	border: none;
	}
	
#logo a img{
	width: 261px;
	height: 67px;
	border: none;
	}


/***************************************************** idioma */

#topright {
	float: right;
	background-color: white;
	width: 29%;
 	height: 20px;
	padding-top: 5px;
	border: solid 0px red;
	}

#topright ul {
	width: 150px;
	height: 15px;
	margin: 0px;
	padding-left: 0%;
	padding-top: 1%;
	list-style: none;
	text-align: center;
	border: solid 0px red;
}

#topright ul .eng a{
	font-family: arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
	width: 70px;
	height: 15px;
	float: left;
	border: solid 0px red;
	}
	
#topright ul .cas a{
	font-family: arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
	width: 70px;
	height: 15px;
	float: left;
	border: solid 0px red;
	}

#topright ul li a:hover{
	text-align: center;
	width: 70px;
	border-bottom: 3px solid #f4901e;
}

.eng_active a{
	font-family: arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
	width: 70px;
	height: 15px;
	float: left;
	text-align: center;
	border-bottom: 3px solid #f4901e;
}

.cas_active a{
	font-family: arial;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: none;
	width: 70px;
	height: 15px;
	float: left;
	text-align: center;
	border-bottom: 3px solid #f4901e;
}

/***************************************************** menu */

#rightside {
	float: left;
	width: 25%;
	height: 415px;
 	margin: 90px 0px 0px 10px;
 	padding-left: 20px;
 	vertical-align: top;
 	border-left: solid 1px #4D4D4D;

}

#rightside ul {
	list-style: none;
	font-family: arial;
	font-size: 14px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 170%;

}

#rightside ul li a {
	text-decoration: none;
	color: #808080;
}

#rightside ul li.menu_active a {
	font-weight: bold;
	color: #FFF;
}

#rightside ul li a:hover {
	font-weight: bold;
	color: #FFF;
}

/***************************************************** menu2 */
	
#botright {
	float: right;
	width: 29%;
 	height: 113px;
	background-color: #202020;
 	background-position: top right;
 	background-repeat: no-repeat;
}


#botright ul {
	list-style: none;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	float: right;
	margin: 15px 50px 0px 0px;
	padding: 0px;
	line-height: 170%;
}

#botright ul li a {
	text-decoration: none;
	color: #000;
}

#botright ul li a:hover {
	font-weight: bold;
	color: #000;
}

#botright ul li.active a {
	font-weight: bold;
	color: #000;
}


#botright_2 {
	float: right;
	width: 29%;
 	height: 113px;
	background-color: black;
 	background-position: top right;
 	background-repeat: no-repeat;
}

#botright_2 ul {
	list-style: none;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	float: right;
	margin: 15px 50px 0px 0px;
	padding: 0px;
	line-height: 170%;
}

#botright_2 ul li a {
	text-decoration: none;
	color: #000;
}

#botright_2 ul li a:hover {
	font-weight: bold;
	color: #000;
}

#botright_2 ul li.active a {
	font-weight: bold;
	color: #000;
}


#content {
	padding-left: 100px;
	height: 530px;
}

#picindex {
	width: 25%;
	font-family: arial;
	margin-top: 0px;
	font-size: 280%;
	color: #f4901e;
}

/***************************************************** contact */

#content_2{
	padding-left: 100px;
	height: 530px;
	width: 620px;
}

#botleft_2 {
	float: left;
	width: 71%;
 	height: 113px;
	background-color: black;
 	background-repeat: no-repeat;
}

.contact_1{
	width: 295px;
	height: 500px;
	padding: 100px 0px 0px 0px;
	float: left;
	}
	
.contact_2{
	width: 275px;
	height: 500px;
	padding: 100px 20px 0px 0px;
	float: right;
	}
	
.contact_1 a{
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	}
	
.contact_1 a:hover{
	color: white;
	}

.contact_1, .contact_2 a{
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	}
	
.contact_1, .contact_2 a:hover{
	color: white;
	}

/***************************************************** typography */

H1{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
	}
	
H1_orange{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	}
	
h2{
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight: lighter;
	}
	


	
Orange	#FF9933
Grey	#4D4D4D


