/* GENERAL INFORMATION
------------------------------------------- 	
Theme: ISOLAS v1.0
Author: Pablo Barcia
Start Date: 29.07.09
*/

/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#FFFFFF;
	float:left;
	margin:8px 0 0 15px;
	text-align:left;
	font:.85em Arial, Helvetica, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#E6E6E6;
}
a {
	text-decoration:none;
	border:none;
}

p {
	padding:5px 0 5px 0;
	color:#666666;
	font: .9em/1.3em Arial, Helvetica, sans-serif;
}
#wrapper {
	width:980px;
	margin:0 auto;
	background:url(../images/bg.jpg) repeat-y;
}

.text_highlight {
	color:#A30046;
	}

.SC_Item, .SC_ItemSelected  {
	color:#000000;
}

/*General links
------------------------------------------------------------------*/
a:link, a:visited{
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	color:#A30046;
	border:0;
}
	
a:hover {
	text-decoration:none;
	font:bold 1em "Arial", Helvetica, sans-serif;
}
#back {
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	color:#A30046;
	border:0;
	margin-top:20px;
}
#back:hover {
	text-decoration:none;
	font:bold 1em "Arial", Helvetica, sans-serif;
	color:#A30046;
	border:0;
	margin-top:20px;
}
/*General heading
------------------------------------------------------------------*/
h1{
	color:#A30046;
	width:100%;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
}

h2{
	color:#999;
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
}
h3{
	color:#999;
	min-width:500px;
	font:bold 1.2em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
}

#right_content .about_box h3 {
	color:#FFFFFF;
	width:100%;
	float:left;
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:20px 0 0 12px;
}
.img_left {
	float:left;
	border:3px solid #B2BFCE;
	margin:0 15px 0 0;
}

.img_right {
	float:right;
	border:3px solid #B2BFCE;
	margin:0 0 0 15px;
	
}

/*General Header
------------------------------------------------------------------*/
#header_wrapper {
	height:160px;
	width:925px;
	background:#A30046;
	border:15px solid #FFF;
	margin:0 auto;
}
#main_header {
	width:955px;
	height:100%;
	margin:0 auto;
}
#logo {
	width:140px;
	float:left;
	height:140px;
	margin: 10px 0 0 10px;
}
#flash {
	width:auto;
	float:right;
	height:100%;
	margin:10px 10px 0 0;
}
#nav_wrapper {
	float:left;
	height:30px;
	width:100%;
}
	
/*General Content
------------------------------------------------------------------*/    
#content_wrapper {
	height:100%;
	width:925px;
	padding:25px 0 0 0;
	margin:0 auto;
}

#main_content {
	width:955px;
	margin:0 auto;
	height:100%;
	padding:10px 0 15px 0;
	background:#FFF;
}
#left_content {
	width:200px;
	float:left;
	margin:0 0 10px 0;

}
#left_content_home {
	width:200px;
	float:left;
	margin:0 0 10px 0;
	background:url(../images/bg_right_content.jpg) no-repeat top;

}
#left_content img {
	float:left;
	margin:10px 0;
}
#content_home {
	width:505px;
	margin:10px;
	float:left;
	height:100%;
}

#right_content_home {
	width:190px;
	margin:10px 0 0 10px;
	float:left;
	height:100%;
}
#right_content_home img {
	float:left;
	margin:10px;
}

#content {
	width:485px;
	margin:0 10px 10px 10px;
	float:left;
	height:100%;
}
ul#ask {
	width:100%;
	float:left;
	min-height:290px;
	padding:10px;
}
ul#ask h1 {
	width:100%;
	float:left;
	padding:0 5px;
	color:#A30046;
	font:2.5em "Arial", Helvetica, sans-serif;
}
ul#ask li {
	background:url(../images/arrow_ask.jpg) no-repeat left;
	padding:3px 0 3px 15px;
	color:#333333;
	font:bold .9em Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	margin:6px 0 6px 5px;
}
#isolas {
	float:right;
	margin:15px 10px 0 0;
	}
