/* IMAGENES REDONDEADAS */
	/* normal image */
        .normal-img {
            /*background: #ccc;
            border: solid 1px #C9CCD1;*/
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        }
        .normal-img-2 {
            display: inline-block;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
            -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
        }
        
        /* rounded image styles */
        .rounded-img {
            display: inline-block;
            border: solid 1px #000;
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        }
        .rounded-img2 {
            display: inline-block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
            box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
        }
        
	    .left {
            float: left;
            margin-right: 20px;
        }
/*  FIN IMAGENES REDONDEADAS */



/* Pure CSS3 Multi Level Drop Down Navigation Menu */
/*             By www.Bloggermint.com            */


#nav {
    	float: left;
   		font: bold 12px Arial, Helvetica, Sans-serif;
    	border: 1px solid #121314;
    	border-top: 1px solid #2b2e30;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    	overflow: hidden;
}

#nav a:link, a:visited {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li {
	float:left;
}

#nav ul li a {
   	float: left;
	color:#d4d4d4;
    	padding: 10px 20px;
	text-decoration:none;
    	background:#3C4042;
 	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,63,65)), color-stop(0.55, rgb(72,76,77)), color-stop(0.78, rgb(75,77,77)) );
	background: -moz-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
	background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(0,0,0,0.2);
 	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
}

#nav ul li a:hover{
    	color: #252525;
    	background:#3C4042;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
	background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
	background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;

}


#nav ul li:hover > a {
    	color: #ccc;
    	background:#3C4042;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
	background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
	background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 -1px #000;

}

#nav li ul a:hover {
    color: #ccc;
  	background: #5C9ACD;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
    	border-bottom: 1px solid rgba(0,0,0,0.6);
    	border-top: 1px solid #7BAED9;
    	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

#nav ul li li:hover > a  {
    color: #2c2c2c;
  	background: #5C9ACD;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
	background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
	background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
    	border-bottom: 1px solid rgba(0,0,0,0.6);
    	border-top: 1px solid #7BAED9;
    	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}




#nav li ul {
    	background:#3C4042;
    	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
    	background-image: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	background-image: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
    	border-radius: 0 0 10px 10px;
    	-moz-border-radius: 0 0 10px 10px;
    	-webkit-border-radius: 0 0 10px 10px;
    	left: -999em;
    	margin: 35px 0 0;
    	position: absolute;
    	width: 160px;
    	z-index: 9999;
    	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    	border: 1px solid rgba(0, 0, 0, 0.5);
}

#nav li:hover ul {
    	left: auto;
}

#nav li ul a {
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 120px;
    	box-shadow: none;
    	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
    	border-bottom: 1px solid transparent;
    	border-top: 1px solid transparent;
}

#nav li li ul {
    	margin: -1px 0 0 160px;
    	-webkit-border-radius: 0 10px 10px 10px;
    	-moz-border-radius: 0 10px 10px 10px;
    	border-radius: 0 10px 10px 10px;
    	visibility:hidden;
}

#nav li li:hover ul {
    	visibility:visible;
}

#nav ul ul li:last-child > a {
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}

#nav ul ul ul li:first-child > a {
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
	border-radius:0 10px 0 0;
	font-size:10px;
}
/* fin menu multinivel*/



.separador_960_b {
	height: 30px;
	width: 960px;
	background-color: #b1b1b1;
	border-top: #B5C831 dotted thin;
	padding-top: 0px;
	text-align: center;
	float: left;
	position: relative;
	border-radius: 15px;
}



