@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font:12pt Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background-color:#098;*/
	background-color:#FFF;
	color:#000;}

img {
	border:0;}

p {
	text-align:justify;}

a {
	color:#760;
	text-decoration:underline;}
a:hover {
	color:#530;
	text-decoration:none;}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#444;
	border-bottom:#FC7 solid 1px;}

#barri {
	width:100%;
	height:135px;
	/*background-color:#FC7;*/}

#cabezal {
	margin:0 auto;
	width:900px;}

#izq {
	width:450px;
	float:left;
	padding-top:21px;}

#dere {
	width:450px; 
	float:left;
	text-align:right;
	padding-top:31px;}

#bmedio {
	width:100%;
	background-color:#FFF;}

#botones {
	margin:0 auto;
	width:900px;
	height:30px;
	text-align:center;
	padding-top:5px;
	border-top:#555 solid 1px;}

#centro {
	margin:auto;
	width:900px;
	min-height:435px;
	background:url(../imgs/Imagdipfrances.png) no-repeat;
	background-position:center;
	border-bottom:#555 solid 1px;}

.contenido {
	margin:0 auto;
	width:700px;}

#babajo {
	width:100%;
	height:115px;
	padding:10px 0;}

#babajo p {
	text-align:center;
	color:#245;
	font-size:0.8em;
	line-height:1em;}

/*#babajo a {
	color:#F7F7F7;
	text-decoration:underline;}
#babajo a:hover {
	color:#FFF;
	text-decoration:none;}*/

.boton {
	margin:0 -2px;
	padding:7px;
	background-color:#098;
	color:#FFF;
	text-decoration:none;
	font-size:0.9em;
	cursor:pointer;}
.boton:hover {
	background-color:#1EB;
	color:#000;}

.brdrboton {
	width:auto;
	height:28px;
	border:none;
	float:left;
	margin-right:10px;
	border-left:#FFF solid 1px;
	border-bottom:#FFF solid 1px;}
.brdrboton:hover {
	border-left:#FC2 solid 1px;
	border-bottom:#FC2 solid 1px;}
.brdrboton:last-child {
	margin-right:0;}

.limpia {
	clear:both;}