/* Para modificar los colores de las barras en la página web. Top header línea 208 color dorado y línea 147 color azul*/
/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}


p 
{
	text-align:justify;
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

body
{
	font-family: "arial ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 0%;
		padding-right: 0%;
		padding-top: 0%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
		background-color: #f5f5f5;
		text-align:left;
	}
	#about-us .about-us p{
		text-align:justify;
	}
	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	padding-top: 0px;
	}
	#about-us .our-office img{
		padding-right: 0px;
		width:500px;
		height:400px;
	}


	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
		
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* Outer */

#outer
{
	position: relative;
	margin: 1em;
}

/* Header */
/* Segundo header del indice */

#header 
{
	position: absolute;
	top: 4.5em;
	background:  #225ddf url('images/banner/banner.png') left no-repeat;
	height: 170px;
	width: 100%;
}

<!-- #header h1
{
	position: absolute;
	top: 15px;
	right: 1.5em; 
	font-size: 2em;
	color: #FFDF5C;
	text-align: right;
	font-family: "Arial"
 	text-shadow:  2px 2px 2px; -->
}

#header img
{
	padding-top:15px;
	padding-left:50px;
	
}
#header h1 /*letra experimenta con prem*/ 
{
	position: absolute;
	top: 15px;
	right: 1.5em; 
	font-size: 2em;
	color: #FFFFFF;
	text-align: right;
	
}

#header h2 /*fecha de experimenta con prem*/
{
	position: absolute;
	top: 30px;
	right: 1.9em; 
	font-size: 17pt;
	color: #FFFFFF;
	text-align: right;
	
}


#header a
{
	color: #c7c7c7;
	text-decoration: none;
}

/* Menu */
/* Barra con menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #519df9 url('/symposium/symposium2012/images/x3.gif') top left no-repeat; 
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #ffffff; /* letra menu principal*/
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #aaa url('images/x4.gif') top left repeat-x;
}

#menu .navbar-brand {
    float: right;
    padding-top:1px;
    padding-right: 10px;
}

/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 148px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 2em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('/images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #ffdfbb url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #eee url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	padding-top: 60px;
	margin-right: -36em;
	width: 100%;
}


#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.5em;padding-top: 5px;
}

#primaryContent h2
{
	font-weight: bold;
	font-size:20px;
}


/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 14em;
	padding: 1.5em;
	padding-top: 65px;
	margin-right: 9em;
}
#secondaryContent h3
{
	font-weight: bold;
	font-size:20px;
}
/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 13em;
	padding: 1.0em;
	padding-top: 65px;
	
}
#tertiaryContent h3
{
	font-weight: bold;
	font-size:20px;
}
/* Footer */
 

#footer
{
	font-weight: bold;
	margin-top: 100px;
	padding: 0.1em;
	padding-top: 10px;
	background: #519df9; 
	style="text-align:center; color:white;">
}height:150px;
 	width:300px; 
