@import url("../fuentes/webfontkit-opensans/stylesheet.css");

.limpiar {
	clear:both;
	}

body {
	background-attachment:fixed;
	}

#pie {
	width:100%;
	height:100%;
	background:url(../img/cabecera_martcoantonio.png) no-repeat;
	background-position:bottom;
	background-size:contain;
	margin:0 auto;
	position:absolute;
	bottom:0px;
	z-index:-10;
	}

#cabecera {
	margin:0 auto;
	margin-top:120px;;
	width:657px;
	margin-bottom:60px;
	}
	

#mensaje{
	margin:0 auto;
	width:960px;
	border-top: rgba(165,197,57,1) 2px solid;
	border-bottom:rgba(165,197,57,1) 2px solid;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:40px;
	}

#mensaje p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:700;
	color:rgb(0,0,0);
	font-size:2.62em;
	text-align:center;
	}
	

/*Datos de contacto -----------------------------------------------------------------------------------------------------------------	*/

#contacto{
	width:960px;
	margin:0 auto;
	}

#mail span, #telefono span{
	visibility:hidden;
	}


#correo_electronico{
	background-image:url(../img/mail_ico.png);
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	margin:0 auto;
	margin-bottom:20px;
	}

#tel{
	background-image:url(../img/telefono_ico.png);
	background-repeat:no-repeat;
	width:67px;
	height:67px;
	margin:0 auto;
	margin-bottom:20px;
	}

#mail{
	float:left;
	width:465px;
	padding-bottom:20px;
	}

#mail p a{
	width:465px;
	font-family:'open_sanslight',Arial, Helvetica, sans-serif;
	color:rgba(51,51,51,1);
	font-size:1.25em;
	position:relative;
	text-align:center;
	text-decoration:none;
	}

#mail p a:hover{
	color:rgba(115,195,204,1);
	}

#mail p{
	text-align:center;
	}

#telefono{
	float:right;
	width:465px;
	padding-bottom:20px;
	}

#telefono p{
	width:465px;
	font-family:'open_sanslight',Arial, Helvetica, sans-serif;
	color: rgba(51,51,51,1);
	font-size:1.25em;
	position:relative;
	text-align:center;
	}




