.pic{
	float:right;
	width:100%;
	height:380px;
	padding:10px;
	background:#fff;
	margin:0 10px;
	border-color:#fff;
	border-style:double;	
}
.pic a{
	width:100%;
	height:380px;
	display:block;
}
.pic1{	
	margin:50px 20px 20px 20px;	
	border:2px solid #036;
	width:150px;
	height:150px;
	display:block;
	float:left;
}
.pic1 a{
	width:150px;
	height:150px;
	display:block;
}
.picDescripcion{
	
	width:400px;
	height:402px;
	padding:10px;
	background-color:#000;
	float:left;
	border-color:#fff;
	border-style:double;	
}
.picDescripcion a{
	width:400px;
	height:402px;
	display:block;
}
.picVertical{
	float:left;
	width:500px;
	height:620px;
	padding:10px;
	background-color:#000;
	margin:10px;
	border-color:#fff;
	border-style:double;	
}

.picVertical a{
	width:480px;
	height:580px;
	display:block;
}
.descripcion{
	float:left; 
	width:100%;	
	height:380px; 
	background:#fff; 
	margin:20px 0 0 0;
	text-align:left;
	padding:5px;
	line-height:23px;
	font-size:16px;
	border-radius:10px;	
	}	
div.tex{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
    font-weight: normal;
	color: #333;
	line-height:13px;  
}
div.tex1{
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
    font-weight: 700; 
	margin: 3px 0 4px 0; 
}

/*FOTO COMENTARIOS*/
.subrayado{
 background-color: #fff;
 color: #000;
 text-decoration: underline; 
}

.negrita{
 font-weight: bold;
}

.foto{
	text-align:center;
	width:600px;
	height:480px;
	padding:10px;
	background:#000;
	margin:0 0 50px 10px;
	border-color:#fff;
	border-style:double;	
	}

.contenedor_comentario{
 /*background: #999;*/
 width: 87%; 
 padding: 10px 10px 10px 0;
 float:left;
 margin:10px 0; 
 border:1px solid #f00; 
}

.formulario{
	/*background: #666;*/
	text-align:center;
	width:630px;	
	margin:10px auto;		
}

.icono_comentario{
 background-color: #fff;
 float: left;
 background-image: url('../imagenes/icono_comentarios.jpg');
 background-repeat: no-repeat; 
 background-position: center; 
 width: 60px;
 height: 50px;
 margin: 10px;  
}

.fecha_comentario{
background-color: #fff;
 float: left; 
 width: 100px;
 height: 50px;
 margin: 10px;
 color: #000;
 text-align: center; 
 
}

.nombre_comentario{
background-color: #fff;
 float: left; 
 height: 50px;
 width: 150px;
 margin: 10px;
 color: #000;
 text-align: center; 
 
}

.email_comentario{
background-color: #fff;
 float: left; 
 height: 50px;
 width: 120px;
 margin: 10px;
 color: #000;
 text-align: center;
 vertical-align: middle; 
 display: block; 
 
}

.comentario{
	background-color: #eee;
	clear: both;
	width: 90%;
	margin: 2px;
	padding: 10px;
	color: #000;
	text-align: justify;
	border-top: dotted;
}