
/*
Amarillo #db912f
Azul #221c35
Rojo #a41e34
*/

body {
	font-family : Roboto, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #221c35;
	font-size : 16px;
	line-height: 150%;	
	}

a:link       { color: #db912f; font-family: Roboto, Arial, sans-serif; font-size: 1.0em; line-height: 1.3em;font-weight: bold }
a:visited    { color: #db912f; font-family: Roboto, Arial, sans-serif; font-size: 1.0em; line-height: 1.3em;font-weight: bold }
a:hover      { color: #a41e34; font-family: Roboto, Arial, sans-serif; font-size: 1.0em; line-height: 1.3em;font-weight: bold }

.bordered {
    border: solid #D8D8D8 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 12px;
	}

.bordered2 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
	}