@charset "UTF-8";

/*

Hoja de estilos para taxiayerbe.com 

///- version 1.0 -///
///- Autor: eresPixel - Jesus Torralba -/// 

*/


/* ---------------  ESTILOS GLOBALES -------------------- */

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Sans-Serif;
	text-align: center;
	}

h1	{
	margin: 4px;
	padding-top: 10px;
}

h2 	{
	margin:4px;
	margin-bottom:20px;
	padding:0px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	color: #999999;
}


p {
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12pt;
	line-height: 16pt;
}

.oculto {
	display:none;
}


/* --------------- ENLACES --------------------- */

a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	background-color: #06F;
	padding: 2px;
}	


/* --------------- DIVS ------------------------ */

#contenedor {
	width: 980px;
	margin: auto 0px;
}

#contenido {
	width: 740px;
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BFBFBF;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#intro{
	height: 510px;
	width:266px;
	background-image: url(img/tarjeta.png);
	background-repeat: no-repeat;
	margin-top: 60px;
	padding-top: 40px;
	margin: auto 0px;
	text-align: center;
}

#hojapie{
	height: 100px;
	background-image: url(img/bg-content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear:both;
}

#clear {
	margin: 0; padding: 0;
	clear:both;
}


/* ---------------- Div del LOGO --------------------- */

#logo {
	width: 200px;
	float: left;
	position:fixed;
	background-image: url(img/logo-cab.png);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 234px;
	padding-bottom: 0px;
}

/* --------------- MENU PRINCIPAL ------------------------ */

#menu {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #000000;
}


/* ---------------- PIE --------------------- */

#pie {
	text-align: left;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(img/bg-pielogo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pie p{
	/*font-family: Helvetica, Verdana, Sans-Serif;*/
	font-size: 0.6em;
	}