/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #084B6A;}
a:hover {color: #CACABA;}

body {
	background: #f5f8f9 url(img/bg-tile.jpg) top left repeat-x;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.6em Tahoma,sans-serif;}
h2 {font: bold 1em sans-serif;}
h3 {font: normal 1.6em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	/* background: url(img/quote.gif) no-repeat; */
	display: block;
	font-weight: normal;
	padding-left: 28px;
}

h1,h3 {padding: 10px 10px 1px 10px;color: #084B6A; margin-bottom: 4px;}
h2 {padding: 1px 10px 1px 10px; color: #084B6A; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left; width: 45%;}
.right {float: right; width: 45%;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 5px auto;
	padding: 5px;
	width: 780px;
}

.outer-container {
}

/* headere & title */
.header {
	background: #fff url('img/header.gif') no-repeat;
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
}

/* path */
.path {
	background: #B2D2DD;
	color: #333;
	font: normal 0.78em Tahoma,sans-serif;
	padding: 5px 8px;
}
.path a {
	color: #084B6A;
	text-decoration: none;
}
.path a:hover {
	color: #222;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
#product_screen { 
	margin: 5px 0; 
	padding: 0px; 
	height: 192px;	
	border: 1px solid #eee; 
}

.content {
	float: right;
	width: 538px;
	background: url(img/ct_bg.gif) top right no-repeat;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	font: normal 0.9em arial,helvetica,sans-serif; line-height: 15px;
	margin-left: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}

.content li a {
	text-decoration: none;
	color: #664;
}

.content li:hover {
	text-decoration: none;
}

.content li.chdli {
	margin-left: 45px;
	list-style: disc;
}

.content p { font: normal 0.9em arial,helvetica,sans-serif; line-height: 18px; padding: 10px; padding-top: 8px; }

/* mainmenu */
#menuwrap {
	padding: 87px 0 0 0;
	margin-left: 1px;
	text-transform: uppercase;
}

ul#menu {
	margin: 0;
	padding: 0px 1px 2px 0;
	list-style-type: none;
	height: 30px;
	_height: 30px;
	left: 10px;
	width: 776px;
	background: url(img/menuwraxp.gif) top left repeat-x;
}

ul#menu li {
	padding-right: 2px;
	font: normal 0.8em Verdana,sans-serif;
	display: inline-block;
	_display: inline;
}

ul#menu li#mlast {
	padding-right: 0;
}

ul#menu li a {
	display: block;
	float: left;
	width: 111px;
	height: 32px;
	_height: 25px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	color: #fff;
	letter-spacing: -1px;
	margin-top: 1px;
}

ul#menu li a:hover {
	color: #084B6A;
	background: url(img/menu_hover.gif) top center repeat-x;
	margin-top: 1px;
}

ul#menu li a.act, ul#menu li a.act:hover, ul#menu li a.act2, ul#menu li a.act2:hover {
	color: #417716;
}

ul#menu li a.act2, ul#menu li a.act2:hover {
	border-bottom: 1px solid #ddee8a;
}

