/*////////////////////////////////////////////////////////////////

Estilo para dubideas.com

Creado por Daniel Pereyra @ dubideas! dani@dubideas.com 

http://www.dubideas.com

////////////////////////////////////////////////////////////////*/

/*Reseteo global*/

body {
	background:url(img/header.gif) repeat-x top;
	font:12px "Georgia",Times New Roman, Times, serif;
	margin:0;
	padding:0;
}

html {
	background:url(img/bottom.jpg) repeat-x bottom;
}

div{margin:0;
	padding:0;
}
/*///////////////////////ESTRUCTURAA//////////////////////////////////*/

/*////////////////////////HEADEr + Top///////////////////////////////////*/

#conenedor{
	width:952px;
	margin:0 auto;
	top:0;
	min-height: 100%;
}
#top{

	height:54px;
	width:950px;
	margin:0 auto;
	padding:0;
}
#header{
	height:267px;
	background:url(img/cabezal.jpg);
	width:950px;
	margin:0 auto;
}
/*/////////////////////////////////MAIN CONTENT///////////////////////*/

#principal{
	width:952px;
	height:100%
}
#left{
	background: #F7FAF3;
	float:left;
	width:235px;
	padding-top:10px;
	margin-top:40px;
	padding-left:5px;
	height:100%;
}

#left p{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	line-height:1.2;
}

#left h1{
	font:20px  "Georgia",Times New Roman, Times, serif;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	color:#272727;
	font-weight: bold;
}

#left h2{
	margin-bottom:20px;
	border-bottom:1px solid #E2E2E2;
	font:15px "Times New Roman", Times, serif;
	color:#4b4b4b;
	font-weight: 500;
}

.campomediano {
border-top: 1px  solid #d4d4d4;
border-bottom:1px solid #999999;
border-left:1px solid #d4d4d4;
border-right:1px solid #999999; 
height: 20px;
width: 150px;
font:14px normal Georgia, Times New Roman, Times, serif ;
color: #003366;
}

.campomedianogde {
border-top: 1px  solid #d4d4d4;
border-bottom:1px solid #999999;
border-left:1px solid #d4d4d4;
border-right:1px solid #999999; 
height: 20px;
width: 250px;
font:14px normal Georgia, Times New Roman, Times, serif ;
color: #003366;
}

.campomsg {
border-top: 1px  solid #d4d4d4;
border-bottom:1px solid #999999;
border-left:1px solid #d4d4d4;
border-right:1px solid #999999; 
height: 80px;
width: 150px;
font:14px normal Georgia, Times New Roman, Times, serif ;
color: #003366;
}

.campo_msg_grande {
border-top: 1px  solid #d4d4d4;
border-bottom:1px solid #999999;
border-left:1px solid #d4d4d4;
border-right:1px solid #999999; 
height: 90px;
width: 350px;
font:14px normal Georgia, Times New Roman, Times, serif ;
color: #003366;
}

#principal #right{
	width:690px;
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	margin-top:40px;

}

#principal #right p{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	line-height: 1.5;
}

.ooo{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	background-color:#e8f6ff;
}

#principal #right li{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	line-height: 1.5;
}

.destacado{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	line-height: 1.5;
	display:block;
	border:1px dashed #CCCCCC;
	padding: 5px 0 5px 5px;
	}
/*//////////////////////Footer///////////////////////*/

#foocontainer {
	clear:left;
	padding-top:30px;
	height:230px;
}

.box_l {
	float:left;
	width:240px;
	padding:0 5px 0 5px;
	color:#75746f;
}

.box_r {
	float:left;
	width:232px;
	padding:0 5px 0 5px;
	color:#75746f;
	clear: right;
}

.boxcenter {
	float:left;
	width:460px;
	/*padding:0 15px 0 15px;*/
	color:#75746f;
	padding-top: 71px;
}

.text{
font:12px "Georgia",Times New Roman, Times, serif;
color:#455979;
}

.text1{
font-family:"Georgia",Times New Roman, Times, serif;
font-size:12px;
color:#455979;
line-height:20px;
}

.text1 a strong{
height:21px;
padding-left:10px;
display:block;
background:url(img/button_med.gif) no-repeat bottom left;
font-family:"Georgia",Times New Roman, Times, serif;
font-size:11px;
color:#455979;
}

.text1 a:hover{
height:21px;
background:url(img/button_med.gif) no-repeat bottom left;
font-family:"Georgia",Times New Roman, Times, serif;
font-size:11px;
text-decoration: underline;
color:#455979;
}


#pie {
	clear:left;
	height:35px;
	padding:10px 20px 0 20px;
	color:#8a8a8a;
	font-size:11px;
	font-family:"Georgia", Times New Roman, Times, serif;
}

.error{
	font:12px "Georgia",Times New Roman, Times, serif;
	color:#455979;
	background-color:#e8f6ff;
}


/*//////////////////////navegacion, menu//////////////////////////////////////*/

#navi {  
	list-style:none;
	margin:0;
	padding:0;
	font:12px Tahoma;
}
#navi li {
	margin:0px;
	padding:0; /*//Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float:right;
	color:#FFFFFF;
}
#navi li a {
	display:block; /*//Convertimos el vínculo en un bloque.*/
	width:100px;
	height:30px;
	padding-top:15px ;
	text-decoration:none;
	text-align:left;
	font:11px  Tahoma;
	color:#FFFFFF;
	
}
/*Ahora vamos con el hover:*/
#navi li a:hover {

	color: #CCCCCC;
}
.mini_text{
font: 10px  Tahoma;
color:#696969;
}


/*/////////////////////  ADMIN ////////////////////////////////**/



#principal #leftadmin{

	width:950px;

	padding-top:40px;

	min-height:800px;

	margin:0 auto;

}



#principal #leftadmin p{

	font:14px "Times New Roman", Times, serif;

	color:#333333;

	line-height:1.2;

}



#principal #leftadmin h1{

	font:24px "Times New Roman", Times, serif;

	color:#4b4b4b;

	font-weight: bold;

}



#principal #leftadmin h2{

	margin-bottom:20px;

	border-bottom:1px solid #E2E2E2;

	font:15px "Times New Roman", Times, serif;

	color:#4b4b4b;

	font-weight: 500;

}

/*//////////////////boton del form de cont/////////////////*/

.button{
background:url(img/reset-button.jpg) no-repeat center;
font:12px "Georgia", Times New Roman, Times, serif;
}

/*///////////////////////////////////////////////////////*/
.wordpress{
background:url(img/wordpress.gif) no-repeat;
width:128px;
height:128px;
float:right;
}
.planes{
width:128px;
height:200px;
float:right;
margin:10px 0 0 10px;
text-align:center;
clear:both;
}
#galeria{
padding:0;
margin:0 0 0 10px;
}
#galeria img{
padding:0;
margin:0;
}