/*Layout*/

body{		
background-image:url(../images/background.jpg)	;
background-repeat: no-repeat;
background-color:#fff;
}

a{
	color:#fff;
}

a:hover{
	color: #333;
}

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

.logo { }

.contacto {
margin-left:350px; }

.menu {
width:900px;
height:50px;
margin-left:5px;
background-image:url(../images/backmenu.png);
background-repeat: no-repeat;}

.menu ul {
margin-top:17px;
margin-left:14px;}

.menu ul li {
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
font-weight:600;
text-align:right;
text-shadow: #000 2px 2px 8px;}

.titulo {
width:900px; 
margin-top:50px;}

.texttitulo {
margin-left:10px;
font-family: "Georgia", Times, serif;
font-size:35px;
font-weight:600;
text-align:left;
text-shadow: #000 2px 2px 15px;
color:#fff;}

.textsubtitulo {
margin-top:10px;
margin-left:10px;
font-family: Tahoma, Geneva, sans-serif;
font-size:14px;
text-align:left;
text-shadow: #000 2px 2px 5px;
color:#fff; 
line-height:22px;}

.contenido {
border-bottom: solid 1px #ccc;
width:870px;
margin-top:20px;
margin-left:15px;
background-image:url(../images/backcontenido.png);
background-repeat: repeat-y;}

.columnas {
width:800px;
margin-left:40px; }

.columnahome {
width:195px;
height:500px;
border-right:solid #ccc 1px; 
border-left:solid #ccc 1px;}

.titulocolumna {
height:120px;
font-family: "Georgia", Times, serif;
font-size:25px;
font-weight:600;
text-align:left;
color:#600; 
padding:5px;}

.textocolumna {
padding:5px;
font-family: Tahoma, Geneva, sans-serif;
font-size:14px;
text-align:left;
font-weight:200;
color:#000; 
line-height:24px;}

.textocolumna a{
	color:#600; }
	
.textocolumna a:hover{
font-weight:bold; }

.footer {
border-top: solid 1px #999;
width:900px; 
margin-top:20px;}

.footertext {
	line-height:28px;
margin-left:0px;
font-family: Tahoma, Geneva, sans-serif;
font-size:12px;
font-weight:600;
text-align:center;
text-shadow: #000 2px 2px 8px;
color:#333; }

.footertext a {
color:#333; }

.footertext a:hover {
color:##FC9; }