/**
* CSS
* 
* @version 1.0
* @author Diego Negrete 
* @author pambo
*/
* {
	margin: 0;
	padding: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	/*background-color: #fff;*/
	z-index: 3;
	text-align: center;  
	padding: 25px 0 0 0;
	width:inherit;
	overflow: hidden;
	top: 0px;
	left: 30px;
	position: fixed;
	height: inherit;
}


ul.expos 
{
margin-left:0px;
list-style-type: none;
}
ul.expos li a:hover { background:#FDFF00; text-decoration: none; }
ul.expos li a:link { color: none; text-decoration: none; }
ul.expos li a:active { color: none; text-decoration: none; }
ul.expos li a:visited { text-decoration: none; color: #666; }



body {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1A1A1A;
	text-decoration: none;
	word-spacing: Normal;
	background-color: #F0F1F5;
	/*background-image: url('http://www.pambopambo.com/files/tartan_02.png');*/ 
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: 50% 50%;
}

::selection {
	background: #E8FF1F; /* Safari */
}
::-moz-selection {
	background: #E8FF1F; /* Firefox */
}

a:link { color: #06ACE6; text-decoration: none; }
a:active { color: #06ACE6; text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover {  background: #06ACE6; color: #fff; text-decoration: none; }


body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a:link { color: #666; text-decoration: none; }
#menu a:active { color: #0099cc; text-decoration: none; }
#menu a:visited { text-decoration: none; color: #666; text-decoration: none; }
#menu a:hover {  background: #E8FF1F; color: #fff; text-decoration: none; }


#menu ul li.active a  { 
	color: #06ACE6  !important;
    font:11px Tahoma, Geneva, sans-serif;
}

#logo a:hover { background: none; text-decoration: none; }
#patrocinadores a:hover { background: none; text-decoration: none; }

a img { border: none; }

#menu {
        font-family: Tahoma, Geneva, sans-serif;
	z-index: 1;
	top: 160px;
	background-color: #ffffff;
	/*line-height: 14pt;*/
	width: 180px;
	/*overflow: auto;*/
	left: 30px;
	position: fixed;
	padding: 0px 10px 0 0;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-bottom: 0px;
}

#menu ul li.section-title { 
	color: #06ACE6;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}

#content {
	z-index: 4;
	height: 100%; 
	margin: 0 160px 0 235px;
	bottom: 0;
	padding: 155px 0px 0px 0px;
	width: 680px; 
}

.container {
	padding: 5px 5px 25px 5px;
}


#menu ul li.section-title:before {
	content: "";
}

#content p {
    font-family: Tahoma, Geneva, sans-serif;
	width: 450px; 
	margin-bottom: 9px; 
	/*background-color: #FFFFFF;*/
	color: #1A1A1A;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 12px;
	font-size: 11px;
}


#contactosmall {
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 225px;
	/*line-height: 25px;*/
	background-color: #fff;
}

#patrocinadores {
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	left: 30px;
	margin-bottom: 0px;
	width: 180px;
	/*height: inherit;*/
    height: 80px;
	background-color: #E6E6E6;
	position: fixed;
	bottom: 0px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#raya {
	left: 30px;
	width: 1600px;
	height: 2px;
	background-color: #000000;
	position: fixed;
        top: 135px;
}
#header{
	left: 30px;
	width: 100%;
	height: 160px;
	background-color: #F0F1F5;
	position: fixed;
        top: 0px;
}


#cboxdiv{
        text-align: center; 
        line-height: 0;
	left: 850px;
	position: fixed;
        top: 160px;
}


p {
	margin: 0 0 9px 0;
}

h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#once { clear: left; }

/*custome ccs for images*/

/*crabs*/
#long-sandy-beach .one-box img {}
#long-sandy-beach .one-box { float: left; padding-right: 10px; }
#long-sandy-beach .content p{ display: block; width: 630px; }
#long-sandy-beach .caption-box {padding: 10px;}
#long-sandy-beach .caption-box .title { font-weight: bold; }
#long-sandy-beach .caption-box .caption {  }
/*end crabs*/


#img-container p img{ border: 5px Solid #FFFFFF; }