.tit_mayor{
	text-align: left;
	/*text-transform: uppercase;
	text-shadow: #000 2px 2px 2px;
	text-shadow: #000 1px 1px 1px;	font-style:italic;*/
	color: #C7B857;
	font-size:22px;

	font-weight:bold;
	background-image: url(../images/fondo_menu.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom: #C7B857  1px dashed;
	/*border-radius: 10px 10px 10px 10px;*/
}

.tit_mayor2{
	text-align: left;
	/*text-transform: uppercase;
	text-shadow: #000 2px 2px 2px;
	text-shadow: #000 1px 1px 1px;	font-style:italic;*/
	color: #C7B857;
	font-size:22px;

	font-weight:bold;
	background-image: url(../images/fondo_menu.png);
	background-position:bottom center;
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	/*border-bottom: #B5C831  1px dashed;
	border-radius: 10px 10px 10px 10px;*/
}


.tit_productos{

    text-align: center;
    text-transform: uppercase;
    /*text-shadow: #2d2f2d 2px 2px 4px;*/
	text-shadow: #fff 2px 2px 4px;
	color:#000;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
/*	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	height: 60px;
	border-radius: 10px 10px 10px 10px;*/
	line-height: 30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}

.tit_mail {

    text-align: center;
    /*text-transform: uppercase;
    text-shadow: #2d2f2d 2px 2px 4px;*/
	text-shadow: #fff 2px 2px 4px;
	color:#b1b1b1;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	line-height: 30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}

.tit_mail a:link{

	font-size:40px;

}

.tit_mail a:hover{

	color: #000;

}

.fp_box5_nmc_int { 
	float: left; 
	width: 150px; 
	height: 150px;
	background-image:url(../images/nmc_producto_guardasillas.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-shadow: #000 1px 1px 1px;
	font-weight:bold;
	text-decoration:none;
	
 
}

.fp_box5_nmc_int:hover { 
	float: left; 
	width: 150px; 
	height: 150px;
	background-image: url(../images/logo_nmc.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	

}


.fp_box5 { 
	float: left; 
	width: 160px; 
	height: 160px;
	margin-right: 5px;
	margin-bottom: 5px; 
	/*margin-top: 5px;*/
	padding: 9px; 
	text-align: center; 
	/*background: #c8c8bd;*/ 
	background: #D5D9E0; 
	/*border: 1px  #036 dashed;*/
 
	
}

.fp_box5:hover { 
	/*background: #696960;*/ 
	/*border: 1px solid #000;*/
	background: #fff;
}

.fp_box5 h2 a { 
	color: #000; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5 img { 
	margin-bottom: 10px; 
}

.fp_box5 h2 { 
	margin-bottom: 5px; 
}

.fp_box5 p { 
	text-align: left; 
}

.fp_box5:hover.fp_box5 h2 a { 
	color: #fff; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5:hover p { 
	color: #d6d6ce;
}

#slider-left-but1 { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_left.png); 
	margin-right: 10px; 
}

#slider-right-but1 { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_right.png); 
}

#slider-left-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_left.png); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(../images/templatemo_slider_right.png); 
}

/************ importados  ****************/
.cabecera {
	height: 50px;
	width: 960px;
	left: 0px;
	top: 1px;
	float: left;
	position:relative;
	background-attachment: scroll;
	/*background-image: url(imagenes/superior_top_cuisine.png);
	background-repeat: no-repeat;*/
	z-index: 1000;
}

.cabecera-logo {
	float: left;
	height: 140px;
	width: 140px;
	left: -1px;
	top: 0px;
	/*	background-image: url(../images/logo_zelamar.png);*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	/*background-position: center center;*/
	background-position: -20px;
	position: absolute;
	margin-left: 50px;
	margin-top: 20px;
	z-index: 50;
}

/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	
	color: #fff;
	/*color: #6a717c;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	background-color: #000;
	/*background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/bkg-pat.png);*/
}	
#home { 
	/* background: #bfc5ce url(../images/templatemo_body.jpg);*/ 
	background-repeat: repeat-x; 
	background-position: top; 
}

#sub { 
	background: #bfc5ce url(../images/templatemo_body_sub.jpg); 
	background-repeat: repeat-x; 
	background-position: top; 
}

a, a:link, a:visited {
	color: #999;
	/*font-weight: 700;*/ 
	text-decoration: none;
	/*font-size: 11px;*/
}

a:hover { 
	text-decoration: none; 
}

a.more { 
	display: block; 
	width: 122px;  
	height: 32px; 
	line-height: 32px; 
	font-size: 13px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	background: url(../images/templatemo_button.jpg) no-repeat top center; 
	color: #bfc5ce; 
}

a.more:hover { 
	color: #fff; 
	background: url(../images/templatemo_button_hover.jpg); 
}


.p1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold; 
	 
}
p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { 
	border: none; 
}

blockquote { 
	font-style: italic; 
	margin: 0 0 0 10px;
}

cite { 
	font-weight: bold; 
	color:#08122a; 
}

cite span { 
	color: #08122a; 
}

em { 
	color: #08122a; 
	font-size: 11px; 
	font-weight: 700; 
}

