/* master - CCISME */

/* Reset
--------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
hr,
legend,
.access{
	display: none;
}
fieldset,
a img{
	border:0;
}
li{
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}
input, select, textarea, button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div.radios p label input,
p.checkbox input {
	width: 1em;
	margin-bottom: 5px;
}
table{
	border-collapse:collapse;
	width:100%;
}
fieldset input, select, textarea{
	border:1px solid #c7c7c7;
}
button{
	cursor: pointer;
}

/* General Styles
--------------------------------------------------------- */
body{
	font: normal 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #716855;
	background: #FFF url(../images/body-back.png) top center repeat-x;
}
div#page-border {
	width: 948px;
	padding: 0 14px;
	background: transparent url(../images/page-border.png) top center repeat-y;
}
div#footer {
	width: 948px;
	padding: 0 14px 14px;
	background: transparent url(../images/footer-border.png) bottom center no-repeat;
}
a{
	outline: 0;
	color: #FF4900;
	text-decoration:underline;
}
a:hover{
	color:#ff0a00;
}
a.leermas{
	font-weight:bold;
	text-decoration:none;
}
.hvr {
	cursor: pointer;
}
span.verde{
	color: #33a45e;
}
span.rojo{
	color: #e54e56;
}

/* Clearfix
--------------------------------------------------------- */
.clearfix:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
