/*  

Theme Name: imagepatrol
Theme URI: http://www.imagepatrol.com
Description: imagepatrol.
Version: 1.0
Author: Bracket Media
Tags: Implementacion por Pablo Pollono
Author URI: http://www.BracketMedia.com

*/

/*generales*/
/*	*{ padding:0; margin:0; }	*/
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, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	behavior: url("csshover3.htc"); 
	line-height: 1;
	background: #ffffff url(images/bg-head.png) top center repeat-x;
	color: #445744;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
    color: #3B5131;
}
a:hover {
    color: black;
}
p {
	font-size: 12px;
	line-height: 1.5;
}
p + p {

}

h1 {
	
}

h2 {
	font-weight:bold;
	padding:15px 0 15px 0px;
}

img {

}

img, div , a, input, span  { behavior: url(iepngfix.htc) }

input, textarea, select{
	font-size:13px;
	color:#666666;	
	background:#ffffff;
	border:1px solid #cccccc;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;			
}

input[type = submit], input[type = button] {
    background: url(images/sendBtn.png) no-repeat top center;
    width: 84px;
    height: 22px;
	line-height:30px;
    border: 0px;
    vertical-align:middle;
	font-weight:bold;
	cursor: pointer;
}
input[type = submit]:hover, input[type = button]:hover{
	background: url(images/sendBtn.png) no-repeat center -22px;
	width: 84px;
    height: 22px;
}

input[type=button]{}

input[type=text]{
	width:300px;
}
textarea{
	width:400px;
	line-height:1.1;
	height:100px;	
}
input[type=password]{}

.input-field{
	padding:5px 0 10px;
}
.input-field label{
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	vertical-align:middle;
	width:120px;
	text-align:left;
	display:inline-table;
	float:left;
	padding:5px 2px;	
}

.input-field label span{
	color:#666666;
}
.margen_s {	margin: 5px;	}
.margen_m {	margin: 10px;	}
.margen {	margin: 15px;	}
.margen_l {	margin: 20px;	}
.padd_s {	padding: 5px;	}
.padd_m {	padding: 10px;	}
.padd {	padding: 15px;	}
.padd_l {	padding: 20px;	}

.clear {	clear: both;	}

.left {	text-align: left !important;	}
.center {	text-align: center !important;	}
.right {	text-align: right !important;	}

.fright {	float: right !important;	}	
.fleft {	float: left !important;		}
.no-bg {     background: none !important;		}

/*end generales*/

#layout{
	width: 1120px;
	margin: 0px auto;
	padding: 0 0px;
}

.bg-cont{
	background: url(images/bg-content.jpg) /*url(images/bg_full.jpg)*/ repeat-x center bottom;	
	margin: 0px;
	padding: 0px;
}

.bg-cont-2{
	background: url(images/bg-content-2.jpg) no-repeat;
	margin-top:0px;	
}
#header{
	height: 144px;
	position: relative;
}
#logo{
	position: absolute;
	height: 72px ;
	width:  521px;
	top: 20px;
	left: 60px;
	z-index: 10;
}
#logo a{
	height: 72px ;
	width:  521px;
	background: url(images/logo.png) no-repeat center center;
	display: block;
}
#logo a span{
	display:none;
}

.lateralmenulink {
	color: gray;
	font-size: 13px;
}
.lateralmenulink:hover {
	color: #006999;
	font-size: 13px;
}

/* Search */
#search-box{
	position: absolute;
	right: 40px;
	top: 30px;
}
#search-box input[type="text"] {
    background: url(images/search-input.png) no-repeat top left;
    height: 17px;
    width: 223px;
	padding: 2px 4px;
    display: inline-block;	
}
#search-box input[type="text"]:focus , #search-box input[type="text"]:hover{
	background-position: bottom left;
}
#search-box input[type="submit"] {
    background: url(images/bt-search.png) no-repeat top left;
    height: 20px;
    width: 71px;
	margin-left: 5px;	
}
#search-box input[type="submit"]:hover{
	background-position: bottom left;	
}