h1, h2, h3, h4, h5, h6 {
	/*color: #039;
	font-weight: bold;*/
	color: #B5C831;
	
}
h1 { font-size: 22px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 20px; margin: 0 0 15px; padding: 5px 0 10px }
h3 { font-size: 16px; margin: 0 0 15px; padding: 0 0 10px; }
h4 { font-size: 14px; margin: 0 0 15px; padding: 0; }
h5 {
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
}
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	padding: 4px; 
	border: 1px solid #d3d7dc; 
	background: #a3abb8; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.image_frame { 
	position: relative; 
	width: 300px; 
	height: 131px; 
}

.image_frame img { 
	margin: 10px; 
	width: 280px; 
	height: 110px; 
}

.image_frame span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 131px; 
	background: url(../images/templatemo_image_frame.png) no-repeat; 
}

.templatemo_list { 
	margin: 0 0 10px 10px; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#08122a; 
	margin: 0; 
	padding: 0 0 5px 20px; 
	background: url(../images/templatemo_list.jpg) no-repeat scroll 0 5px;  
}

.templatemo_list li a { 
	color: #08122a; 
	font-weight: normal; 
	text-decoration: none; 
}

.templatemo_list li a:hover { 
	text-decoration: underline; 
}

#templatemo_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

#templatmeo_header {
	width: 930px;
	height: 60px;
	padding: 15px;
	/*background: url(../images/templatemo_header.jpg) no-repeat;*/ 
}

#site_title { 
	float: left; 
	width: 235px; 
	height: 60px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 215px; 
	height: 60px; 
	margin: 0 10px; 
	color: #fff; 
	outline: none; 
	text-indent: -10000px; 
	background: url(../images/templatemo_logo.jpg) no-repeat top center; 
}

/* menu */


#templatemo_menu_centro {
	margin: auto;
	width: 960px;
	height: 100px;
	text-align:left;
	position:relative;
/*	background-image: url(../images/fondo_menu.png);
	background-position:bottom;*/
	
}

#templatemo_menu_centro2 {
	margin: auto;
	width: 960px;
	height: 100px;
	text-align:left;
	position:relative;
	/*background-image: url(../images/fondo_menu.png);
	background-position:bottom;*/
	
}


#templatemo_menu_centro1 {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    height: 20px;
    margin: auto;
    position: relative;
    text-align: left;
    width: 960px;
}

/*  MENU 1 */
#templatemo_menu1 {
	/*float: right;*/
	width: 100%;
	height: auto;
/*	padding: 10px 0;*/
	
/*	text-align:right;*/
}

#templatemo_menu1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#templatemo_menu1 ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu1 ul .last { 
	background: none; 
}

#templatemo_menu1 ul li a {
	float: left;
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	font-size: 11px;
	color: #333;	
	text-align: center;
	text-decoration: none;
	/*font-weight: 700;*/
	outline: none;
	border: none;
	/*background-color:#999999;
	background: url(../images/templatemo_menu_border.png) center center no-repeat;*/
}
/*modificacion de  menu */
#templatemo_menu1 ul li a:hover, #templatemo_menu1 ul .current{
	color: #fff;
	/*text-decoration:underline;*/
	background-color: #000;
	border-radius: 10px;
	/*background: url(../images/templatemo_menu_hover.jpg) center center no-repeat;*/
}


/*#templatemo_menu1 ul li a:hover, #templatemo_menu1 ul .current {
	color: #C30;
	text-decoration:underline;
	background-color: #333333;*/
	/*background: url(../images/templatemo_menu_hover.jpg) center center no-repeat;*/
/*}*/

/*****************   FIN MENU 1  ***********************/

/*  MENU 2 */
#templatemo_menu2 {
	/*float: right;*/
	width: 100%;
	height: auto;
/*	padding: 10px 0;*/
	
/*	text-align:right;*/
}

#templatemo_menu2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#templatemo_menu2 ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu2 ul .last { 
	background: none; 
}

#templatemo_menu2 ul li a {
	float: left;
	display: block;
	/*width: 190px;*/
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	font-size: 11px;
	color: #333;	
	text-align: center;
	text-decoration: none;
	/*font-weight: 700;*/
	outline: none;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color:#999999;
	background: url(../images/templatemo_menu_border.png) center center no-repeat;*/
}

#templatemo_menu2 ul li a:hover, #templatemo_menu2 ul .current {
	color: #fff;
	/*text-decoration:underline;*/
	background-color: #000;
	border-radius: 10px;
	/*background: url(../images/templatemo_menu_hover.jpg) center center no-repeat;*/
}