#isolas img {
	float:left;
	margin-right:15px;
}
#isolas p {
	float:right;
	margin:10px 0 0 0 ;
}
#content_details {
	width:680px;
	margin:10px;
	float:left;
	height:100%;
}
#content_news{
	width:700px;
	margin:10px;
	float:left;
	height:100%;
}
#right_content {
	width:190px;
	margin:10px 0 0 10px;
	float:left;
	height:100%;
}
#right_content .download  {
	float:left;
	background: url(/images/bg_donwload.jpg) no-repeat; 
	width:165px;
	height:20px;
	padding:8px 5px 2px 40px;
	font-size:.85em;	
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	color:#004B8D;
	border: 1px solid #C6C6C6;
	margin-top:15px;
}
#right_content .send  {
	float:left;
	background: url(/images/bg_sendemail.jpg) no-repeat; 
	width:165px;
	height:20px;
	padding:8px 5px 2px 40px;
	font-size:.85em;
	text-align:right;	
	text-transform:uppercase;
	font-weight:bold;
	color:#004B8D;
	border: 1px solid #C6C6C6;
	margin-top:15px;
}
#people {
	width:100px;
	float:left;
	height:100%;
}
.people_img {
	float:right;
	border:3px solid #999;
	margin:0 0 0 20px;
	max-width:166px;
	max-height:227px;
}

.people_title {
	color:#A30046;
	width:100%;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
	border-bottom:1px dotted #A30046;
}
#people_areas {
	width:98%;
	height:100%;
	border: 1px solid #999999;
	background:#CCCCCC;
}
#people_areas h2 {
	color:#666;
	width:190px;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:10px 0 0 10px;
}
#people_areas img {
	border: 2px solid #999999;
	margin:10px 0 0 12px;
}
#people_areas .title {
	width:80px;
	margin:5px 0 0 12px;
	text-align:center;
	font-size:.9em;
	color:#004B8D;
	float:left;
}

#info {
	width:285px;
	float: left;
	background:#EFEFEF;
	padding:5px 10px;
	margin:0 200px 10px 0;
}
#info p {
	color:#A30046;
	font: 1em "Arial", Helvetica, sans-serif;
	float:left;
	margin:0 15px 0 0;
	width:100%;
}

#info a {
	color:#A30046;
	font: 1em "Arial", Helvetica, sans-serif;
	border-bottom:1px dotted #A30046;
}

#info a:hover {
	color:#A30046;
	font:bold 1em "Arial", Helvetica, sans-serif;
	border-bottom:1px solid #A30046;
}
/*General Box HOME
------------------------------------------------------------------*/
#box_home {
	width:259px;
	height:85px;
	float:left;
	margin:3px 0;
	padding:15px;
	background: url(/images/box_l.jpg);
	color:#004B8D;
}
#box_home:hover {
	width:259px;
	height:85px;
	float:left;
	margin:3px 0;
	padding:15px;
	background: url(/images/box_h.jpg);
	color:#004B8D;
}
ul.list {
	width:auto;
	height:100%;
	float:left;
	color:#A30046;
	margin-bottom:15px;
}

ul.list li {
	list-style:none;
	display:block;
	padding:0 0 0 15px;
	margin:5px 0;
	background:url(/images/bullet.jpg) no-repeat left;
}
/*Article
------------------------------------------------------------------*/
ul#article {
	width:190px;
	height:100%;
	float:left;
	}

ul#article li {
	list-style:none;
	display:block;
	}

ul#article li a {
	width:680px;
	float:left;
	padding:10px;
	background:#FFF;
	border-bottom: 1px dotted #999;
	color:#606060;
	font: 1em, "Arial", Helvetica, sans-serif;
}
ul#article li a:hover {
	width:680px;
	float:left;
	padding:10px;
	background:#F4E6EC;
	border-bottom: 1px dotted #999;
	color:#A30046;
	font:normal 1em, "Arial", Helvetica, sans-serif;
}
ul#article #title {
	color:#A30046;
	font: bold 1.2em "Arial", Helvetica, sans-serif;
}
ul#article #line1 {
	color:#A30046;
	font: .85em, "Arial", Helvetica, sans-serif;
	margin-bottom:5px;
}
ul#article #img {
	width:80px;
	height:60px;
	border:3px solid #CCCCCC;
	float:left;	
	margin:0 10px 0 0;
}
/*NEWS Details
------------------------------------------------------------------*/
#content_details .article_title {
	color:#A30046;
	width:auto;
	float:left;
	font:1.8em "Arial", Helvetica, sans-serif;
	
}
#content_details .top {
	width:100%;
	height:40px;
	float:left;
	margin:0 0 5px 0;
	border-bottom:1px dotted #A30046;
}
#icons {
	float:right;
	width:auto;
	padding:12px 0 0 0;
	height:25px;
	}