#banner {
	background: url(images/bg_full.jpg) repeat-x left top;
}

#navigation{
	position: absolute;
	left: 80px;
	top: 99px;;	
}
#navigation ul{
	height: 41px;
}
#navigation ul li{
	float: left;
	display: inline;
}
#navigation ul li a{
	float: left;
	height: 41px;
	width: 108px;
}
#navigation ul li a span{
	float: left;
	height: 41px;
	width: 108px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
}
#navigation ul li a span font {
	display: none;
}
#navigation ul li a#bt-Home span{ background-position: 0px 0px; } 
#navigation ul li a#bt-Home:hover span{ background-position: 0px -41px; } 
#navigation ul li a#bt-Home.active span{ background-position: 0px -82px; }
#navigation ul li a#bt-About span{ background-position: -108px 0px; } 
#navigation ul li a#bt-About:hover span{ background-position: -108px -41px; } 
#navigation ul li a#bt-About.active span{ background-position: -108px -82px; }
#navigation ul li a#bt-Vision span{ background-position: -216px 0px; } 
#navigation ul li a#bt-Vision:hover span{ background-position: -216px -41px; } 
#navigation ul li a#bt-Vision.active span{ background-position: -216px -82px; }
#navigation ul li a#bt-Studies span{ background-position: -324px 0px; } 
#navigation ul li a#bt-Studies:hover span{ background-position: -324px -41px; } 
#navigation ul li a#bt-Studies.active span{ background-position: -324px -82px; }

#navigation ul li a#bt-Partners span{ background-position: -432px 0px; } 
#navigation ul li a#bt-Partners:hover span{ background-position: -432px -41px; } 
#navigation ul li a#bt-Partners.active span{ background-position: -432px -82px; }

#navigation ul li a#bt-Blog span{ background-position: -540px 0px; } 
#navigation ul li a#bt-Blog:hover span{ background-position: -540px -41px; } 
#navigation ul li a#bt-Blog.active span{ background-position: -540px -82px; }
#navigation ul li a#bt-ContactUs span{ background-position: -648px 0px; } 
#navigation ul li a#bt-ContactUs:hover span{ background-position: -648px -41px; } 
#navigation ul li a#bt-ContactUs.active span{ background-position: -648px -82px; }

.title{
	padding: 10px 54px 15px 54px;
}

.subcategorytitle {
    font-size: 15px;
    font-weight: bold;
}

#content{
	width: 1000px;
	padding: 30px 54px 15px 54px;
}
#content2{
	width: 1000px;
	padding: 0px 54px 15px 54px;
/*	background: url(images/bg_full.jpg) left bottom repeat-x;*/
}

#content p{
	
}
#box1{
	width: 575px;
	float: left;
}

#box1 div.line{
	border-top: 1px solid #C7CDC7;
	width:565px;
	
}

#box1 .small p{
	padding-top:20px;
	width: 440px;
	font-size:11px;
	
}
#box2{
	margin-left: 50px;
	width: 230px;
	float: left;

}
#box2 li{
	display:inline;
	list-style-image:none;
		
}
#box3{
	margin-left: -30px;
	width: 294px;
	float: left;

}
#box3 p{
	padding-bottom:5px;
		
}
#box3 p a{
	text-decoration:underline;
	color:#006999;		
}
#box4{
	margin-left: 100px;
	width: 294px;
	float: left;
}
#box4 a {
	text-decoration: none;
	color: #445744;
}
#box4 a:hover {
	color: black;
}
#box4 p{
	padding:7px 0 7px 0;
}
#box4 .cat{
	color:#006999;
	font-size:14px;
}
#box4 .month{
	padding-left:50px;
}
#box4 .post{
	padding-left:70px;
}
#box4 div.line{
	border-bottom: 1px solid #C7CDC7;
	width:250px;	
}
#box4 img{
	cursor: pointer;
}