/*#templatemo_menu1 ul li a:hover, #templatemo_menu1 ul .current {
	color: #C30;
	text-decoration:underline;
	background-color: #333333;*/
	/*background: url(../images/templatemo_menu_hover.jpg) center center no-repeat;*/
/*}*/

/*****************   FIN MENU 2  ***********************/


#templatemo_menu {
	/*float: right;*/
	width: 100%;
	height: auto;
/*	padding: 10px 0;*/
	
/*	text-align:right;*/
}

#templatemo_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu ul .last { 
	background: none; 
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	font-size: 12px;
	color: #333;	
	text-align: center;
	text-decoration: none;
	/*font-weight: 700;*/
	outline: none;
	border: none;
	/*background: url(../images/templatemo_menu_border.png) center center no-repeat;*/
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
	/*color: #C30;*/
	color: #000;
	font-size: 14px;
	font-weight:bold;
	/*font-style:oblique;*/
	text-decoration: none;
	/*text-decoration:underline;
	background: url(../images/templatemo_menu_hover.jpg) center center no-repeat;*/
}

/* end of menu */

#templatemo_middle { 
	clear: both;
	width: 930px;
	height: 290px;
	padding: 40px 15px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
	background: url(../images/templatemo_middle.jpg) center top;
}

#templatemo_middle_nmc { 
	clear: both;
	width: 930px;
	height: 290px;
	padding: 40px 15px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
	background: url(../images/templatemo_middle_nmc.jpg) center top;
}


#templatemo_middle_sub {
	clear: both;
	width: 930px;
	height: 190px;
	padding: 40px 15px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
}

#mid_title {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px; /* text-shadow: 2px 2px 4px #000 */
	;
}


#tit_left { 
	float:left; 
	width: 150px; 
}

#tit_right { 
	float:right;
	height: 50px; 
	width: 800px;
	line-height: 50px;
	background-image: url(../images/fondo_menu.png);
	background-position:bottom center;
}

#tit_right2 { 
	float:right;
	height: 50px; 
	width: 800px;
/*	line-height: 50px;*/
/*	background: -moz-linear-gradient(center bottom , #3B3F41 9%, #484C4D 55%, #4B4D4D 78%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	/* text-align:center;*/
	/*background-image: url(../images/fondo_menu.png);
	background-position:bottom center;*/
}

#mid_left { 
	float:left; 
	width: 400px; 
}

#mid_slider { 
	position:relative; 
	float: right; 
	width: 450px; 
	height: 280px; 
	padding: 0 0 40px;  
}

#mid_slider span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 450px; 
	height: 250px; 
	background: url(../images/templatemo_slider_frame.png) no-repeat; 
	z-index: 10000; 
}

/* 	w w w . t e m p l a t e m o . c o m 	*/

#slider1 { 
	position: absolute; 
	width: 450px; 
	height: 250px; 
	overflow: hidden; 
}

#paginate-slider1 { 
	position: absolute; 
	bottom: 50px; 
	right: 20px; 
}

#templatemo_middle p, #templatemo_middle_sub p { 
	margin-bottom: 20px; 
	color: #757e8a; 
	font-size: 16px; 
}

#learn_more a { 
	display: block; 
	background: url(../images/templatemo_learn.jpg); 
	width: 176px; 
	height: 40px; 
	font-size: 16px; 
	text-decoration: none; 
	color: #a2a8b8; 
	font-weight: 700; 
	text-align: center; 
	line-height: 40px; 
}

#learn_more a:hover { 
	color: #fff;  
}

#templatemo_main {
	clear: both;
	width: 960px;
	padding-top: 0px;
	/*padding: 5px 0 30px;*/
	margin: auto;
}

.col_w960 {
	width: 960px;
	margin-bottom: 20px;
	/*background-color:#666;*/
	text-align:center;
}
.col_w960_l {
	width: 960px;
	margin-bottom: 20px;
	/*background-color:#666;*/
	text-align:left;
}

.col_w600 { width: 600px }
.col_w450 { width: 450px; position:relative; }
.col_w300 { width: 300px }
.col_w200 { width: 200px }



.col_allw50 { 
	float: left; 
	width: 50px; 
	margin-right: 10px;
	text-align:justify; 
}

.col_allw100 { 
	float: left; 
	width: 100px; 
	margin-right: 0px;
	text-align:justify; 
}

