/* CSS Document */
.noborde {
	border:0px; 
	font-family:Verdana; 
	color: #2E3339;
	background:none;
	font-size: 13px;
}

.button
{
	BACKGROUND-COLOR: transparent;
	margin: 0px;
	padding: 0px;
	border:none;
	cursor:pointer;
	border-style:hidden;
	width:100px;
}

.noborde_txtarea{
	border:0px; 
	font-family:Verdana; 
	color: #2E3339;
	/*background:url(../images/imagenes_web/fondo_txt_contact.png) repeat;*/
	background:url(../images/imagenes_web/fondo_txt_contact.jpg) repeat-y;
	/*background:none;*/
	/*line-height:25px;*/
	line-height:2em;
	height: 105px;
	width: 340px;
	font-size: 13px;
	overflow:hidden;
}

.titulo_pagina{
	font-size: 28px;	
}

body{
	background:#FFFFFF url(../images/imagenes_web/fondo_pagina.jpg) repeat-x;
	font-family: Verdana;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	color: #2E3339;
}

.fila_linea{
	border-bottom: 1px #979F9F solid;
}

.subtit_contact{
	padding: 2px 2px 4px 2px;
	border-bottom: 1px #979F9F solid;
}

.mensaje{
	color: #ED0000; 
	font-size: 11px;
}