#footer{
	width:1000px;
	margin: 50px 54px 0px 54px;	
}
#footer p{	
	font-size: 9px;
	color: #7C8A7C;
	line-height: 2;
	padding: 0 5px;
}
#footer a {
    color: #7C8A7C
}
#footer a:hover {
    text-decoration: underline;
}
#footer div.line{
	border-top: 1px solid #C7CDC7;
}


/*comments */
#commentform {
    width: 610px;
}

#commentform textarea {
    width: 600px;
    height: 200px;
}



/*span*/
.span10{width:10px !important;}
.span30{width:30px !important;}
.span50{width:50px !important;}
.span60{width:60px !important;}
.span70{width:70px !important;}
.span80{width:80px !important;}
.span90{width:90px !important;}
.span100{width:100px !important;}
.span120{width:120px !important;}
.span130{width:130px !important;}
.span150{width:150px !important;}
.span180{width:180px !important;}
.span200{width:200px !important;}
.span250{width:250px !important;}
.span270{width:270px !important;}
.span300{width:300px !important;}
.span350{width:350px !important;}
.span400{width:400px !important;}
.span450{width:450px !important;}
.span460{width:460px !important;}
.span500{width:500px !important;}
.span600{width:600px !important;}
.span660{width:660px !important;}
/*end span*/


/* form message */
.form_message{
	border:1px solid #999999;
	height:395px;
	margin-right:-125px;
	position:absolute;
	right:50%;
	width:620px;
	display:none;
}

.form_message a.close_bt {
    background: url(image/close_bt.png) no-repeat scroll top right;
    clear: both;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 9px;
    font-family: verdana;
    font-weight: normal !important;
    line-height: 16px;
    margin: 5px 10px;
    padding: 1px 12px 1px 5px;
}
.form_message a.close_bt:hover {
    color: #FFF !important;
    text-decoration: line-through;
	background-position: bottom right;
}

.txtsuccess {
    color:blue;
    font-size:13px;
}
.txterror {
    color: red;
    font-size:13px;
}
/* end form message */


/*Home menu*/
#startupmenu {
    width: 302px;
    height: 193px;
    background: url(images/bg_homeDiv1.png) no-repeat;/* url(images/bg-1.jpg); */
}
#rejuvinatemenu {
    width: 302px;
    height: 193px;
	background: url(images/bg_homeDiv2.png) no-repeat;
    /*background-image: url(images/bg-2.jpg); */
}
#preservemenu {
    width: 302px;
    height: 193px;
	background: url(images/bg_homeDiv3.png) no-repeat;
    /*background-image: url(images/bg-3.jpg); */
}
.menucontent {
	padding-left:25px;
	padding-top:80px;
	text-align:left;
}
.menulink {
    color: #3B5131;
    text-decoration: none;
}
.hometext p {
    color: #3B5131;
    text-align: center;	    
}


ul.divsHome, ul.divsHome li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.divsHome{
	margin-bottom: 8px;
	margin-left: 8px;
}
ul.divsHome li{
	background: url(images/redarrow.png) left top no-repeat;
	padding-left: 24px;
	margin-bottom: 8px;
}

/*Post search*/
#searchresult {
	text-align: justify;
}

#searchresult .pagetitle {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #445744;
}

#searchresult .posttitle {
    text-decoration: none;
    font-size: 13px;
    color: #445744;
    margin-bottom: 5px;
}

#searchresult a {
    color: #445744;		
    text-decoration: underline;
}


/*Slide Shows*/
.slideshowtitlelink {
    text-decoration: none;
    font-size: 16px;
    color: #445744;
    font-weight:bold;
}
.slideshowtitle {
    font-size: 20px;
    font-weight: bold;
    color: #445744;
}


/*Blog*/
#blogcontent a {
	color: gray;
	font-size: 12px;	
}
#blogcontent a:hover {
    color: black;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }