﻿.izquierda
{
	width:380px;
	float:left;
	padding: 10px 10px 10px 10px;
}

.izquierda .linea
{
    width:100%;
    float:left;
    margin-bottom:3px;
}
.titulo
{
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:100%; 
}
/*
.contenedor_anuncio
{
    text-align:justify;
    width:100%;
    float:left;
    margin-top:10px;
}
*/
.inferior
{
	width:600px;
	float:left;
}

.telefono
{
    float:left;
    font-size:16px;
    text-align:center;
    width:100%;
    margin-bottom:25px;
}
.telefono:first-letter
{
    font-weight:bold;
    font-size:20px;
}
.texto
{
    width:100%;
    float:left;
    margin-top:15px;
    margin-bottom:15px;
    text-align:justify;
}
.ubicacion
{
    width:100%;
    float:left;
    margin-top:15px;
    margin-bottom:15px;
    text-align:justify;
    font-weight:bold;
}
.imagen_principal
{
	width:290px;
	float:left;
}
.imagen_principal img
{
	width:290px;
	float:left;
	margin:0px;
	border:0px;
}

.imagenes_secundarias
{
	margin-left:10px;
	width:80px;
	float:left;
	
}
.imagenes_secundarias img
{
	float:left;
	width:80px;
	margin-bottom:10px;
	border:0px;
}

.contacto
{
	float:right;
	width:203px;
	border:1px solid #CCC;
	padding:5px;
	margin-right:5px;
	
}
.contacto h2
{
	font-size:12px;
	color:#000;
	margin-top:10px;
	width:203px;
	float:left;
	text-align:center;
	margin-bottom:10px;
}

.contacto .linea
{
    width:203px;
    float:left;  
    margin-bottom:3px; 
}
.contacto .linea span
{
    width:203px;
    float:left;
    text-align: left;
    font-weight:bold;

}