	@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../imagenes/bg.png);
}

h1{
	color:#535353;
}

h6 {
	font-size:12px;
	margin:0;
	padding:0 0 10px 0;
	color:#333;
}

a:link {
	text-decoration: none;
	color: #8F8F8F;
}
a:visited {
	text-decoration: none;
	color: #8F8F8F;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #8F8F8F;
}


.bordes {
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #5B5B5B;
	border-left-color: #5B5B5B;
	border-bottom-color: #5B5B5B;
}

.botones {
	width: 150px;
	background-color: #ffffff;
}

#Telefono {
	float:right;
	width:320px;
	font-size:42px;
	font-family:"Times New Roman";
	color:#777C9D;
	font-weight:bolder;
}

.degradado-izq {
	background-image:url(../imagenes/grey-left.gif);
	background-repeat:no-repeat;
	height:330px;
	width:10px;
}

.degradado-centro {
	background-image:url(../imagenes/grey-center.gif);
	background-repeat:repeat-x;
	height:330px;
	width:auto;
}

.degradado-der {
	background-image:url(../imagenes/grey-right.gif);
	background-repeat:no-repeat;
	height:330px;
	width:10px;
}

.degradado-izq2 {
	background-image: url(../imagenes/grey-left.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 10px;
}
.degradado-centro2 {
	background-image: url(../imagenes/grey-center.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: auto;
}
.degradado-der2 {
	background-image: url(../imagenes/grey-right.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 10px;
}

.degradado-pie {
	background-image: url(http://www.reparar-vinotecas-madrid.com/imagenes/pie.jpg);
	background-repeat: repeat-x;
	height: 149px;
	width: auto;
}

.cabecera-gris {
	font-family:Arial;
	font-size:24px;
	color:#4F4E4E;
	text-decoration:none;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 12px;
}

.cabecera-roja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9D2526;
	text-decoration: none;
	font-weight: normal;
	
}

.contenido {
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	line-height: 22px;
	color: #444;
	text-decoration: none;
	text-align: justify;
	padding-left: 10px;
}

.contenido2 {
	text-indent: 20px;
	font-family:"Comic Sans MS", cursive;
	font-size: 15px;
	color: #444;
	text-decoration: none;
	text-align: justify;
	padding: 10px 30px 0 10px;
}

.averias {
	margin-left: 40px;
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	color: #444;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
}

.averias2 {
	font-family:"Comic Sans MS", cursive;
	font-size: 16px;
	color: #444;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	line-height: 22px;
}

.barrios{
	font-size:18px;
	padding: 20px;
}

#separar{
	padding:0;
	margin: 10px auto 0px auto;
	width:900px;
	border-bottom: 2px solid #cccccc;
	clear: both;
}

#info {
	padding-left:20px;
}

.texto {
	padding: 20px 20px 0 20px;
	text-align: justify;
	text-indent: 20px;
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
}

.texto2 {
	padding: 0 20px 0 20px;
	text-align: justify;
	text-indent: 20px;
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
}

.pie a{
	text-decoration: none;
	font-size:12px;
	margin:0;
	padding:0;
	color:#333;
}

.red {
	color:#fe0000;
}

#captcha {
	margin-top: 3px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

input {
	float: right;
	margin-top: 6px;
	color: #4a4a4a;
	text-align: right;

}

input, textarea {
	outline:none;
	background-color: #f1f1f1;
	border: 3px solid #b2b2b2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 5px;
}

input:focus, textarea:focus {
	border: 3px solid #972324;
}

textarea {
	float:right;
	margin-top:6px;
}

input#submit {
	cursor: pointer;
	margin-right: 140px;
	width: 80px;
	text-align: center;
	background-color: #F5D8C9;
	font-weight: bold;
	
}
