

/* borra las sessiones en /var/www/atelier/sessdata*/

body {
	margin : 0px;
	padding : 0px;
	text-align : center;
	 font-family: Georgia;
	 font-size:80%;
background-color:#fff;
}

a{
color:#111;
}

a:visited{
   color:#555;
}
.page {
	width : 990px;
	margin : 0px auto;

	text-align : center;
}

.header {
	width:100%;
	height:155px;
	background-image: url(/images/header_1.jpg);
	background-repeat: no-repeat;
	
}

.zone1{
	
	text-align : center;
	
}

.viewName{
	width:280px;
	padding:0px;
	margin:0px;
	margin-left: 630px;
	
	
	text-align : center;
	padding-top: 25px;
	color : #922;

	font-weight:bold;
	
	}
	
	#logo{
	margin-top : 80px;
	margin-left :80px; 
}
.presentacion{
  text-align:justify;
}
.zone2 {
	
	
	
	/*border : 1px solid #f99;*/
	 background-image: url(/images/fondo_content.jpg) ;
	 background-position: 0 40;
	background-repeat: repeat;
text-align:left;
padding-left:40px;
/* border:1px solid red; */

         border:1px solid #eeeced;
	
}




.zone21{
	float:left;
	margin-left:40px;
	width:280px;
/* border:1px solid red; */
	
}
.zone22{
	float:left;
	margin-left:30px;
	width:500px;
/* 	border: 1px solid red; */
	
}

.noticia{
	margin-top:15px;
}
.noticia .date{
	float:left;
	color:#a33;
}
.noticia a{
color: #694f42;
}

.title{
text-transform: uppercase;
float:left;
margin-left:12px;
width:405px;
}
.noticia .contenido{
	float:right;
	margin-right:15px;
	width:407px;
     text-align:justify;
 /*border: 1px solid red; 

*/}


.headerBottom{
   
}

.headerBorderLeft{
    background-image: url(/images/border_left.jpg) ;
	background-repeat: repeat-y;
	background-position: 0 0;
}

.headerBorderRight{
    background-image: url(/images/border_right.jpg) ;
	background-repeat: repeat-y;
	background-position: 100% 0;
}


.contentTop{
    background-image: url(/images/body_1.jpg) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top : 35px;

}
 
.contentRight{
    background-image: url(/images/body_right.jpg) ;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.contentLeft{
    background-image: url(/images/body_left.jpg) ;
	background-repeat: no-repeat;
	background-position: 0 100%;
	
}

.logo{
	float:left;
	margin-left:30px;
}
.footer{
	height:120px;
	background-color : #000;
}

.menuPrincipal{
	list-style: none;
	float : right;
	margin-right :77px;
	margin-top:42px;
	
	
}

.menuPrincipal li{
	float:left;
	margin-right:15px;
	display : block;
}
.menuPrincipal li a {
	float: left;
/*	margin: 0;	padding: 0 10px;
*/	font: bold ;
	
/*	text-transform: uppercase;*/
/*	text-decoration: none;	
*/	
/*	letter-spacing: -0.3px;
*/	color: #694f42;
}
.clear {
	clear:both;
}

.newsletterFormTitle{
	color:#fff;
	font-size: 105%;
}

#newsletterForm{
	color:#aaa;
	text-align:left;
	width:300px;
	float:right;
}

.firma{
	 font-family: Arial;
         font-size:80%;

	margin-top:100px;
	margin-left:30px;
	float:left;
	color:#aaa;
}

.firma a{
     color:#ccc;
}

.formNewsletterLeft{
float:left;
margin-top:2px;
}
.formNewsletterLeft input{
width:170px;
}
.button{
float:left;
color:red;
}


#formContacta{
	width:100%;
	margin-top:15px;

}

#formContactaLeft{
	width:40%;
	float:left;
	color:#777;
}
 input{
margin-top:10px;
border:1px solid #aaa;
}
textarea{
margin-top:10px;
border:1px solid #999;
}

#formContactaRight{
	width:60%;
	float:left;
	
}

#styled {
	width: 200px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	
}

