@CHARSET "UTF-8";

/*BASIC STYLE*/
body { /*0e2f41 - gray blue*/
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	min-width: 960px;
	color: #f2f2f2;
	background: black url("inc/css/images-ciacs/bg-body.gif") repeat-x 0px
		-50px;
}
/* LINKS */
a {
	color: #186da7; /* azul*/
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f2f2f2;
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
}
/* FONTS */
H1 {
	font-size: 2em
}  /* displayed at 24px */
H2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}  /* displayed at 18px */
H3 {
	font-size: 1.25em
}  /* displayed at 15px */
H4 {
	font-size: 1em
}  /* displayed at 12px */
h1 {
	color: #090909;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h1 a,h1 a:visited {
	text-decoration: none;
}

h2 {
	color: orange;
	letter-spacing: -1px;
}

h2 a:hover {
	color: #ff3366;
	text-decoration: none;
}

h2 a,h2 a:visited {
	color: #6699cc;
	text-decoration: none;
}

p, ul {
	font-size: 1em;
}
.blue {color: #186da7}

img {
	border: none;
}

hr {
	border:none;
	background: white url("images/hr.gif") repeat-x top left; 
	height: 1px;
	*color: #fff;
	*background-color: #fff;
	*height: 1px;
}

/*USER STYLES*/
#outside {
	width: 100%;
	height: 100%;
	clear: both;
	background: transparent url("inc/css/images-ciacs/bg-outside.png") no-repeat top left;
}

#inside {
	width: 990px;
	height: 100%;
	margin: 4% auto;
	clear: both;
	background: transparent url("inc/css/images-ciacs/bg-mensaje.png") no-repeat top right;
}
#content-video{
	float: left;
	width: 450px;
	height: 391px;
	background: transparent url("inc/css/images-ciacs/bg-video.gif") no-repeat bottom left;
}
#content-mensaje{
	float: right;
	width: 500px;
	height: 331px;
	}
	.content-mensaje-texto {
		padding: 3em 3em 0em 2em;
		}
		#content-mensaje hr {
			width: 99%;
		}
	
.content-enter{
	float: right;
	width: 290px;
	height: 60px;
	background: transparent url("inc/css/images-ciacs/red-arrow.png") no-repeat top right;
	}
	.content-enter h3{
		margin-top: 17px;
		margin-right: 80px;
		text-align: right;
	}
	.content-enter  a {
		color: white;
	}

#content-info li{
	list-style: square;
	margin-top: 8px;
	}
	span.yellow {
		font-weight: bold;
		color: #000; /* tipo naranja*/
		border: 1px solid #ffc000;
		background-color: #fde540;
		padding: 0 8px 0 8px;
	}
	span.blue {
		font-weight: bold;
		color: #fff; /* tipo naranja*/
		border: 1px solid #00387c;
		background-color: #275ea2;
		padding: 0 8px 0 8px;
	}
	span.green {
		font-weight: bold;
		color: #fff; /* tipo naranja*/
		border: 1px solid #2de702;
		background-color: #24b402;
		padding: 0 8px 0 8px;
	}
	
/* FLUID COLUMNS */
.col3-set {
	overflow: auto;
	clear: both;
	width: 100%
}

/* 3 COLUMNAS */
.col3-set .col-1,.col3-set .col-2,.col3-set .col-3 {
	float: left;
	width: 32%;
}

.col3-set .col-1,.col3-set .col-2 {
	margin-right: 1%;
}

/* Clases */
.clear {
	clear: both;
	height: 10px;
}
.bg-separator {
	background: white url("images/bg-separator.gif") no-repeat top left; 
	clear: both;
	height: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}
.center {
	text-align: center;
	}
.span-arrow {
	background: transparent url("images/arrow-blue.gif") no-repeat 0px 7px; 
	padding-left: 15px; 
	}