li {
	list-style-image:url(imgs/3.png);
}

texto {
	font-family:'Goudy Bookletter 1911', serif;
	font-size:16pt;
	font-weight:400;
	line-height:1.5;
}

/*Generales*/

body {
	text-shadow:rgb(255, 255, 255) 0px 1px 0px;
	font-size:1.4em;
	font-family:'Goudy Bookletter 1911', serif;
	font-weight:400;
	line-height:1.5;
	background-color:#DBDBCD;
	background-image:url(imgs/bg.png);
	margin:0;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a:link {
	color:#CCCCCC;
	text-decoration:none;
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

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

a:active {
	color:#CCCCCC;
	text-decoration:none;
}

/*Bloque*/

#bloque {
	position:relative;
	float:none;
	display:block;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	padding:0;
}

/*Header*/

#header {
	padding-bottom:20px;
	-webkit-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-o-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-ms-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-moz-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	background-image:url(imgs/ruido.png);
	height:150px;
	padding-top:60px;
	background-color:#D3D4C3;
	border-bottom:1px dashed #FFFFFF;
}

#titulo {
	font-size:2em;
	font-weight:bold;
	text-align:center;
	color:#4C4C4C;
}

#subtitulo {
	font-size:0.8em;
	text-align:center;
	color:#919186;
}

.qweb {
border:0;
}

/*Cuerpo*/

#cuerpo {
	padding-top:0;
	font-size:0.8em;
	color:#4C4C4C;
}

.txt {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:900px;
	padding:10px 10px 0px 10px;
}

.servicios {
	margin-bottom:10px;
	-webkit-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-o-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-ms-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-moz-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	background-image:url(imgs/ruido.png);
	background-color:#D3D4C3;
	border-top:1px dashed #FFFFFF;
	border-bottom:1px dashed #FFFFFF;
	padding:0;
}

#form {
}

.slideshow {
	-webkit-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-o-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-ms-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-moz-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
}

.fotencias {
	width:250px;
	height:135px;
	margin-bottom:10px;
	box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-webkit-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-o-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-ms-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
	-moz-box-shadow:rgb(153, 153, 153) 0px 0px 5px;
}

/*Pie*/

#firma {
	font-size:0.8em;
	text-align:center;
	color:#919186;
	background-color:#D3D4C3;
	background-image:url(imgs/ruido.png);
	height:200px;
	-webkit-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-o-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-ms-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	-moz-box-shadow:rgb(153, 153, 153) 0px 0px 3px;
	border-top:1px dashed #FFFFFF;
}

.envio:link {
	color:#919186;
	text-decoration:none;
	text-shadow:rgb(255, 255, 255) 0px 1px 0px;
}

.envio:visited {
	color:#919186;
	text-decoration:none;
	text-shadow:rgb(255, 255, 255) 0px 1px 0px;
}

.envio:hover {
	color:#919186;
	text-decoration:none;
	text-shadow:rgb(255, 255, 255) 0px 1px 0px;
}

.envio:active {
	color:#919186;
	text-decoration:none;
	text-shadow:rgb(255, 255, 255) 0px 1px 0px;
}


