/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, html {
  height: 100%;
  text-align: center;
}

body
{
  background-color: #CCCCCC;
	
	font-family: Arial;	
	font-size: 1.0em;
}

a {
  color: #FFFFFF;
}

input {
  border:0 none;
  height:23px;
  overflow:hidden;
  padding: 6px 3px 3px 3px;
  width:188px;
  background:url(../images/input_bg.gif) 0 0 no-repeat;
}

textarea {
  width: 187px;
  height: 89px;
  background: url('../images/textarea_bg.gif') 0 0 no-repeat;
	padding: 0px 10px 0px 5px;
	border: none;
	font-family: Arial;  
  font-size: 0.9em;
}

/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_top_20 {
	margin-top: 20px;
}

img.shadow
{
  width: 965px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 12px;
}

img.extra_left
{
  top: 130px;
}

div.submit {
	width: 76px;
	height: 29px;
	background-color: #762223;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 0 20px;
	cursor: pointer;
}

/*######################
 MAIN CENTERED CONTAINER
 #######################*/

div#wraper {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow {
  position: relative;
  float: left;
  width: 4px;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow.left {
  background: url(../images/shadow_left.png) repeat-y;
}

div.shadow.right {
  background: url(../images/shadow_right.png) repeat-y;
}

div#content_container {
  position: relative;
  float: left;
  display: table; /*** For non-IE browsers ***/
  width: 965px;
  height: 100%;  
  background-color: #FFFFFF;
	padding: 10px;
  //height: auto; /*** For IE7  ***/
  //min-height: 100%; /*** For IE7  ***/
}

/*######################
 HEADER
 #######################*/

div.headerArea
{
  width: 965px;
  height: 130px;
  text-align: left;
  position: relative;
  background: url(../images/logo.gif) 0 0 no-repeat;
}

img.header_image
{
  float: left;
}

div.phone_number
{
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #762223;
}

/*######################
 CONTENT
 #######################*/

div#page_content {
  float: left;
  width: 693px;
  margin: 10px 0 10px 0;
  padding: 10px;
}

div#page_content h2
{
  display: block;
  color: #762223;
  padding-bottom: 15px;
  border-bottom: 1px solid #762223;
  font-size: 1.4em;
  margin: 0px;
  padding-top: 26px;
  margin-bottom: 20px;
}

/*######################
 MENU
 #######################*/

div.menu
{
	float: right;
	width: 233px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu li a
{
	display: block;
	background-color: #762223;
	height:39px;
	border-bottom: 1px solid #D12233;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}

div.menu li a:hover, div.menu li.selected a
{
	background-color: #D12233;
}

div.menu li.sub_menu_option a {
  display: block;
  background-color: #762223;
  height:39px;
  border-bottom: 1px solid #D12233;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold; 
}

div.menu li.sub_menu_option a:hover, div.menu li.selected a {
  background-color: #D12233;
}

/*######################
 SHADOW BOX
 #######################*/

div.shadow_box div.top {
  width: 239px;
  height: 3px;
  background: url(../images/shadow_box_top.png); 
}

div.shadow_box div.middle {
  width: 239px;
  background: url(../images/shadow_box_middle.png) 0 0 repeat-y; 
	/*
padding: 0 10px 0 10px;
*/
}

div.shadow_box div.bottom {
  width: 239px;
	height: 4px;
	background: url(../images/shadow_box_bottom.png);	
}

/*######################
 CONTACT FORM
 #######################*/

div#contact_form {
  float: right;
	clear: both;
	margin-top: 20px;
}

div#contact_form ul {
	list-style: none;
	padding: 0 3px 0 3px;
}

div#contact_form ul li.title {
	background-color: #762223;
	height: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
}

div#contact_form ul li {
	padding: 5px 0 5px 10px;
}

div#contact_form ul li.label {
	padding: 5px 0 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	color: #762223;
}

/*######################
 FOOTER
 #######################*/

div.footer {
	display: block;
	position: relative;
	margin-top: 30px;
	background-color: #762223;
	color: #ffffff;
	padding: 20px;
}

div.footer a
{
  color: #FFFFFF;
}

div.footer h2 {
	padding-bottom: 20px;
}

div.footer ul {
	list-style: none;
	float: left;
	margin-right: 40px;
}

div.footer ul li.top {
	font-weight: bold;
	font-size: 0.9em;
}

div.footer ul li a {
	text-decoration: none;
	font-size: 0.8em;
}

div.footer ul li a:hover {
  text-decoration: underline;
}

div.footer div.copyright {
	float: left;
	margin-top: 40px;
	font-size: 0.8em;
}

div.footer a.footer_logo {
  float: right;
  width: 67px;
  height: 60px;
  margin-top: 20px;
  background: url(../images/logo_search_you_footer.png) 0 0 no-repeat;  
}

div.footer a.footer_logo:hover {
  background-position: 0 -60px ;
}

/* fin del reset */

.galimg {
	position: relative;
	background: #fff url(jsgal/loading.gif) no-repeat 50% 50%;
	width: 480px;
}

.imgprin {
	/* es necesario para evitar un parpadero al quitar la imagen */
	width: 480px;
	height: 395px;
}

.imgprin img {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}

.galimg ul {
	position: absolute;
	top: 219px;
	width: 480px;
	list-style: none;
	text-align: center;
	left: 22px;
}

.galimg ul li {
	display: inline;
	padding-left: 3px;
}

.galimg ul li a img {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}

.jsgalpre {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	color: #fff;
	padding: 3px;
}
