﻿/* CSS Document */


/* Generales */
html, body {
	color: #333333;
	background-color: #276015;
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, /*img, */hr, form, fieldset, legend, input, select, textarea, dl, dt, dd {
	margin:0;
	padding:0;
	display: block;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 110%;
}

img, fieldset {
    border: 0;
}
	
a:hover {
	text-decoration: underline;
}	
	
a {
	color: #276015;
	text-decoration: none;
}	
	
/* Wrapper que hace de envoltorio, con sus esquinitas redondas */

#wrapperContent, #wrapperFooter {
	position: relative;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-right: 10px;
}

#wrapperContent {
	/*	border: 1px solid #276015; */
	text-align: justify;
	margin-top: 10px;
	background-image: url(img/bck_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;
	background-color: #fff;
	font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#wrapperFooter {
	height: 20px;
	background-color: #276015;
	margin-bottom: 10px;
	background-image: url(img/bck_wrapperB.jpg);
}

.cLeftTop, .cRightTop, .cLeftBottom, .cRightBottom { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background-position: 0 0; 
	background-repeat: no-repeat	
}
.cLeftTop  {
	top: 0px;
	left: 0px;
	background-image: url(img/bck_wrapTL.jpg)
}
.cRightTop  {
	top: 0px;
	right: 0px;
	width: 20px;
	background-image: url(img/bck_wrapTR.jpg);
}
.cLeftBottom  {
	left: 0px;
	width: 10px;
	background-image: url(img/bck_wrapBL.jpg);
	top: 0px;
	height: 20px;
}
.cRightBottom {
	top: 0px;
	right: 0px;
	width: 20px;
	background-image: url(img/bck_wrapBR.jpg);
	height: 20px;
}


/* Cabecera y menú */

#header {
	height: 82px;
	padding: 15px 21px;
}

#header ul {
	position: absolute;
	right: 25px;
	top: 10px;
	margin: 0;
	padding: 0;
	list-style: none
}

#header ul li {
	float: left;
	margin-left: 7px;
	padding-right: 7px;
	background: url(img/bck_liHeader.gif) 
	no-repeat 100% 50%
}

#header ul li.last { 
	background-image: none;
}

#header li a { 
	color: #9D9D9E;
}

#header li a, #navBar li a, #sideBar li a, #sideBar ul li a, #sideBar li.current ul li a, #contentFooter li a {
	text-decoration: none;
}

#header li a:hover, #navBar li a:hover, #sideBar li a:hover, #sideBar li.current a, #sideBar ul ul li a:hover, #contentFooter li a:hover {
	text-decoration: underline;
}

#navBar {
	height: 44px;
	border-top: 1px solid #E9E9E9;
	background: url(img/bck_navBar.jpg) repeat-x 0 0;
	overflow: hidden;
	width: 100%;
}

#navBar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	left: 50%;
	position: relative;
}

#navBar li {
	float: left;
	padding: 9px 25px 0 25px;
	background: url(img/bck_liNavBar.gif) no-repeat 0 100%;
	float: left;
	right: 50%;
	position: relative;
}

#navBar li.first { 
	background-image: none			
}

#navBar li a { 
	color: #454545;
}

#navBar li a:hover, #navBar li.current a {
	color: #276015;
}


/* Barra lateral izquierda con submenús */

#sideBar {
	float: left;
	position: relative; /*width: 24.8em;*/
	width: 175px;
	padding-top: 15px;
	padding-left: 25px;
}

#sideBar h2 {
	left: 20px;
	width: 230px;
	margin-left: 30px;
	padding: 10px 0 5px 25px;
	background-color: #276015;
	font-size: 100%;
}		

#sideBar h2, #sideBar h2 a {
	color: #fff;
	text-decoration: none;
}

#sideBar h2 a:hover {
	text-decoration: underline;
}


#sideBar ul {
	list-style: none;
	font-size: 100%;
	padding: 0;
	margin: 0px;
	text-align: left;
	color: #666667;
}	

#sideBar ul ul {
	width:100%;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	border: none;
}

#sideBar li {
	margin-bottom: 1px;
	padding: 4px;
	border-bottom: solid #CCCCCC 1px;
}			

#sideBar li a, 	#sideBar ul li.current span {
	padding-bottom: 2px;
}

#sideBar li.current span { 
	border-bottom: 1px solid #E8E8E8	 
}

#sideBar li.current ul {
	font-weight: normal;
}

#sideBar ul li.current li.current { 
	border-bottom: none 
} 

#sideBar ul ul li {
	margin-bottom: 1px;
	background:url(img/bullet_secondLevel.gif) no-repeat 0 7px;
	border-bottom:none;
	padding: 1px 1px 1px 10px;
}

#sideBar ul ul li a { 
	display:inline; 
	border-bottom:none 
}

