*		{	margin:0px; padding:0px; font-family:Calibri; font-size:14px;	}

/*Headers*/
h1		{	font-size:35px; color:#3300cc; font-weight:bold;	}
h2		{	font-size:30px; color:#00ccff;	font-weight:bold;	}
h3		{	font-size:12px; color:#06F;	font-weight:bold;	}

/*links*/
a			{	text-decoration:none;	}
a:link		{	color:#00C;	}
a:visited	{	color:#00C;	}
a:active	{	color:#00C;	}
a:hover		{	text-decoration:underline; color:#06F;	}

/*básicos*/
.msgerror	{	color:#F00;	}
.letraroja  {   color:#F00; }
.letranaranja { color:coral;    }
.letraazul {    color:blue;     }
.letracursiva { font-style:italic; font-size:12px; }
.centrado	{	color: #F00;	}
.negrita	{	font-weight:bold;	}
.centrado	{	text-align:center; 	}
.p1			{	font-size:20px;		}

/*Responsive*/
@media screen and (max-width:1100px)
{
	h1	{	font-size:80px;	}
	h2	{	font-size:75px; color:#039;	}
	a			{	font-size:50px;	}
	a:link		{	font-size:50px;	}
	a:visited	{	font-size:50px;	}
	a:active	{	font-size:50px;	}
	a:hover		{	font-size:50px;	}
}

