@charset "utf-8";

::selection {
	background: #BEDBEB;
	color: #333;
}
/*----------------------------Estructura------------------------------*/
* {
	margin: 0;
	padding: 0;	
}
body{
	width: 960px;
	font: bold 100% verdana,sans;
	font-weight: 500;
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 30px;
	padding : 0px;
	background: url(img/background21.jpg) no-repeat top #b3b3b3 fixed;
	cursor:default;	
}

#page{
	display: block;
	width: 950px;
	min-height: 10px;
	/*height: 0px;*/
	box-shadow: 0px 0px 15px #BEDBEB;
	margin: -2px auto 0 auto;
	z-index: -1;
	animation:mymove .5s;
	animation-delay:1.4s;
	animation-play-state:running;
	animation-iteration-count:1;
	animation-fill-mode:forwards;

	/* Safari and Chrome */
	-webkit-animation:mymove .5s;
	-webkit-animation-delay:1.4s;
	-webkit-animation-play-state:running;
	-webkit-animation-iteration-count:1;
	-webkit-backface-visibility: hidden;
	-webkit-animation-fill-mode:forwards;	
}
#bottom{
	width: 100%;
	height:100px;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid #BEDBEB;
	background: url('img/bottom.png') left top no-repeat;
}
/*------------------------FIN_Estructura------------------------------*/


#atras{
width:100%;
height:100%;
position:fixed;
text-align:center;
top:0px;
left:0px;
z-index:-100;
}
#atras img{
width:100%;
height:100%;
min-width:1600px;
min-height:1000px;
}
#logo{
	position: absolute;
	margin: 20px 45px;
	z-index: 10;
}
#logo img{
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	}
#logo img:hover{
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	}

#top{
width: 100%;
height: 140px;
overflow: hidden;
}
#carrusel{
	width: 930px;
	height: 380px;
	margin:10px auto;
	overflow: hidden!important;
	box-shadow: 0px 5px 5px #333;
	background-color: #D1D1D1;
	}
#middle{
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
}
#middle p:hover{
	color: #333;
	}

#menu{
	float:left;
	background: url('img/top.png') left top no-repeat;
	text-align:right;
	width: 100%;
	border-bottom: 3px solid #BEDBEB;
	margin-top: -4px;
	height: 140px;	
	display: inline;
	}
#botones{
	float:right;
	margin: 116px 10px 0 0;
	width: 600px;
	height:35px;
	color: #333;
	}
.romanos_upper{list-style-type:upper-roman;}
.romanos_lower{list-style-type:lower-roman;}

.botones a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	border: 3px double transparent;
	}

.botones a:link,.botones a:visited{
text-decoration: none;
padding:5px;
color:#333;
font-weight: bold;
font-size: 10pt;
border-radius: 6px 6px 0px 0px;
color:#333;
}

.botones a:hover{
color:black;
border-color: #BEDBEB;
background-color: #F6F6F3;
}

.contenido{
font-size:80%;
color:Gray;
text-align:justify;
}
.margen{
margin:20px 30px 30px 30px;
}
#sublogo h3{
position:absolute;
color:#333;
font-size:80%;
margin: 116px 0 0 13px;
letter-spacing: 6px;
background-color:transparent;
}
h3{
font-size:80%;
color: white;
background-color: #3E7AA2;
text-align: center;
}
.margen li{
font-size:80%;	
}
.clear{clear:both;}
.clearL{clear:left;}
#servicios{
	clear: both;
	overflow: hidden;
	min-height: 130px;
	}
#servicios h3{	
	position: relative;
	top: 0px;
	z-index: 2;
	margin-left: -5px;
	}
#servicios .papel{
	float: left;
	position: relative;
	width: 237px;
	height: 183px;
	background-image: url('img/vignette_art.png');
	margin-top: -140px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;	
	}
.papel div{
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #3E7AA2;
	}
.papel ul li{
	list-style: none;
	text-align: left;
	padding-left: 53px;	
	}
#servicios div:hover{
	margin-top: 0px;
	}
#bottom a{
	display: block;
   background: url('img/ISO-9001.png') top no-repeat;
   height: 66px;
	width: 135px;
   overflow: hidden;
   border:none;
   margin: 5px 70px;
	}
#bottom a:hover{background-position:bottom;}
.margen img{
	margin-bottom: 10px;
	}

/*-----------------Scrollbar------------------*/
html::-webkit-scrollbar{
    width:10px;
    height:10px;
    background-color:#fff;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);
}
html::-webkit-scrollbar:hover{
    background-color:#eee;
}
html::-webkit-resizer{
    -webkit-border-radius:4px;
    background-color:#666;
}
html::-webkit-scrollbar-thumb{
	border:thin solid #3E7AA2;
	 border-radius:4px;
    min-height:0.8em;
    min-width:0.8em;
    background-color: #BEDBEB;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);
}
html::-webkit-scrollbar-thumb:hover{
	border:thin solid #BEDBEB;
    background-color: #3E7AA2;
}
html::-webkit-scrollbar-thumb:active{
    background-color:#3E7AA2;
}
/*-----------------FIN_Scrollbar------------------*/
/*------------------------------------------------*/
/*-----------------Transiciones------------------*/


.primeraLetra:first-letter {
font-size: 150%;
line-height: 1;
}


/*-----------------FIN_Transiciones--------------*/
/*-----------------Detalles--------------*/
.negrita{font-weight: bold;}
.derecha{text-align: right;}
.bloque_1,.bloque_2{
	width: 300px;
	float: left;
	list-style: none;	
	}
.bloque_1{width: 120px;margin-right: 15px;margin-bottom: 15px;}
.clear{clear:both;}
/*-----------------FIN_Detalles--------------*/