#img_detail .left, #content_details .left, #content_home .left {
	float:left;
	width:auto;
	border:3px solid #CCCCCC;
	margin:0 15px 5px 0;
}
#img_detail .right, #content_details .right, #content_home .right {
	float:right;
	width:auto;
	border:3px solid #CCCCCC;
	margin:0 0 5px 15px;
}
#pub_title {
	font:italic .9em "Arial", Helvetica, sans-serif;
	color:#666666;
	float:right;
}
#article_date {
	font:.9em "Arial", Helvetica, sans-serif;
	color:#A30046;
	float:left;
	width:auto;}
#link{
	width:100%;
	float:left;
	color:#CCCCCC;
	font:.85em Arial, Helvetica, sans-serif;
	padding:10px 0;
}

/*Sidebar NEWS
------------------------------------------------------------------*/
ul#news {
	width:190px;
	height:100%;
	float:left;
	}
ul#events {
	width:190px;
	height:100%;
	float:left;
	margin:30px 0 0 0;
	}
ul#news .title, ul#events .title {
	width:170px;
	height:20px;
	float:left;
	color:#A30046;
	padding:8px 10px;
	font:1.5em "Arial", Helvetica, sans-serif;
	background:#E6E6E6;
	border-bottom:2px solid #A30046;
}
ul#news li, ul#events li {
	text-align:left;
	list-style:none;
	display:block;
	}
a.wiew_more {
	color:#A30046;
	margin-top:10px;
	float:left;
	font-weight:bold;
	padding:2px 15px 2px 5px; 
}
ul#news li a em, ul#events li a em {
	width:auto;
	float:left;
	color:#606060;
	font:italic 1em, "Arial", Helvetica, sans-serif;
	text-decoration:underline;
}
ul#news li a .subtitle, ul#events li a .subtitle {
	width:100px;
	float:left;
	color:#606060;
	font:italic 1em, "Arial", Helvetica, sans-serif;
	text-decoration:underline;
}
ul#news li a img, ul#events li a img  {
	float:left;
	border:2px solid #CCCCCC;
	padding:0;
	margin:2px 10px 0 0;
}
ul#news li a, ul#events li a {
	width:170px;
	float:left;
	padding:10px;
	background:#FFF;
	border-bottom: 1px dotted #999;
	color:#606060;
	font:italic 1em, "Arial", Helvetica, sans-serif;
	text-decoration:underline;
}
ul#news li a:hover, ul#events li a:hover {
	width:170px;
	float:left;
	padding:10px;
	background:#F4E6EC;
	border-bottom: 1px dotted #999;
	color:#A30046;
	text-decoration:underline;
	font:italic 1em, "Arial", Helvetica, sans-serif;
}

/*Form Practice
------------------------------------------------------------------*/
#form_practice {
	width:460px;
	float:left;
	height:auto;
	border:1px solid #A30046;
	padding:10px;
}
#form_practice input {
	width:200px;
	float:left;
	border:1px solid #999;
	font: 1em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#666;
	margin:0 10px 5px 0;
}
#form_practice textarea {
	width:210px;
	float:left;
	border:1px solid #999;
	font:1em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#A30046;
	height:8te0px;
	margin:0 0 3px 0;
}
#form_practice #send {
	width:220px;
	float:left;
	border:none;
	background: #E4E4E4;
	font:1em "Verdana", Arial, Helvetica, sans-serif;
	color:#A30046;
	padding:5px 10px;
	border:1px solid #999;
	margin:5px 0;
}
#form_practice label {
	float:left;
	width:225px;
	color:#999999;
}
#form_practice fieldset {
	float:left;
	width:230px;
	height: 100%;
}



ul#list {
	width:100%;
	float:left;
	height:100%;
}

ul#list li {
	width:100%;
	font:1em Arial, Helvetica, sans-serif;
	color:#A30046;
	padding:5px 0;
	}



/*General box team
------------------------------------------------------------------*/

#team {
	width:190px;
	height:90px;
	padding:10px;
	float:left;
	margin:15px;
	border:1px solid #CCC;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
#team:hover {
	width:190px;
	height:90px;
	padding:10px;
	float:left;
	background:#F4E6EC;
	margin:15px;
	border:1px solid #CF749C;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
#team .img_team {
	width:68px;
	height:90px;
	margin-right:10px;
	border:1px solid #666;
	float:left;
}
#team h2 {
	width:110px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
	font-size:.95em;
}
#team p {
	width:110px;
	float:left;
	margin:2px 0;
	text-align:left;
	font:.85em Arial, Helvetica, sans-serif;
	padding:0;
}

/*General Contact Form
------------------------------------------------------------------*/
#contact_details {
	width:95%;
	float:left;
	height:100%;
}
#contact_details img.box {
	float:right;
	border:3px solid #CCC;
}
#contact_form {
	width:95%;
	float:left;
	margin:25px 0 0 0;
	height:100%;
	background:#F8F8F8;
	border:1px solid #CCCCCC;
}
#contact_form p {
	width:180px;
	float:left;
	font:bold .9em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 0;
	color:#999;
	margin:0 10px 3px 0;
}
#contact_form input {
	width:180px;
	float:left;
	border:1px solid #CCC;
	font: .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
	margin:0 10px 3px 0;
}
#contact_form #send {
	width:65px;
	float:right;
	height:18px;
	border:none;
	background:url(/images/bg_btn_send.jpg) no-repeat;
	font:.9em "Verdana", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 5px 5px 5px;
	margin:4px 3px 0 0;
}

#contact_form fieldset {
	width:200px;
	float:left;
	height:100%;
	padding:20px 5px 20px 25px;
}

#contact_form select, #contact_form textarea {
	width:180px;
	float:left;
	border:1px solid #CCC;
	font:.9em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
}

#contact_form label {
	background:red;
	height:50px;
	width:auto;
}

#contact_form #buttons {
	width:90px;
	margin-top:10px;
	background:#F4F4F4;
	padding:3px 5px;
	float:left;
}
#contact_form #buttons:hover {
	width:90px;
	margin-top:10px;
	background:#A30046;
	color:#FFF;
	padding:3px 5px;
	float:left;
}

/*General Form
------------------------------------------------------------------*/
#form {
	width:180px;
	float:left;
	height:95px;
	border:1px solid #A30046;
	padding:5px;
	margin:10px 0 0 0;
}
#form input {
	width:90px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
	margin:0 10px 3px 0;
}
#form #send {
	width:65px;
	float:right;
	height:18px;
	border:none;
	background:url(/images/bg_btn_send.jpg) no-repeat;
	font:.85em "Verdana", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 5px 5px 5px;
	margin:4px 3px 0 0;
}

#form select {
	width:100px;
	float:left;
	border:1px solid #CCC;
	font:italic .85em "Verdana", Arial, Helvetica, sans-serif;
	padding:3px 5px;
	color:#999;
}
#form img {
	margin:5px 0 15px 0;
	
}
#form .leftform {
	float:left;
	width:105px;
}
#form fieldset {
	float:right;
	width:auto;
}
/*General Foooter
------------------------------------------------------------------*/
    
#footer_wrapper {
	background:url(../images/bg_footer.jpg) repeat-y;
	height:auto;
	width:980px;
	padding-top:10px;
	margin:0 auto;
}
#footer_bottom {
	background:url(../images/bg_footer_bottom.jpg) no-repeat;
	height:6px;
	width:980px;
	margin:0 auto;
}
#main_footer {
	width:958px;
	height:auto;
	margin:0 auto;
	padding:5px 0 20px 0;
	border-top:3px solid #FFFFFF;
	color:#FFF;
}
#main_footer p {
	width:auto;
	height:8px;
	text-align:center;
	color:#FFF;
}
#main_footer p a {
	font:1em Arial, Helvetica, sans-serif;
	color:#FFF;
	width: auto;
	text-decoration:none;
	border:none;
}
#main_footer p a:hover {
	font:1em Arial, Helvetica, sans-serif;
	color:#666;
	width: auto;
	text-decoration:none;
	border:none;
}
