/* CSS Document  */

/*   

Theme Name: title project -Rum Bar
Theme URI: http://cynfyn.com/web/
Author: cynfyn solutions
Author URI: http://www.cynfyn.com
Version: 1.0
*/

/*...........................
	html
............................*/
* {
	margin: 0;
	padding: 0;
	border: none;
	}

html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	}
body{
	background:	url(images/bg_html.jpg) repeat #DFCFBF;
	font:normal 15px/24px "Arial Narrow", Arial, Helvetica, sans-serif;
	}	
	
/* Clases útiles */
.p_relative{
	position:relative;
	}

a:link {
 	color: #5B005E;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #5B005E;
	}
a:hover {
 	text-decoration: underline;
 	color: #5B005E;
	}
a:active {
 	text-decoration: none;
	}	
p{ 
	margin-bottom:20px;
	}
table {	
	border-collapse: collapse;
	}
td{	
	text-align:left;
	}
img{
	padding:0;
	margin:0;
	}	
/*---------------------------
	SITE
------------------------------*/	
#wrapper{
	width:1000px;
	margin: 0 auto;
	}
#wrapper_internal{
	width:1000px;
	margin: 0 auto;
	background:url(images/bt_sky_top.jpg);
	 
	overflow: hidden;
	}
#wrapper_internal:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}
#col_left{
	width:300px;
	height:693px;
	background:url(images/bg_table.gif) 46px -14px no-repeat;
	}
#content{
	padding:80px 30px 0 10px;
	width:630px;
	text-align:justify;
	}		
#col_left,#content{
	float:left;
	margin-bottom:-32768px;
	padding-bottom:32768px;
	}
#header{
	height:288px;
	background:url(images/bg_header_sky.jpg) no-repeat;
	}
#footer{
	background:url(images/bg_footer_sky.png) no-repeat;
	height:39px;
	overflow:hidden;
	clear:both;
	width:1000px;
	margin: 0 auto;
	}		
/*---------------------------
	DropDowns Menu
------------------------------*/
	
div.menu_drop {
        width: 100%;
        border-style: solid solid none solid;
        border:1px solid #311E0F;
        }
div.menu_drop  ul  li {
        list-style: none;
        margin: 0;
        padding: 0;
		border-bottom:1px solid #311E0F;
		border-left:1px solid #311E0F;
        }
		
div.menu_drop li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

div.menu_drop  li a:link, div.menu_drop  li a:visited {
        color: #CFBD81;
        display: block;
        background:#4F210C;
        padding: 8px 0 0 25px;
        }

div.menu_drop  li a:hover, div.menu_drop li #current { 
        color: white;
        background: #896336;
        padding: 8px 0 0 25px;
		text-decoration:none;
        }							