/* @override http://localhost:8888/grupades/css/intro.css */

/* @override http://localhost:8888/grupades/css/intro.css */

* {
  padding: 0;
  margin: 0;
}
body {
	font:13px/17px "Lucida Grande", Helvetica, Tahoma ;
	background: #fff url(../imagenes/bgindex.gif) repeat;
}
p {
	margin: 10px 0;
}
a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}
code {
	font:12px Monaco, Courier, monospace;
}
pre{
	overflow:auto;
	padding: 5px;
	border: 1px solid #eee;
}
ul {
	list-style: none;
}
#container{
	width: 600px;
	margin: 20px auto auto;
	background-color: #e6e6e6;
	border: 1px solid #b9c1d7;
}
#logo{
	height: 103px;
	background-image: url(../imagenes/logo.gif);
	border-bottom: 1px solid #f50404;
}
h1{
	display: none;
}
#opciones {
	margin-bottom: auto;
	margin-top: auto;
	margin-left: auto;
	text-align: center;
}
img{
	margin-top: 30px;
	border-style: none;
}
#contenido{
	margin: 40px auto;
	text-align: center;
}
#contenido li{
	display: inline;
}
.mail, .telf, .policy{
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}
.mail{
	background: url(../imagenes/mail.gif) no-repeat left 3px;
}
.telf{
	background: url(../imagenes/cell.gif) no-repeat left 3px;
}
.policy{
	background: url(../imagenes/mani.gif) no-repeat left 3px;
}
#footer{
	height: 60px;
}
#footer p{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
	font-size: 10px;
}
