/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	CSS - Hoja de estilo en cascada
	Formulario de Contacto
	Por: MāRi0x! (Mariano Ferreris)
	para www.catastrofico.com.ar
	E-Mail: mariox@catastrofico.com.ar
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
body {
	background: #000000;
/*	background-image: url(../images/fondo_png2.png); */
	background-attachment: fixed;
	background-repeat: repeat-x; 
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	margin: auto;
}

#tituloh {
	width: 450px;
	height: auto;
	text-align: center;
	background: url("../images/degradegris.jpg");
	border: 1px solid #333333;
}

/* ---------------------------------- 
	MARCAS DE DISEŅO VARIAS
-------------------------------------
*/

.parrafo {
	margin: 10px;
}

/* ---------------------------------- 
	TEXTOS Y BORDES
-------------------------------------
*/

.bordegris1 { border: 1px solid #333333; }
.bordegris2 { border: 2px solid #333333; }
.bordegris3 { border: 3px solid #333333; }

h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
}

h3 {
	font-family: "Lucida Grande",Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
	margin:0px;
	padding: 2px;
}

h4 {
	color: #FFCC00;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.texto_grisclaro { color: #CCCCCC; }
.texto_naranja { color: #FF9900; }
.texto_naranjaclaro { color: #FFCC00; }
.texto_marfil { color: #FFFFCC; }
.texto_principal { color: #CCCCCC; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin-top: 5px; }

.title1 { background-color:#333333; color: #FFCC00; }


/* ---------------------------------- 
	HIPERVINCULOS (FORMATO)
-------------------------------------
*/

a:link 		{ color: #00CC00; text-decoration:none; }
a:visited 	{ color: #00CC00; text-decoration:none;	}
a:hover 	{ color: #FFFFCC; text-decoration:none;	}
a:active 	{ color: #00CC00; text-decoration:none;	}

