html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Helvetica, Arial, sans-serif
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Estilos comunes */
body {
	background-image:url(../../img/camara/n-bg-cabecera.gif);
	background-repeat:no-repeat;
	background-position: center top;
}
/* Clases comunes */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* ********************** Cabecera de la Página ********************** */
#header {
	height: 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color:#666;
}
#header h1.camara {
	background-image: url(../../img/camara/n-logo-camara.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 168px;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
}
#header h1.apli-logo {
	background-image: url(../../img/camara/n-logo-apli.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 168px;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
}
#header h1.murcia {
	background-image: url(../../img/camara/carm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 168px;
	margin-top: 7px;
	margin-left: 10px;
	float: left;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 168px;
}
#formularioLoginStyle {
	background-image:url(../../img/camara/n-bg-cab-form.gif);
	background-repeat:no-repeat;
	height: 40px;
	width: 430px;
	padding:8px 0px 5px 5px;
	margin-top:5px;
}
#formularioLoginStyle p {
	margin-right:8px;
	float:left;
}
#formularioLoginStyle p label {
	display:block;
	padding-top:5px;
	padding-left:7px;
}
#formularioLoginStyle p input {
	padding:3px;
	width:90px;
	border: 1px solid #CCC;
	height:15px;
	font-size:0.8em;
	color:#999;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 15px #333;
	cursor:pointer;
}
#formularioLoginStyle p input:focus {
	background-color: #FFC;
}
#formularioLoginStyle #loginForm p #login_ok {
	margin-left:0px;
	color:#FFF;
	background-color:#b00422;
	cursor:pointer;
	height:25px;
	width:60px;
}
#formularioLoginStyle #loginForm p #login_ok:hover {
	color:#FFF;
	background-color: #000;
	cursor:pointer;
}
/* **********************  tabs  **********************************/
.containerTabs {
	width: 930px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px;
	width: 100%;
}
ul.tabs li {
	color:#FFF;
	background-image:url(../../img/camara/n-pest-normal.gif);
	float: left;
	margin-left:10px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	position: relative;
	font-size:0.7em;
}
.containerTabs .tab_container #tab3 ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	list-style-position: inside;
	list-style-type: disc;
	color: #b00422;
	padding-bottom: 8px;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	outline: none;
	width:168px;
	height:22px;
	text-align:center;
}
ul.tabs li a:hover {
	background-image:url(../../img/camara/n-pest-hover.gif);
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background-image:url(../../img/camara/n-pest-selected.gif);
}
.tab_container {
	background-image:url(../../img/camara/n-bg-cont-tabs.gif);
	background-repeat:no-repeat;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1em;
	color:#b00422;
}
.tab_content p {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1em;
	color: #444444;
	font-size:0.75em;
	line-height:1.25em;
	padding-right:20px;
	width:auto;
	text-align:justify;
}
.tab_content h3 a {
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
#tabimg1 {
	background-image: url(../../img/camara/n-img-tab1-camara.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	height: 381px;
	width: 500px;
	margin-left:20px;
}
#tabimg2 {
	background-image: url(../../img/camara/n-mobile-marketing.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	height: 190px;
	width: 500px;
	margin-left:20px;
}
#tabimg3 {
	background-image: url(../../img/camara/n-tab-3-img.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	height: 340px;
	width: 500px;
	margin-left:20px;
}
#tabimg4 {
	background-image: url(../../img/camara/n-tab-4-img.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	height: 200px;
	width: 500px;
	margin-left:20px;
}
.columnasTabs5 {
	float: left;
	height: 250px;
	width: 430px;
	margin-right: 10px;
}
.columnasTabs5 ul li {
	font-size: 0.7em;
	color: #444444;
	padding-bottom: 8px;
	list-style-position: inside;
	list-style-type: disc;
}
/* *************************************** Slider ***************************************** */
#sliderHome {
	height: 300px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/camara/banner-slider-camara.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#sliderHome #enlace-alta {
	height: 66px;
	width: 230px;
	position:absolute;
	margin-left:710px;
	margin-top:53px;
}
#sliderHome #enlace-alta a {
	background-image: url(../../img/camara/n-member.gif);
	background-repeat: no-repeat;
	display: block;
	height: 66px;
	width: 230px;
}
#sliderHome #enlace-alta a:hover {
	background-image: url(../../img/camara/n-member-hover.gif);
	background-repeat: no-repeat;
}
#pie {
	height: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/camara/n-logo-pie.gif);
	background-position: right top;
	clear: both;
	background-repeat: no-repeat;
}
#pie p {
	font-size:0.8em;
	color:#b00422;
	margin-top:0px;
	float:right;
	width:500px;
	height:25px;
	padding-top:15px;
}
.tab_content h2.alto {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 1em;
	color:#b00422;
	height: 40px;
}
#banderas {
	padding-top: 10px;
	padding-right: 10px;
}