#sideBar ul ul li.current span { 
	padding-bottom: 0; 
	border-bottom: none 
}
			
#sideBar ul ul ul li { 
	margin-bottom:0; 
	padding-bottom:0; 
	background:url(img/bullet_thirdLevel.gif) no-repeat 0 6px 
}

#sideBar ul ul ul li a, #sideBar ul ul ul li.current span { 
	display:block; 
	padding:.2em 0; 
	border-bottom: none 
}

#sideBar li a, #contentFooter li a { 
	color: #666667;
}

#sideBar li a:hover, #sidebar li.current a {
	color: #276015;
}

#sideBar li.last {
	border: none;
	padding-bottom: 6px;
}

#navBar li.current, #sideBar li.current {
	font-weight: bold;
}

/* Contenido */

#content {
	min-height:400px;
	margin-left:200px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.ImagenDerecha {
	float:right;
	margin:0 0 25px 25px;
}

.ImagenIzquierda {
	float:left;
	margin:0 25px 25px 0;
}

.ImagenCentro {
	float:none;
	margin:0 auto 0 auto;
}

.IconoNube {
	vertical-align: middle;
}

/* Pie de contenido */

#contentFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 25px;
	font-size: 90%;
}

#contentFooter .copyright {
	left:10px;
	position:relative;
	top:10px;
}

#contentFooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 10px;
	position: relative;
	float: right;
	right: 350px;
	width: 300px;
}

#contentFooter ul li { float: left; margin-left: .5em; padding-right: .5em; background: url(img/bck_liFooter.gif) no-repeat 100% 50% }

#contentFooter ul li.last { background-image: none }

/* Submenú, con sus esquinitas redondas */

.sideBarSubmenu {
	position: relative;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}
.sidebarSubmenuFooter {
	position: relative;
	width: 150px;
	padding-bottom: 25px; 
}

.submenuLeftTop, .submenuRightTop, .submenuLeftBottom, .submenuRightBottom { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background-position: 0 0; 
	background-repeat: no-repeat	
}
.submenuLeftTop  {
	top: -1px;
	left: -1px;
	background-image: url(img/bck_submenuTL.jpg)
}
.submenuRightTop  {
	top: -1px;
	right: -1px;
	background-image: url(img/bck_submenuTR.jpg);
}
.submenuLeftBottom  {
	top: -10px;
	left: 0px;
	background-image: url(img/bck_submenuBL.jpg);
}
.submenuRightBottom {
	top: -10px;
	right: -2px;
	background-image: url(img/bck_submenuBR.jpg);
}

/* Form de contacto */

.formContacto ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.formContacto li {
	clear:both;
	float:left;
	padding-bottom:7px;
	width:100%;
}

.formContacto label {
	float:left;
	padding-right:10px;
	padding-top:3px;
	text-align:right;
	width:130px;
}

.formContacto li input, .formContacto li textarea {
	font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	float:left;
	padding:1px;
	width:218px;
}

.formContacto li .example {
	float:left;
	margin-left:5px;
	padding-bottom:1px;
	width:200px;
	padding-top: 3px;
	font-size: 85%;
}

.formContacto .submit {
	margin-left:180px;
	top:5px;
	width:250px;
	border-top:solid #D9D9D9 1px;
	clear:both;
	margin-bottom:2px;
	padding-top:5px;
	text-align:right;
	top:0px;
	width:223px;
	position: relative;
	display: block;
}

.formContacto .submit input {
	float: right;
	font-family: Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:transparent url(img/bck_seeMore.gif) no-repeat scroll 90% 50%;
	border:0 none;
	cursor:pointer;
	padding: 1px 65px 0px 0px;
	position:relative;
	margin-left:0px;
}

/* Cartas de acreditaciones UNE-EN ISO */

.carta {
	width: 480px;
	margin: 0 auto 0 auto;
	padding: 30px 70px 30px 70px;
	border: solid #CCCCCC 1px;
	font-family: Tahoma;
	height: 679px;
	font-size: 12px;
}

.carta .encabezado {
	font-size: 11px;
}

.carta .ImagenIzquierda {
	float:left;
	margin:0 10px 0 0;
}

.carta .firma {
	float:right;
	text-align:center;
	width:220px;
}

.textoClaro {
	color: #666666
}


/* Para la administración integrada */

.adminDescripcion {
 font-size: 10px;
 color: #898989;
 margin: 0 0 7px 10px;
}

/* Para el logincontrol de los cojones */

.LoginCheck
{
/*	display:inline; */
}

.LoginButton
{
	font-family:Trebuchet MS, Calibri, Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	display: inline;
	float: right;
}

/* Transformación de ASPxTextBox a mayúsculas */

.TextBoxUppercase input
{
    text-transform: uppercase;
}
