#fotomaton {
	color: #FFFFFF;
}

#fotomaton .inicioTitulo {
	display: table-cell;
	
	width: 57px;
	height: 50px;
	background-image:url('../images/fotomaton/icon_titulo.png');
}

*html #fotomaton .inicioTitulo  {
	float: left;
}

#fotomaton .textoTitulo {
	display: table-cell;
	vertical-align: middle;
	
	padding-top: 15px;

	color: #FFFFFF;
	font-size: 17pt;
	
	height:	50px;
	width: 297px;
	background-image:url('../images/fotomaton/bg_titulo.png');
}

*html #fotomaton .textoTitulo {
	float: left;
	padding-top: 18px;
	
}

#fotomaton .finalTitulo {
	display: table-cell;
	
	width: 11px;
	height: 50px;
	background-image:url('../images/fotomaton/end_titulo.png');
}

*html #fotomaton .finalTitulo {
	float: left;
}

#fotomaton .texto {
	width: 340px;
	
	border: 2px solid #1E1E1E;
	border-top: 0px;
	
	margin-left: 11px;
	padding: 5px;
	
	font-size: 8pt;
}

.foto {
	border: 1px solid #000000;
	margin: 3px 3px 3px 3px;
}

.fotoprincipal {
	border: 1px solid #000000;
}

*html #fotomaton .texto {	
	width: 352px;
}

.cuadroFoto {
	display: table-cell;
	text-align: right;
	padding: 1px;
}

#caracteres {
   font-size: 8pt;
   font-family: georgia;
   border: 0px;
   background-color: #383838;
   text-align: right;
}

.comentario {
 padding: 2px;
 margin-bottom: 10px;
}
.texto_comentarios {
 text-align:left;
 font-size:10px;
}

.datos_comentarios {
 background-color: #404040;
 border: 1px solid #5F5F5F;
 text-align:left;
 font-size:10px;
}

#fotomaton a {
	color: #EB9234;
	text-decoration:none;
}

.formulario_comentario {
 margin-top: 10px;
 text-align: left;
}

.formulario_comentario label {
 font-weight: bold;
 color: #FFFFFF;
}

#nombre_comentar {
	border: 1px solid #32364A;
	font-size: 7pt;
	font-family: verdana;
	background-color: #ffffff;
}

#texto_comentar {	
 	border: 1px solid #32364A;
	font-size: 7pt;
	font-family: verdana;
	background-color: #ffffff;
}

#enviar_comentar {
  	border: 1px solid #32364A;
	font-size: 7pt;
	font-family: verdana;
	background-color: #e5e5e5;	
	font-weight: bold;
}
