﻿/*
 * aPm v1.0.0.0
 *
 * Descripción: Estilos propios de la home
 */
#contenthome
{
/*    margin-top:13px;*/
}
#homedestacados
{
    width:100%;
    float:left;
    clear: both;
    position: relative;
    margin:20px 0px;
}
#homedestacados .titular
{
    color:#000;
    font-size: 120%;
	font-weight:bold;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
#homedestacados .destacado {
	float: left;
	height:90px;
	margin : 0px 20px 0px 0px;
	padding: 25px 13px;
	width:274px;
	background-color:#eee;
	background-image:url(../../gifs/ico-flecha.png);
	background-position:13px 80px;
	background-repeat:no-repeat;
}
#homedestacados .texto
{
    color:#333;
    font-size:20px;
    line-height:22px;
    font-weight: 300;
}
#homedestacados .imgdestacado
{
	display:block;
	float:right;
	margin-left:5px;
}
#homedestacados .destacado.nomargin
{
    margin-right:0px;
}
#homedestacados a
{
    color:#888;
}
/* Mapa */
#mapica {
	width : 940px;
	height: 434px;
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
}
#mapica #info p {
	font-size: 11px;
	line-height: 14px;
	margin-top:0px;
}
#divslider {
    width : 940px;
	height: 370px!important;
}