a:visited, a:link, a:active
{
    text-decoration: none;
    color:#666B85;
}

a:hover
{
    text-decoration: none;
    color:white;
}

.emaildivtitulo
{
	font-size:24px;
	font-weight:bold;
}

.productdiv
{
	border-radius: 1%;
    overflow: hidden;
    border-width: 10px;
    border-color: #747474;;
	padding: 5px;
	background-color: white;
	border-style: solid;

	width: 881px; 
	height: 586px; 
	z-index: 1; 
	top: 46px; 
	margin: auto;
	text-align:center;
}


.round {
                border-radius: 15%;
                overflow: hidden;
                width: 50px;
                height: 50px;
                border-width: 2px;
                padding: 5px;
                background-color: white;
                border-style: solid;
            }
.round img 
            {
                display: block;
            /* Stretch 
                  height: 100%;
                  width: 100%; */
            min-width: 100%;
            min-height: 100%;
            
            }

.productobotonmail
{
    position: absolute;
    left: 20;
    bottom: 12;
    font-size: 17px;
}

 
.productoModelo
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
	font-size: 25px;
	font-weight:bold;
	color:#a10101;
}   


.productoboton8
{
	position: absolute;
    right: 60;
    bottom: 30;
}

.productoboton
{
	position: absolute;
    right: 60;
    bottom: 30;
}


.productotablad
{
	padding-left: 8PX;
	width:200px;
    font-family: "Titillium Web", helvetica, arial, sans-serif;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color:#EBEBEB; 
 
}
     
.productotablahc
{
	background-color:#EBEBEB;
	width:166px;
	font-weight:bold;
	padding-left: 8PX;
    font-family: "Titillium Web", helvetica, arial, sans-serif;
}
     
.productotablah
{
	background-color:#EBEBEB;
	width:166px;
	font-weight:bold;
	padding-left: 8PX;
    font-family: "Titillium Web", helvetica, arial, sans-serif;
}
       
.imagencompleta            
{
                border-radius: 5%;
                color:#a10101;
                overflow: hidden;
                width: 250px;
                height: 250px;
                border-width: 2px;
                padding: 5px;
                background-color: white;
                border-style: solid;
                border-color:#a10101;
}
 
.imagencompleta img 
{
			display: block;
            /* Stretch 
                  height: 100%;
                  width: 100%; */
            min-width: 100%;
            min-height: 100%;
            
}
 
  
.interior
{
	overflow-y: scroll;
	    height: 240px;
	        font-family: "Titillium Web", helvetica, arial, sans-serif;
}

.interior2
{
	
	    height: 240px;
	    font-family: "Titillium Web", helvetica, arial, sans-serif;
}
        
.productleft
{
	border-right: black;
    border-width: 0;
    width: 270px;
    height:100%;
    float: left; 
}
         
.productright
{
	border-right: black;
    border-width: 0;
    width: 525px;
	height:260px;

    border-right-style: solid;
    display: inline-block; 
}

.tablaproductocabecera
{
	bgcolor=#a10101;
	color=white;
	font-weight: bold;
	}	

.cabeceraproducto
{
	margin:0px;
}
   
            
.rowBusqueda 
{
  width: 100%;
  text-align: center; // center the content of the container
}

.blockBusqueda
{
  display: inline-block; 
}

select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/
}

select.custom-dropdown {
 -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
 -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 border: 0 !important;  /*REMOVES BORDER*/

 background-color: #0d98e8;
 color: #fff;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 font-size: 14px;
 padding: 10px;
 width: 35%;
 cursor: pointer;
}


body {
  background-color: #f4f4f4;
  font-family: "Titillium Web", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}












.button {        
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    font-family: "Titillium Web", helvetica, arial, sans-serif;
}


.button:hover {
    background-color: #ddd;        
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

.button:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button:focus {
    outline: 0;
    background: #fafafa;
}    

.button:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.edit:before {
    content: "\270E";        
}

.delete:before {
    content: "\2718";        
}

.save:before {
    content: "\2714";        
}

.email:before {
    content: "\2709";        
}

.like:before {
    content: "\2764";        
}

.next:before {
    content: "\279C";
}

.star:before {
    content: "\2605";
}

.spark:before {
    content: "\2737";
}

.play:before {
    content: "\25B6";
}


	.navi {
	width: 500px;
	margin: 5px;
	padding:2px 5px;
	border-top:1px solid #a10101;
	border-bottom:1px solid #a10101;
	height:35px;
    margin-left: auto;
    margin-right: auto;
	}

	.show {
	color: blue;
	margin: 5px 0;
	padding: 3px 5px;
	cursor: pointer;
	font-family: "Titillium Web", helvetica, arial, sans-serif;
	}
	.show a {
	text-decoration: none;
	}
	.show:hover {
	text-decoration: underline;
	}


	ul.setPaginate li.setPage{
	padding:8px 10px;
	font-size:14px;
	font-size: 14px;
    color: #a10101;
	}

	ul.setPaginate{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font:12px;
	list-style-type:none;	
	}  

	ul.setPaginate li.dot{padding: 3px 0;}

	ul.setPaginate li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
	}



	ul.setPaginate li a
	{
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	font-family: "Titillium Web", helvetica, arial, sans-serif;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	}	

	ul.setPaginate li a:hover,
	ul.setPaginate li a.current_page
	{
	background: none repeat scroll 0 0 #a10101;
	border: 1px solid #000000;
	color: #ffffff;
	text-decoration: none;
	}

	ul.setPaginate li a{
	color:black;
	display:block;
	text-decoration:none;
	text-decoration: none;
	}