﻿/***************************************************************************** /
/  _   _       _            _____  _____                _   _                  /
/ | \ | |     | |          / ____|/ ____|              | | (_)                 /
/ |  \| | __ _| |_ ___ _ _| (___ | |     _ __ ___  __ _| |_ _  ___  _ __  ___  /
/ | . ` |/ _` | __/ _ \ '__\___ \| |    | '__/ _ \/ _` | __| |/ _ \| '_ \/ __| /
/ | |\  | (_| | ||  __/ |  ____) | |____| | |  __/ (_| | |_| | (_) | | | \__ \ /
/ |_| \_|\__,_|\__\___|_| |_____/ \_____|_|  \___|\__,_|\__|_|\___/|_| |_|___/ /
/																			   /
/******************************************************************************/


/*  ////////////////////////////////////// */
/*  DESIGN DE BASE 
/*  ////////////////////////////////////// */
body
{
	text-align				: center;
	background-color		: white;
	
	background-image 		: url(../img/wall_2_naterscreations.JPG);
	background-repeat		: no-repeat;
	background-size			: cover; 
	background-attachment	: fixed;
}
h2, h1, p, div, a
{
	text-shadow				: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}	
.cursive
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 30px;
	margin-top				: 20px;
	margin-bottom			: 16px;
}
h6
{
	text-align 				: center;
	font-family				: monospace;
}
.cursive_c
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 36px;
	margin-top				: 40px;
	margin-bottom			: 30px;
}
.cursive_h
{
	text-align 				: center;
	font-family				: monospace;
	font-size				: 36px;
	margin-top				: 40px;
}
.red
{
	color 					: red;
}
.a
{
	position				: absolute;
	left 					: 20%;
}
.b
{
	position				: absolute;
	left 					: 70%;
}
.my_ico
{
	width					: 75px;
	margin-bottom			: -30px;
}