#foto{
background-image:url(img/4x4_Layer 2.jpg);
background-repeat:no-repeat;
width: 205px;
height: 173px;
border: 6px solid #D3C5CC;
}
#fotoTM{
width: 98px;
height: 119px;
border: 6px solid #D3C5CC;
}


A               { text-decoration: none; color: #676767; }
A:link          { color: #676767; }
A:visited       { color: #676767; }
A:active        { color: #676767; }
A:hover         { color: #909090; }

html {
	margin: 0px;
	padding: 0px;
}

body {
   background: #D3C5CC;
   margin: 0px;
   padding: 0px;
   font-family: Helvetica;
   font-size: 14px;
   color: #000000;
   text-decoration: none;
   text-align: justify;
}

input, textarea {
   background: #CBD2C3;
   border: 0px;
   border-bottom: 1px solid #00aa00;
   font-size: 12px;
   font-family: Trebuchet MS;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#787878;
   font-family: Trebuchet MS;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}

div#contenido {
	background-image: url('img/back.jpg');
	background-repeat: repeat-y;
	width: 960px;
	margin: 0px auto 0px auto;
}

div#header {
	background-image: url('img/cabecera-960x210.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 210px;
	margin: 0px;
}

div#menu {
	width: 640px;
	margin: 10px auto 0px auto;
	color: #1F1455;
	font-size: 16px;
	font-weight: bold;
}

div#menu a {
	color: #1F1455;
}

div#menu a:hover {
	color: #000000;
}

div#contenidoMarginado {
	width: 825px;
	margin: 0px auto 0px auto;
}

div#footer {
	text-align: center;
	font-size: 14px;
	color: #1F1455;
}

div#footer a {
	color: #1F1455;
}

div#infoFooterPlus {
   margin-top: 30px;
   text-align: center;
   font-size: 16px;
   color: #1F1455;
}

div#menu {
	text-align: center;
}

div#tituloSeccion {
	float: left;
	font-size: 25px;
	color: #4B0237;
	margin-top: 150px;
	margin-left: 280px;
}

div#idiomas {
	float: right;
	color: #1F1455;
	margin-top: 60px;
	margin-right: 35px;
	text-align: right;
	font-size: 14px;
}

div#idiomas a {
	font-weight: bold;
	color: #1F1455;
	margin-left: 10px;
}

h1 {
	color: #4F0228;
	font-size: 16px;
	text-decoration: underline;
}