/* navigation */
.navigation {
	float: left;
	width: 210px;
	height: 450px;
}
.navigation h2 {
	color: #084B6A;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-transform: uppercase;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #AADAE8;
	margin: 0 10px 0 10px;
	font: normal 0.8em Tahoma,sans-serif;
}
.navigation li {border-bottom: 1px solid #AADAE8; text-transform: capitalize;}
.navigation li a {
	background: #effafb url(img/nav_arrow.gif) top right no-repeat;
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #DBF4F6 url(img/nav_arrow_h.gif) top right no-repeat;
	color: #654;
}

/* footer */
.footer {
	background: #949490 url(img/footer.gif) top left no-repeat;
	color: #F7F7F2;
	font: bold 0.8em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .left {float: left; width: 100%;}

/* shows */
/* Clearing */
	.clear {
		clear:both;
		height:1px;
		margin:0;
		padding:0;
		font-size:1px;
		line-height:0;
	}
	.clearfix { position:relative; }
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
* html>body .clearfix { display:inline-block; width:100%; }
* html .clearfix { height:1%; }
*:first-child+html .clearfix { zoom: 1; }

#wrap {
	width:780px;
   	margin:0 auto;
   	text-align:left;
   	overflow:hidden;
	border: 1px solid #eaeae4;
	}

    #wrappaginas{
        height:250px;
        overflow:hidden;
        position:relative;
    }
    #pagina1, #pagina2, #pagina3, #pagina4, #pagina5 {
        position:relative;
        top:0px;
        left:0px;
        height:250px;
        display:block;
		margin-left:1px;
        }
    #pagina1 {
        background: url(img/bgshow01.jpg) top left no-repeat;
        }
    #pagina2 {
        background: url(img/bgshow02.jpg) top left no-repeat;
        }
    #pagina3 {
        background: url(img/bgshow03.jpg) top left no-repeat;
        }
    #pagina4 {
        background: url(img/bgshow04.jpg) top left no-repeat;
        }
    #pagina5 {
        background: url(img/bgshow05.jpg) top left no-repeat;
        }
    

    #homeBotonera {
        margin:0;
		float: right; 
		width: 210px; 
		background: #ff0000; 
		height: 250px;
        }
    #homeBotonera .selector div p {
        line-height:12px;
        font-size:11px;
        letter-spacing:-1px;
        text-align:center;
        color:#000;
    }
    #homeBotonera .selector div p strong {
        color:#7a2320;
    }
    #homeBotonera .selector.activo div {
        background-position:left bottom;
        cursor:default;
        }
    #homeBotonera .selector.activo div p,#homeBotonera .selector.activo div p strong {
        color:#e5e7e2;
        }
    #homeBotonera #sel1 {
        width:100%;
        height:50px;
		background: url(img/sw_mn01b.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel1:hover {
		background: url(img/sw_mn01.gif) top left no-repeat;
  		text-decoration: none;
		  }
    #homeBotonera #sel2 {
        width:100%;
        height:50px;
		background: url(img/sw_mn02b.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel2:hover {
		background: url(img/sw_mn02.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel3 {
        width:100%;
        height:50px;
		background: url(img/sw_mn03b.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel3:hover {
		background: url(img/sw_mn03.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel4 {
        width:100%;
        height:50px;
		background: url(img/sw_mn04b.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel4:hover {
		background: url(img/sw_mn04.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel5 {
        width:100%;
        height:50px;
		background: url(img/sw_mn05b.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel5:hover {
		background: url(img/sw_mn05.gif) top left no-repeat;
		text-decoration: none;
        }
    #homeBotonera #sel6 {
        width:100%;
/*        background-image: url(imageSelector.php?f=home_bt_06.png);*/
/* ahora situado en i_css.css */
}

/* scindex */

.scindex {
	border-top: 4px solid #FFF;
	padding: 8px 12px 8px 12px;
}
.scindex .left {float: left; width: 48%; padding: 5px;}
.scindex .right {float: right; width: 48%; padding: 5px;}

.scindex .left .hleft {float: left; width: 48%; text-align: center; border-right: 1px none #f4f4f4;}
.scindex .left .hright {float: right; width: 48%; text-align: center; border-right: 1px none #f4f4f4;}

.scindex .right .hleft {float: left; width: 48%; text-align: center; border-right: 1px none #f4f4f4;}
.scindex .right .hright {float: right; width: 48%; text-align: center; border: 1px none #f4f4f4;}

.scindex .right ul {
	margin-top: 10px;
}

.scindex .right li {
	list-style: none;
	font: normal 0.8em Verdana,sans-serif;
	color: #666; line-height: 10.9pt;
}

.scindex .right li a {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-transform: capitalize;
	font: normal 1em Verdana,sans-serif;
	color: #666; line-height: 10.9pt;
}

.scindex .right li a:hover {
	text-decoration: none;
	background: #f4f4f4;
	color: #222;
}


/* Forms */

input {
	border: 1px #ccc;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: .5em 0;
    border: 1px none #ccc;
	 padding: 10px;
}

legend {
    margin: 1px 0;
    padding: 0 .2em;
    color: #63594A;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
}

label {
    float: left;
    width: 130px;
    padding: 2px;
    text-align: left;
	padding-left: 10px;
	margin-left: 1px;
	margin-right: 5px;
	font: 11px "Trebuchet MS", Arial, Verdana;
	background: #EFEFEF;
	color: #333;
}

fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}

fieldset div input, fieldset div textarea {
    border: 1px solid #ccc;
    padding: 1px 3px;
    color: #333;
	font: 11px "Trebuchet MS", Arial, Verdana;
	background: url('../images/fieldbg.gif') top left repeat-x;
}

fieldset div select {
    padding: 0px;
	font: 11px "Trebuchet MS", Arial, Verdana;
}

fieldset div select option {
    padding: 0 5px;
	font: 11px "Trebuchet MS", Arial, Verdana;
}

div.fm-multi div {
    margin: 5px 5px;
}

div.fm-multi input {
    width: 1em;
}

div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}

#fm-submit {
    padding: 2px 1em;
    text-align: left;
}

#fm-submit input {
    border: 1px solid #ccc;
    padding: 3px 1em;
    background: #fff;
    color: #999;
    font-size: 100%;
}

#fm-submit input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}

#fm-submit .button {
    border: 1px solid #ccc;
    padding: 2px 2px;
    background: #EFEFEF;
    color: #999;
    font-size: 100%;
}

input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}

    
fieldset div.fm-req {
    font-weight: normal;
}

fieldset div.fm-req label:before {
    content: ""; 
}

.fm-opt{
	background: none; padding:3px 2px;margin: 1px;
}

.fm-req{
	background: none; padding:3px 2px;margin: 1px;
}

#form_list_output {
	margin-left: 160px;
	margin-bottom: 1px;
	padding-left: 10px;
}

#form_output_multi {
	margin-left:138px;
	margin-bottom: 1px;
	padding-left: 10px;
}

#form_container {
    margin: auto;
    padding: 5px;
    text-align: left;
}

/* clients left right */

.left ul {
	margin-top: 10px;
}

.left  li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
 	border-bottom-width: 10px%;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

.left  li a {
	display: block;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-transform: capitalize;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

.left  li a:hover {
	text-decoration: none;
	background: #f4f4f4;
	color: #222;
}

.left  .image {
	width: 98%; 
	padding: 2px;
	padding-top: 5px;
}

.left img {
	border: none;	
}

.right ul {
	margin-top: 10px;
}

.right  li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

.right  li a {
	display: block;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-transform: capitalize;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

.right  li a:hover {
	text-decoration: none;
	background: #f4f4f4;
	color: #222;
}

.right  .image {
	float: left; 
	width: 96%; 
	padding: 2px;
	padding-top: 5px;
}

.right img {
	border: none;	
}

/* Index Only */

#idx_service {
	float: right; width: 63%;
}

#idx_service ul {
	margin-top: 10px;
}

#idx_service li {
	list-style: none;
	border-bottom: 1px solid #ccc;
 	border-bottom-width: 10px%;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

#idx_service li a {
	display: block;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-transform: capitalize;
	font-family: arial,helvetica,sans-serif;	font-size: 7.5pt;	color: #666; line-height: 10.9pt;
}

#idx_service li a:hover {
	text-decoration: none;
	color: #222;
}

#idx_service img {
	border: none;
}

.climage {
	float: left; 
	width: 50%; 
	height: 100%;
	border: 1px none #ccc; 
	margin: 2px; 
	margin-right: 10px;
	margin-bottom: 10px;
}

#acccontent {
	font: 1em arial,helvetica,sans-serif; color: #333; line-height: 15pt; text-align: justify;
}

#acccontent blockquote {
	background: #FFFFE0;
	margin: 2px;
	padding: 15px;
}

#acccontent blockquote p {
	font-style: italic;
}

/* News Section */

#nsblock {
	font-family: arial,helvetica,sans-serif; 
	font-size: 8pt; color: #333; 
	line-height: 12pt; 
	text-align: justify; 
	margin: 5px 0; 
	padding: 5px;
}
#nsblock .nstitle a {
	font: normal 1.3em Arial, Helvetica, sans-serif; 
	display:block;
	color: #557833;
}

#nsblock .nstitleart a {
	font: normal 1.5em Arial, Helvetica, sans-serif; 
	display:block;
	color: #557833;
}

#nsblock a {
	text-decoration: none;	
}

#nsblock .nscal {
	 background: url('img/cal_bg.gif') top center no-repeat;
	 width: 34px; 
	 float:left; 
	 margin: 2px; 
	 padding: 8px 8px;
	 text-align: center;
}

#nsblock .nscont {
	border: 1px solid #f7f7f7; 
	width: 88%; 
	float:right; 
	margin: 2px; 
}

#nsblock .nsart {
	border: 1px solid #f7f7f7; 
	margin: 2px; 
}

#nsblock .nsartphoto {
	margin: 4px 10px; 
	padding: 8px; 
	border: 2px solid #eee; 
	float: right; 
	width: 200px; 
	height: 120px;
}

#nsblock .nsclear {
	clear: both; 
	margin: 2px; 
	padding: 3px; 
	padding-bottom: 5px; 
}

