/* @override http://macrabbit.com/cssedit/welcome/2.0/welcome.css */

sfstyle {
	font-family: 'Titillium Web', Helvetica, sans-serif;
/*	color: #FF9300; */
    color: #D6D6D6;
	background-color: #2A363F;
}

body {
	font-family: 'Titillium Web', Helvetica, sans-serif, Courier;
	/* color: #FF9300; */
	color: #D6D6D6;
	background-color: #2A363F;
}

p {
	border-style: none;
	color: #D6D6D6;
	font: normal normal 16px/16px 'Titillium Web', Helvetica, sans-serif;
	opacity: 1;
	list-style-type: none;
}

table {
	/* color: #2890B8; */
	color: #D6D6D6;
	font: 16px 'Titillium Web', Helvetica, Geneva, sans-serif;
	border-style: solid;
	}
	
img.imagen3{
 /*   height: 100px;
    width: 300px;
    margin: 15px 0; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
 
img.imagen3:hover {
    height: 200;
    width: 325px;
    margin-left: -50px;
}
blockquote {
  padding: 20px;
  box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}
/*	border-style: outset;*/
	/*background-color: #fff5ee;
}

h2 {
	font-family: Verdana;
	background-color: #e6e6e6;
	border-style: solid;
	border-width: thin;
	text-align: center;
	font-style: normal;
	font-size: small;
	color: #999;
}

/* Comentario */