/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font:#636363;
	font-size:12px;
	margin-top:30px;
	
}
textarea{
	font-family:Arial, Helvetica, sans-serif;    
}
p{
	margin-bottom:7px;
}

#top{
    position: absolute;
    top: 0;
    right: 0;
    color:#efefef;
        
}


.titulo{
	text-transform:uppercase;
	font-size:22px;	
	margin-bottom:20px;
	font-weight:bold;
        font-family: 'Comfortaa', cursive;  
        color:#45A5B1;
}
.titulo_galeria{
	font-size:15px;	
	margin-bottom:10px;
	font-weight:bold;    
}
.destacado,strong{
	font-weight:bold;
	color:#CD0C65;
}

.clear{
	clear:both;
}


a{
	color:#CD0C65;
	text-decoration:none;
}
a:hover{
	color:#636363;
}


a.boton {padding:10px 18px; text-decoration:none; color:#fff; background-color:#CD0C65;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; cursor:pointer;}
a.boton:hover {color:#fff; background-color:#636363}

a.boton_inv {padding:10px 18px; text-decoration:none; color:#fff; background-color:#636363;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; cursor:pointer;}
a.boton_inv:hover {color:#fff; background-color:#CD0C65}

a.boton_celeste {padding:10px 18px; text-decoration:none; color:#fff; background-color:#45A5B1;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; cursor:pointer;}
a.boton_celeste:hover {color:#fff; background-color:#CD0C65}

#header,#contenido,#footer{
	margin: 0 auto;
	width:968px;
}




/*              HEADER                 */
#cabecera{
    position: absolute;
    top:75px;
    z-index: 10;
    width: 100%;
    
}
#header #logo{
	display:block;
	float:left;
	width:200px;
	height:45px;
	background-image:url('../images/logo.png');
}

#cabecera, #contenido, #footer{
	margin-top:20px;
}
#header #menu_principal{
    text-align: right;
    padding-top:20px;
    
}

#header #menu_principal ul{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
    float:right;
}
#header #menu_principal ul li{
	float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left:20px;
}

#header #menu_principal ul li a{
	font-size:15px;
	color:#636363;
	text-decoration:none;
}
#header #menu_principal ul li a .grande{
	font-size:18px;
	font-weight:bold;
        color:#000;
}

#header #menu_principal ul li a:hover{
	color:#999999;
	text-decoration:none;
}
#header #menu_principal ul li a .grande:hover{
	color:#CD0C65;
}


















/*                 PRINCIAPL               */
#contenido{
    margin-top: 325px;
}

ul.items{
    margin: 10px 0;
    padding: 0px;
    list-style:none;
}
ul.items li{
    background: url("../images/li2.gif") no-repeat scroll 0 3px transparent;
    margin-bottom: 5px;
    padding-left: 20px;
}
ul.items li.sin_item{
    background: none;
    padding-left: 0;
}
#precio_pagina_web ul.items{
    height: 300px;
}

#contenido #principal{
	float:left;
	width:648px;
	text-align:justify;
	*width:668px;
	padding-right:20px;
}
#contenido #principal .section{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #636363 dotted;
}

#contenido #principal .columnasx3 .col1{
	float:left;
	border-right:1px #636363 dotted;
	padding-right:20px;
	width:188px;
}
#contenido #principal .columnasx3 .col2{
	float:left;	
	border-right:1px #636363 dotted;
	width:188px;
	margin-left:20px;
	padding-right:20px;
}
#contenido #principal .columnasx3 .col3{
	float:left;	
	margin-left:20px;
	width:188px;
}


#contenido #principal .columnas{
    display: table;
    width: 100%;
}
#contenido #principal .columnas .col2{
    display: table-cell;
    width: 50%;
    padding-right: 2%;
}


#contenido #principal .precio{
	color:#45A5B1;
	font-size:25px;
	font-weight:bold;
}

#contenido #principal p.precio{
	margin-top:10px;
	margin-bottom:10px;
    color:#333;
}


.ico_item{
	font-weight:bold;
	color:#45A5B1;
	margin-right:5px;
}







/*             MENU LATERAL              */

#contenido #menu_lateral{
	width:279px;
	*width:299px;
	float:right;
	border-left:1px #636363 dotted;
	padding-left:20px;
}


#contenido #menu_lateral ul{
	list-style:none; /* Eliminamos los bullets */
    margin: 0 0 30px;
    padding:0px; /* Quitamos el padding */
}
#contenido #menu_lateral ul li{
    padding-left:0px;
    margin-bottom:5px;
}

#contenido #menu_lateral ul li a{
	color:#333;
	text-decoration:none;
	padding-bottom:3px;
	padding-top:3px;
}

#contenido #menu_lateral ul li a:hover{
	background-color:#45A5B1;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
	color:#FFFFFF;
}






/*             FOOTTER              */
#footer #poneteencontacto{
	background-image:url('../images/trama_destacada.png');
        border: 1px solid #CCCCCC;
	width:626px;
	*width:666px;
	padding:20px;
	float:left;
}


#footer #poneteencontacto ul{
	list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
}
#footer #poneteencontacto ul li{
    padding-left:0px;
	float:left; 
	margin-right:20px;
}



#footer #seguinos{
	float:right;
	width:280px;
	*width:300px;
	padding-left:20px;
}
#localizacion ul{
	margin: 0px;
	padding:0px;	
	display:block;
}

#localizacion ul li{
	float:left;
	margin-right:20px;
}

#localizacion ul li a{
	font-size:80%;
	color:#CCCCCC;
}


#seo{
    float:right;
    padding-top: 7px;
    text-align: right;
}
#contactoFlotante { 
    float: right;
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 410px;
}
#contactoFlotante #imagenClick{
    float:right;
}
#contactoFlotante #imagenClick a{
    cursor: pointer;
}
#contactoFlotante #formOculto{
    float:right;
    border:5px #CD0C65 solid;
    padding: 10px;
    background-color: #fff;
    display: none;
}
#contactoFlotante #formOculto form .item_form{
	margin-bottom:5px;
}
#contactoFlotante #formOculto form .item_form .texto_form{
}

#contactoFlotante #formOculto form .item_form .campo_form{
	border: 1px #CCCCCC solid;
}
#contactoFlotante #formOculto form .item_form .campo_form input, #contactoFlotante #formOculto form .item_form .campo_form textarea{
    border: none;
    margin-left: 3px;
    width: 95%;
}

#contactoFlotante #formOculto form .enviar{
    background-color: #CD0C65;
    width: 100%;
    padding-top:5px;
    padding-bottom: 5px;
    border: none;
    color:#fff;
}
#contactoFlotante #formOculto form .enviar:hover{
    background-color: #45A5B1;
    cursor: pointer;
}

#menu_lateral ul li a.contacto{
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top:1px #CD0C65 dotted;
    display: block;
        
}


.PaginacionBarraLinks a{
    padding: 0 5px;
}
.PaginacionBarraLinks .PaginaActual{
    font-weight: bold;
}