/* RESET (codigo de reseteo)*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font:13px/1.4 Trebuchet MS;/*estono esta en el codigo original*/
	line-height: 1;
	background:url(../imagenes/bur3.jpg);
	background-repeat:repeat;
	background-position:top;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN -- RESET (codigo de reseteo)*/

/*..CLASES..*/

.clear{
	clear:both;
}

.l-img{
	margin: 10px;
	float:left; /*flotar hacia la izquierda*/
}

.r-img{
	margin: 10px;
	float:right; /*flotar hacia la derecha*/
}

.alpha{
	margin-left:0;	
}

.omega{
	margin-right:0;
}

li{


}

/*..HTML..*/


a:link{
	color: #FFFFFF;
	text-decoration:none;	
}

a:visited{
	color:#663300;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
	color:#663300;
}

a:active{
	text-decoration:none;
	color:#21B0E0;
}

#navi ul li a:active{
	background:url(../imagenes/hover.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#21B0E0;
}

/*..LAYOUT..*/




#header{
	width:940px;
	height:180px;
	
}

#logo{
	width:940px;
	height:200px;
	float:left;
	margin:0 10px 0 10px;
	background:url(../imagenes/banner2.jpg);
}

#logo a{
	width:940px;
	height:200px;
	display:block;
}
#logo spam{
	display:none;
}

#navi{
	width:940px;
	height:36px;
	float:left;
	background:#21B0E0;
	margin-left:10px;
	margin-right:10px;
	list-style:none;
}

#navi ul{
	width:940px;
	float:left;
	list-style:none;
}

#navi ul li{
	float:left;
	text-align:center;
	width:312px;

}

#navi ul li a{
	display:block;
	padding:8px 25px 8px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	/*background:#FBFB00;*/
	text-decoration:none;
}

#navi ul li a:hover{
	background:url(../imagenes/hover.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#21B0E0;
}

#wrapper{
	width:960px;
	height:760px;
	margin:auto;
	background:#FFFFFF;
}

#wrapper-service{
	width:960px;
	height:720px;
	margin:auto;
	background:#FFFFFF;
}

#wrapper-joindre{
	width:960px;
	height:927px;
	margin:auto;
	background:#FFFFFF;
}

#main1{
	width:940px;
	height:460px;
	float: left;
	background:#dff0f9;
	margin: 0px 10px;
}


#wrapper #main1 table{
    width:940px;
	height:410px;
	color:#000;
	
	
}

#wrapper #main1 td {
text-align:justify;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:60px 10px;

}

#wrapper #main1 .loguito {
padding:0px;
}
#wrapper #main1 .princpal {
padding: 40px 35px 5px 35px;
}

#wrapper #main1 .mission {
padding: 20px 35px;
}

#main{
	width:940px;
	height:420px;
	float: left;
	background: #dff0f9;
	margin: 0px 10px;
}


#wrapper #main table{
    width:940px;
	height:410px;
	color:#000;
	
}

#wrapper #main td {
text-align:justify;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;

}

#main img{
	padding:25px 10px;
}

#prod .titulo {
	font-size: 16px;
}
#prod .titulo .usb {
	font-weight: bold;
}

#prod .ofer .oferta div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 60px;
}

#wrapper-joindre #contac .form2 {

padding: 20px 30px;
}
#wrapper-joindre #contac .form1 {
padding: 40px 10px 20px 50px;
}

#wrapper-joindre #contac .imagen1 img {

padding: 10px 10px 10px 10px;
}

#contac{
	width:940px;
	height:625px;
    margin: 0px 10px;
	float: left;
	background: #dff0f9;
	
}
#contac .formulario{
	padding:0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#contac .formulario p{
	color:#000;
	text-align:justify;
	font-size:14px;
/*	padding:10px;*/
	font-family:Arial, Helvetica, sans-serif;
}

.fondophp{
	height:400px;
}


#footer{
	width:940px;
	float:left;
	margin:5px 10px;
	
}

#footer a{
	color:#AEAEAE;
	text-decoration:none;
	text-align:center;	
}

#footer a:active{
	color:#000;
	text-decoration:underline;

}

#footer a:hover{
	color:#000;
	text-decoration:underline;

}








