body {
    margin: 0;
    font-family: Raleway;
    opacity: 0.8;
    filter: alpha(opacity=1.0);
    background: transparent;
}

.title-top{
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-style: normal;
    color: #003e67;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    text-shadow: 1px 1px 1px #00000080;
    font-size: 1.8em;
}

.peticionarios {
    color: #707A7C; 
    text-transform: capitalize;
    font-size: 1em;
}

.resumen {
    color: #707A7C; 
    font-size: 0.8em;
}
.icon-suscriptores {
    background: url('../../images/suscribir.png') no-repeat;
    width: 12px;
    height: 12px;
    margin: 0 auto;	
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    display: inline-block;
    cursor: pointer;
}
.suscriptores {
    text-align: right;
    color: #00639e;
    display: block;
}
.suscriptores .numbers{
    font-size: 0.6em;
    cursor: pointer;
}

.row{
    display: grid;
    border-bottom: 1px dotted #b8b8b8;
    margin: 10px;
}
a {
    text-decoration:none;
    color:#232347;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
    font:100% 'BrandonGrotesqueLightRegular', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}

.boton, button, input[type=button], input[type=submit] {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF7D08), color-stop(1, #FF7D08) );
		), color-stop(1, #1e62d0));
	background:-moz-linear-gradient( center top, #FF7D08 5%, #FF7D08 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7D08', endColorstr='#FF7D08');
		endColorstr='#1e62d0');
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #FF7D08;
	display:inline-block;
	color:#ffffff;
	font-family: 'GothamRnd-Book', Arial;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #FF7D08;
	padding: 3px 7px;
	font-size: 80%;
}
.boton:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C25815), color-stop(1, #C25815) );
	background:-moz-linear-gradient( center top, #C25815 5%, #C25815 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C25815', endColorstr='#C25815');
	background-color:#C25815;
	text-shadow:1px 1px 0px #C25815;
}

.boton:active, button:active, input[type=button]:active, input[type=submit]:active
	{
	position: relative;
	top: 1px;
}

.pull-right {
  float: right;
}