.col_allw150 { 
	float: left; 
	width: 150px; 
	margin-right: 0px;
	text-align:justify; 
}
.col_allw200 { 
	float: left; 
	width: 200px; 
	margin-right: 30px;
	text-align:justify; 
}



.col_allw300 { 
	float: left; 
	width: 300px; 
	margin-right: 30px;
	text-align:justify; 
}



.col_allw320 { 
	float: left; 
	width: 300px; 
	margin-right: 20px;
	text-align:center; 
}
.col_allw350 { 
	float: left; 
	width: 350px; 
	margin-right: 0px;
	text-align:justify; 
}
.col_allw400 { 
	float: left; 
	width: 400px; 
	margin-right: 0px;
	text-align:justify; 
}
.col_allw450 { 
	float: left; 
	width: 450px; 
	margin-right: 30px;
	text-align:justify; 
}

.col_allw450r { 
	float: right; 
	width: 450px; 
	margin-right: 0px;
	text-align:justify; 
}
.col_allw600 { 
	float: left; 
	width: 600px; 
	margin-right: 30px;
	text-align:justify;
}

.col_allw700 { 
	float: left; 
	width: 700px; 
	margin-right: 30px;
	text-align:justify;
}


.col_last { 
	margin: 0; 
}

.sb_news_box { 
	clear: both; 
	margin-bottom: 17px; 
}

.sb_news_box  img { 
	float: left; 
	margin-right: 20px; 
	padding: 4px; 
	border: 1px solid #d3d7dc; 
	background: #a3abb8; 
}

.news_date { 
	color: #234073; 
	font-size: 10px; 
	font-weight: 700; 
}

.fp_lw_box { 
	margin-bottom: 25px; 
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
	padding-bottom: 30px; 
	background: url(../images/templatemo_content_divider.jpg) repeat-x bottom; 
}

.post_box .image_frame { 
	float: right; 
	margin-left: 40px; 
}

.post_header { 
	border-top: 3px solid #999; 
	border-bottom: 1px solid #ccc; 
	padding: 5px; 
	margin-bottom: 20px; 
}

.post_box h2 { 
	font-size: 34px; 
	margin-bottom: 30px; 
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box img { 
	float: left; 
	margin-right: 20px; 
}

#contact_form { 
	padding: 0; 
	width: 400px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #111; 
	border: 1px solid #a4acb7;  
	background: #d4d4d4; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px; 
}

#contact_form form textarea { 
	width: 388px; 
	height: 160px; 
	padding: 5px; 
	color: #111; 
	border: 1px solid #a4acb7;  
	background: #d4d4d4; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 5px 14px;
	border: 1px solid #a4acb7;  
	background: #d4d4d4;
	font-size: 14px; 
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery ul { 
	margin: 0; 
	padding: 0; 
}

#gallery ul li { 
	position: relative; 
	display: block; 
	float: left; 
	width: 300px; 
	height: 140px; 
	margin: 0 30px 50px 0; 
}

#gallery ul .rm_col { 
	margin: 0 0 30px; 
}
#gallery ul li span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 131px; 
	background: url(../images/templatemo_image_frame.png); 
}

#gallery ul li a img { 
	margin: 10px; 
	width: 280px; 
	height: 110px;
}

#templatemo_footer_wrapper {
	clear: both;
	background: #8e97a4;
	border-top: 5px solid #d5d9e0;
	width: 100%;
}

#templatemo_footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #40464f;
}

#templatemo_footer a { 
	text-decoration: none; 
}

#templatemo_footer .footer_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_footer .footer_list li {
	border-bottom: 1px dashed #404040;
}

#templatemo_footer .footer_list li a { 
	font-weight: normal;
	text-decoration: none;
}

#templatemo_footer h4 {
	color: #08122a;
	padding-bottom: 10px;
	background: url(../images/templatemo_h4_divider.jpg) repeat-x bottom;
}

#templatemo_copyright_wrapper {
	clear: both;
	background: url(../images/fondo_menu.png) no-repeat bottom center;
/*	background: url(../images/templatemo_footer.jpg) repeat-x top;*/
	width: 100%;
	border-top: #CCC solid 1px;
}

#templatemo_copyright {
	width: 960px;
	margin: 0 auto;
	padding: 5px 5px 5px;
/*	color: #3a4f83;*/
	color: #333;
	text-align: center;
}

#templatemo_copyright  a {
	color: #000;
/*	color: #607fcb;*/
	text-decoration: none;
}
