/*-----------------------------------------------------------------------------
Website: sistemas.tunexo.com.mx
Auteur: daniel jimenez
Laatst: 07/10/10
-----------------------------------------------------------------------------*/

/*form*/


fieldset
{
border: 1px solid #CCC;
-moz-box-shadow:0px 0px 10px #B7B7B7;
-webkit-box-shadow:0px 0px 10px #B7B7B7;
box-shadow:0px 0px 10px #B7B7B7;	
}

.obras { height:240px; width: 870px; margin-left:10px;}
.obras_completas { height:490px; width: 870px; margin-left:10px;}
.contexto{ width: 660px; font-size:12px; float:right; height:250px; }


.images{ width:180px;  float:left; margin-left:20px; border: 5px #A6A6A6 solid; background-image:url(../images/foto_zoom.png); background-position:center;}
.title{ width:640px; margin:20px 5px 5px 20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#09C; font-weight:normal; }
.title span { width:100px; text-align:right; float:right; color:#069; font-size:12px; margin-right:20px; position:relative; top:-35px;}
.descripcion { width:610px; margin:10px 5px 10px 20px; text-align:justify; }
.mas {  width:640px; margin:10px 5px 10px 20px;}
legend
{
color: #fff;
background: #4BADC2;
border: 1px solid #781351;
padding: 10px 10px; height:12px; 
font-size:14px; margin-left:30px;
} 


#boton, #boton2
{
color: #FFF;
font-size:12px;
background: #4BADC2;
border: 2px outset #4BADC2;  height:23px; width:80px;
margin-left:25px; margin-right:25px;
-moz-border-radius:10px
} 
fieldset, #boton, #boton2, legend
{
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;}

 
.alertbox
  {
    background  : url(images/dialog-help.png) no-repeat scroll left top;
    margin      : 0 10px;
    padding     : 0 0 5px 40px;
    font-family : Verdana;
    font-size   : 12px;
    text-align  : left;
	overflow-y:hidden;
	overflow:hidden;
	
  }

